Package eu.dnetlib.openaire.common
Interface ISClient
- All Known Implementing Classes:
ISClientImpl
public interface ISClient
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddConcept(String id, String categoryId, String data) Deprecated.voidDeprecated.getContextMap(List<String> type) Deprecated.Deprecated.getObjectStoreId(String dsId) getProfile(String profileId) voidremoveConcept(String id, String categoryId, String conceptId) Deprecated.voidupdateConceptAttribute(String id, String name, String value) Deprecated.voidupdateConceptParam(String id, String name, String value) Deprecated.voidupdateConceptParamNoEscape(String id, String name, String value) Deprecated.voidupdateContextAttribute(String id, String name, String value) Deprecated.voidupdateContextParam(String id, String name, String value, boolean toEscape) Deprecated.
-
Method Details
-
calculateCurrentIndexDsInfo
- Throws:
Exception
-
getObjectStoreId
- Throws:
Exception
-
getFunderContextMap
Deprecated.- Throws:
IOException
-
getCommunityContextMap
Deprecated.- Throws:
IOException
-
getContextMap
Deprecated.- Throws:
IOException
-
updateContextParam
Deprecated. -
updateContextAttribute
Deprecated. -
addConcept
Deprecated. -
removeConcept
Deprecated. -
dropCache
void dropCache() -
updateConceptAttribute
Deprecated.- Parameters:
id- 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
-
updateConceptParam
Deprecated. -
updateConceptParamNoEscape
Deprecated. -
getProfile
- Throws:
eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException
-