public interface InternalWorklistItemProperties extends PropertyTracker
The activity reference of this worklist is not tracked here but may be tracked separately. If it is mutable and not tracked separately. always expect it to have changed.
| Modifier and Type | Field and Description |
|---|---|
static ChangedProperty<java.io.Serializable> |
AVAILABLE_STATE
The available state of the worklist item has changed that is the agents
that have the available item in their worklists.
|
static ChangedProperty<java.lang.Integer> |
DELEGATION_HISTORY
The delegation history or the delegation has changed.
|
static ChangedProperty<java.lang.Integer> |
ENQUIRY_STACK
The enquiries have changed.
|
static ChangedProperty<java.util.UUID> |
INDIVIDUAL_ITEM_SETTINGS
The individual item settings have changed for specific worklists.
|
static ChangedProperty<java.util.UUID> |
SUBSTITUTION_ORIGINATORS
The substitution originators have changed for specific worklists.
|
static ChangedProperty<java.util.UUID> |
WORKLIST
A specific worklist has changed (the item has been added or removed).
|
static ChangedProperty<java.io.Serializable> |
WORKLIST_ITEM
A simple property of the worklist item has changed.
|
getChangedPropertiesstatic final ChangedProperty<java.io.Serializable> WORKLIST_ITEM
static final ChangedProperty<java.io.Serializable> AVAILABLE_STATE
static final ChangedProperty<java.lang.Integer> DELEGATION_HISTORY
static final ChangedProperty<java.lang.Integer> ENQUIRY_STACK
static final ChangedProperty<java.util.UUID> WORKLIST
static final ChangedProperty<java.util.UUID> INDIVIDUAL_ITEM_SETTINGS
static final ChangedProperty<java.util.UUID> SUBSTITUTION_ORIGINATORS