Uses of Class
com.attivio.sdk.dictionary.DictionaryType
-
Packages that use DictionaryType Package Description com.attivio.sdk.businesscenter com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.dictionary -
-
Uses of DictionaryType in com.attivio.sdk.businesscenter
Methods in com.attivio.sdk.businesscenter with parameters of type DictionaryType Modifier and Type Method Description void
AdminQuery. addFilter(DictionaryType type)
void
AdminQuery. addFilter(DictionaryType... types)
-
Uses of DictionaryType in com.attivio.sdk.client
Methods in com.attivio.sdk.client with parameters of type DictionaryType Modifier and Type Method Description 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).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. -
Uses of DictionaryType in com.attivio.sdk.dictionary
Fields in com.attivio.sdk.dictionary declared as DictionaryType Modifier and Type Field Description protected DictionaryType
DictionaryObject. dictionaryType
Methods in com.attivio.sdk.dictionary that return DictionaryType Modifier and Type Method Description DictionaryType
DictionaryObject. getDictionaryType()
static DictionaryType
DictionaryType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DictionaryType[]
DictionaryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.dictionary with parameters of type DictionaryType Modifier and Type Method Description void
DictionaryObject. setDictionaryType(DictionaryType value)
-