public interface ISClient
| 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.
|
IndexDsInfo calculateCurrentIndexDsInfo() throws Exception
Exception@Deprecated Map<String,Context> getFunderContextMap() throws IOException
IOException@Deprecated Map<String,Context> getCommunityContextMap() throws IOException
IOException@Deprecated Map<String,Context> getContextMap(List<String> type) throws IOException
IOException@Deprecated void updateContextParam(String id, String name, String value, boolean toEscape)
@Deprecated void updateContextAttribute(String id, String name, String value)
@Deprecated void addConcept(String id, String categoryId, String data)
@Deprecated void removeConcept(String id, String categoryId, String conceptId)
void dropCache()
@Deprecated void updateConceptAttribute(String id, String name, String value)
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@Deprecated void updateConceptParam(String id, String name, String value)
@Deprecated void updateConceptParamNoEscape(String id, String name, String value)
Copyright © 2025. All rights reserved.