| Constructor and Description |
|---|
ISClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConcept(String id,
String categoryId,
String data)
Deprecated.
|
IndexDsInfo |
calculateCurrentIndexDsInfo() |
void |
dropCache() |
Map<String,Context> |
getCommunityContextMap()
Deprecated.
|
Map<String,Context> |
getContextMap(List<String> type)
Deprecated.
|
Map<String,Context> |
getFunderContextMap()
Deprecated.
|
String |
getObjectStoreId(String dsId) |
String |
getProfile(String profileId) |
void |
removeConcept(String id,
String categoryId,
String conceptId)
Deprecated.
|
void |
updateConceptAttribute(String id,
String name,
String value)
Deprecated.
|
void |
updateConceptParam(String id,
String name,
String value)
Deprecated.
|
void |
updateConceptParamNoEscape(String id,
String name,
String value)
Deprecated.
|
void |
updateContextAttribute(String id,
String name,
String value)
Deprecated.
|
void |
updateContextParam(String id,
String name,
String value,
boolean toEscape)
Deprecated.
|
@Cacheable(value="indexdsinfo-cache") public IndexDsInfo calculateCurrentIndexDsInfo() throws Exception
calculateCurrentIndexDsInfo in interface ISClientException@Cacheable(value="objectstoreid-cache") public String getObjectStoreId(String dsId) throws Exception
getObjectStoreId in interface ISClientException@Cacheable(value="context-cache-funder") @Deprecated public Map<String,Context> getFunderContextMap() throws IOException
getFunderContextMap in interface ISClientIOException@Cacheable(value="context-cache-community") @Deprecated public Map<String,Context> getCommunityContextMap() throws IOException
getCommunityContextMap in interface ISClientIOException@Cacheable(value="context-cache") @Deprecated public Map<String,Context> getContextMap(List<String> type) throws IOException
getContextMap in interface ISClientIOException@CacheEvict(value={"context-cache","context-cache-funder"},
allEntries=true)
@Deprecated
public void updateContextParam(String id,
String name,
String value,
boolean toEscape)
updateContextParam in interface ISClient@CacheEvict(value={"context-cache","context-cache-funder"},
allEntries=true)
@Deprecated
public void updateContextAttribute(String id,
String name,
String value)
updateContextAttribute in interface ISClient@CacheEvict(value={"context-cache","context-cache-funder"},
allEntries=true)
@Deprecated
public void addConcept(String id,
String categoryId,
String data)
addConcept in interface ISClient@CacheEvict(value={"context-cache","context-cache-funder"},
allEntries=true)
@Deprecated
public void removeConcept(String id,
String categoryId,
String conceptId)
removeConcept in interface ISClient@CacheEvict(value={"context-cache","context-cache-community","context-cache-funder"},
allEntries=true)
@Deprecated
public void updateConceptAttribute(String id,
String name,
String value)
updateConceptAttribute in interface ISClientid - id of the concept to be updated (i.e. ni::projects::2)name - name of the attribute to be updatedvalue - new value for the attribute@CacheEvict(value={"context-cache","context-cache-funder"},
allEntries=true)
@Deprecated
public void updateConceptParam(String id,
String name,
String value)
updateConceptParam in interface ISClient@CacheEvict(value={"context-cache","context-cache-funder"},
allEntries=true)
@Deprecated
public void updateConceptParamNoEscape(String id,
String name,
String value)
updateConceptParamNoEscape in interface ISClient@CacheEvict(cacheNames={"context-cache","indexdsinfo-cache","objectstoreid-cache"},
allEntries=true)
@Scheduled(fixedDelayString="${openaire.exporter.cache.ttl}")
public void dropCache()
public String getProfile(String profileId) throws eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException
getProfile in interface ISClienteu.dnetlib.enabling.is.lookup.rmi.ISLookUpExceptionCopyright © 2025. All rights reserved.