Uses of Class
com.attivio.sdk.dictionary.DictionaryInfo
-
Packages that use DictionaryInfo Package Description com.attivio.sdk.businesscenter com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.dictionary com.attivio.util.serialization.dictionary -
-
Uses of DictionaryInfo in com.attivio.sdk.businesscenter
Constructors in com.attivio.sdk.businesscenter with parameters of type DictionaryInfo Constructor Description AdminQuery(DictionaryInfo info)
Template an administration query based oninfo
. -
Uses of DictionaryInfo in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return DictionaryInfo Modifier and Type Method Description DictionaryInfo
DictionaryClient. approveDictionary(DictionaryInfo info)
Approve pending changes to dictionary identified byinfo
.DictionaryInfo
DictionaryClient. cloneDictionary(DictionaryInfo source, DictionaryInfo dest)
Clone dictionarysource
todest
.DictionaryInfo
DictionaryClient. createDictionary(DictionaryInfo info)
Create dictionaryinfo
.DictionaryInfo
DictionaryClient. createDictionaryEntries(DictionaryInfo info, java.lang.String contentStoreId)
Add all entries fromcontentStorId
in csv format to dictionary identified byinfo
.DictionaryInfo
DictionaryClient. deleteDictionary(DictionaryInfo info)
Delete dictionaryinfo
.DictionaryInfo
DictionaryClient. getDictionary(RevisionStatus view, DictionaryType type, java.lang.String name, java.lang.String group)
Get a dictionary info based on the (type, name, group).DictionaryInfo
DictionaryClient. publishDictionary(DictionaryInfo info)
Publish approved changes to dictionary identified byinfo
.DictionaryInfo
DictionaryClient. refreshDictionary(DictionaryInfo info)
Refresh dictionary identified byinfo
.DictionaryInfo
DictionaryClient. registerDictionary(DictionaryInfo info, java.lang.String contentStoreId)
Create dictionary defined byinfo
and import all dictionary entries atcontentStoreId
in csv format.DictionaryInfo
DictionaryClient. replaceDictionaryEntries(DictionaryInfo info, java.lang.String contentStoreId)
Add all entries fromcontentStorId
in csv format to dictionary identified byinfo
.DictionaryInfo
DictionaryClient. revertDictionary(DictionaryInfo info, boolean recursive)
Revert pending changes to dictionary.DictionaryInfo
DictionaryClient. revertDictionaryApproval(DictionaryInfo info, boolean recursive)
Revert approved changes to dictionary.DictionaryInfo
DictionaryClient. updateDictionary(DictionaryInfo info)
Update dictionaryinfo
.Methods in com.attivio.sdk.client that return types with arguments of type DictionaryInfo Modifier and Type Method Description AdminQueryResult<DictionaryInfo>
DictionaryClient. getDictionaries(AdminQuery query, int offset, int rows)
Get all matching dictionaries.Methods in com.attivio.sdk.client with parameters of type DictionaryInfo Modifier and Type Method Description DictionaryInfo
DictionaryClient. approveDictionary(DictionaryInfo info)
Approve pending changes to dictionary identified byinfo
.DictionaryInfo
DictionaryClient. cloneDictionary(DictionaryInfo source, DictionaryInfo dest)
Clone dictionarysource
todest
.DictionaryInfo
DictionaryClient. createDictionary(DictionaryInfo info)
Create dictionaryinfo
.DictionaryInfo
DictionaryClient. createDictionaryEntries(DictionaryInfo info, java.lang.String contentStoreId)
Add all entries fromcontentStorId
in csv format to dictionary identified byinfo
.DictionaryInfo
DictionaryClient. deleteDictionary(DictionaryInfo info)
Delete dictionaryinfo
.java.lang.String
DictionaryClient. exportDictionary(DictionaryInfo info)
Export published form of dictionary.java.lang.String
DictionaryClient. getDictionaryUri(DictionaryInfo info)
DictionaryInfo
DictionaryClient. publishDictionary(DictionaryInfo info)
Publish approved changes to dictionary identified byinfo
.DictionaryInfo
DictionaryClient. refreshDictionary(DictionaryInfo info)
Refresh dictionary identified byinfo
.DictionaryInfo
DictionaryClient. registerDictionary(DictionaryInfo info, java.lang.String contentStoreId)
Create dictionary defined byinfo
and import all dictionary entries atcontentStoreId
in csv format.DictionaryInfo
DictionaryClient. replaceDictionaryEntries(DictionaryInfo info, java.lang.String contentStoreId)
Add all entries fromcontentStorId
in csv format to dictionary identified byinfo
.DictionaryInfo
DictionaryClient. revertDictionary(DictionaryInfo info, boolean recursive)
Revert pending changes to dictionary.DictionaryInfo
DictionaryClient. revertDictionaryApproval(DictionaryInfo info, boolean recursive)
Revert approved changes to dictionary.DictionaryInfo
DictionaryClient. updateDictionary(DictionaryInfo info)
Update dictionaryinfo
. -
Uses of DictionaryInfo in com.attivio.sdk.dictionary
Methods in com.attivio.sdk.dictionary that return DictionaryInfo Modifier and Type Method Description DictionaryInfo
DictionaryInfo. clone()
DictionaryInfo
DictionaryInfo. validate()
Constructors in com.attivio.sdk.dictionary with parameters of type DictionaryInfo Constructor Description DictionaryEntry(DictionaryInfo info)
-
Uses of DictionaryInfo in com.attivio.util.serialization.dictionary
Methods in com.attivio.util.serialization.dictionary that return DictionaryInfo Modifier and Type Method Description DictionaryInfo
DictionaryInfoConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-