Uses of Class
com.attivio.sdk.client.trigger.TriggerDictionaryInfo
-
Packages that use TriggerDictionaryInfo Package Description com.attivio.sdk.client.trigger Copyright 2019 Attivio Inc., All rights reserved. -
-
Uses of TriggerDictionaryInfo in com.attivio.sdk.client.trigger
Methods in com.attivio.sdk.client.trigger that return TriggerDictionaryInfo Modifier and Type Method Description TriggerDictionaryInfo
TriggerDictionaryInfo. clone()
TriggerDictionaryInfo
TriggerApi. getDictionary(TriggerDictionaryName dictionaryName)
Get aTriggerDictionaryInfo
bydictionaryName
.default TriggerDictionaryInfo
TriggerApi. getDictionary(java.lang.String dictionaryName)
Deprecated.useTriggerApi.getDictionary(TriggerDictionaryName)
instead.Methods in com.attivio.sdk.client.trigger that return types with arguments of type TriggerDictionaryInfo Modifier and Type Method Description java.lang.Iterable<TriggerDictionaryInfo>
TriggerApi. getDictionaries(TriggerDictionaryName prefix, int offset, int rows)
Get all dictionaries.default java.lang.Iterable<TriggerDictionaryInfo>
TriggerApi. getDictionaries(java.lang.String prefix, int offset, int rows)
Deprecated.Methods in com.attivio.sdk.client.trigger with parameters of type TriggerDictionaryInfo Modifier and Type Method Description void
TriggerApi. createDictionary(TriggerDictionaryInfo info)
Create a newtrigger
dictionary.void
TriggerApi. updateDictionary(TriggerDictionaryInfo info)
Update the metadata for atrigger
dictionary.
-