Uses of Class
com.attivio.sdk.businesscenter.ChangeStatus
-
Packages that use ChangeStatus Package Description com.attivio.sdk.businesscenter com.attivio.sdk.dictionary -
-
Uses of ChangeStatus in com.attivio.sdk.businesscenter
Methods in com.attivio.sdk.businesscenter that return ChangeStatus Modifier and Type Method Description static ChangeStatus
ChangeStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChangeStatus[]
ChangeStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.businesscenter with parameters of type ChangeStatus Modifier and Type Method Description void
AdminQuery. addFilter(ChangeStatus status)
-
Uses of ChangeStatus in com.attivio.sdk.dictionary
Fields in com.attivio.sdk.dictionary declared as ChangeStatus Modifier and Type Field Description protected ChangeStatus
DictionaryObject. status
Methods in com.attivio.sdk.dictionary that return ChangeStatus Modifier and Type Method Description ChangeStatus
DictionaryObject. getStatus()
Methods in com.attivio.sdk.dictionary with parameters of type ChangeStatus Modifier and Type Method Description void
DictionaryObject. setStatus(ChangeStatus value)
-