Uses of Class
com.attivio.sdk.businesscenter.AdminQueryResult
-
Packages that use AdminQueryResult Package Description com.attivio.sdk.businesscenter com.attivio.sdk.client Interfaces for client side AIE development. -
-
Uses of AdminQueryResult in com.attivio.sdk.businesscenter
Methods in com.attivio.sdk.businesscenter that return AdminQueryResult Modifier and Type Method Description AdminQueryResult
AdminQueryResult. clone()
-
Uses of AdminQueryResult in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return AdminQueryResult Modifier and Type Method Description AdminQueryResult<DictionaryInfo>
DictionaryClient. getDictionaries(AdminQuery query, int offset, int rows)
Get all matching dictionaries.AdminQueryResult<DictionaryEntry>
DictionaryClient. getDictionaryEntries(AdminQuery query, int offset, int rows)
Get dictionary entries.AdminQueryResult<DictionaryEntry>
DictionaryClient. getPublishedEntities(DictionaryType type, java.lang.String name, java.lang.String group, java.lang.String query, int offset, int rows)
Get a list of published entries for an entity dictionary.AdminQueryResult<DictionaryEntry>
DictionaryClient. getPublishedEntities(java.lang.String name, java.lang.String group, java.lang.String query, int offset, int rows)
Get a list of published entries for an entity dictionary.
-