Interface InternalWorklistItemProperties
- All Superinterfaces:
PropertyTracker
Interface for tracking changes in properties of an internal worklist item.
The implementation has to track the changes for each of the tracked
properties separately.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChangedProperty<ADEPT2EBPReference>The activity reference of the worklist item has changed.static final ChangedProperty<Serializable>The available state of the worklist item has changed that is the agents that have the available item in their worklists.static final ChangedProperty<Integer>The delegation history or the delegation has changed.static final ChangedProperty<Integer>The enquiries have changed.static final ChangedProperty<UUID>The group ID of the worklist item has changed which requires adapting the group.static final ChangedProperty<UUID>The individual item settings have changed for specific worklists.static final ChangedProperty<UUID>The substitution level(s) after an enquiry has changed.static final ChangedProperty<UUID>The substitution originators have changed for specific worklists.static final ChangedProperty<UUID>A specific worklist has changed (the item has been added or removed).static final ChangedProperty<Serializable>A simple property of the worklist item has changed. -
Method Summary
Methods inherited from interface de.aristaflow.adept2.model.common.changetracking.PropertyTracker
getChangedProperties
-
Field Details
-
WORKLIST_ITEM
A simple property of the worklist item has changed. -
ACTIVITY_REFERENCE
The activity reference of the worklist item has changed. -
GROUP_ID
The group ID of the worklist item has changed which requires adapting the group. -
AVAILABLE_STATE
The available state of the worklist item has changed that is the agents that have the available item in their worklists. -
DELEGATION_HISTORY
The delegation history or the delegation has changed. -
ENQUIRY_STACK
The enquiries have changed. -
SUBSTITUTION_LEVELS_AFTER_ENQUIRIES
The substitution level(s) after an enquiry has changed. -
WORKLIST
A specific worklist has changed (the item has been added or removed). -
INDIVIDUAL_ITEM_SETTINGS
The individual item settings have changed for specific worklists. -
SUBSTITUTION_ORIGINATORS
The substitution originators have changed for specific worklists.
-