Uses of Class
de.aristaflow.adept2.model.common.changetracking.ChangedProperty
-
Packages that use ChangedProperty Package Description de.aristaflow.adept2.model.common.changetracking de.aristaflow.adept2.model.worklistmodel -
-
Uses of ChangedProperty in de.aristaflow.adept2.model.common.changetracking
Methods in de.aristaflow.adept2.model.common.changetracking that return types with arguments of type ChangedProperty Modifier and Type Method Description Set<ChangedProperty<? extends Serializable>>
PropertyTracker. getChangedProperties(boolean reset)
Gets all (types of) properties that have been changed since creation of the corresponding/implementing object or last resetting of the change tracking and resets the tracking afterwards if appropriate. -
Uses of ChangedProperty in de.aristaflow.adept2.model.worklistmodel
Fields in de.aristaflow.adept2.model.worklistmodel declared as ChangedProperty Modifier and Type Field Description static ChangedProperty<ADEPT2EBPReference>
InternalWorklistItemProperties. ACTIVITY_REFERENCE
The activity reference of the worklist item has changed.static ChangedProperty<Serializable>
InternalWorklistItemProperties. 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<Integer>
InternalWorklistItemProperties. DELEGATION_HISTORY
The delegation history or the delegation has changed.static ChangedProperty<Integer>
InternalWorklistItemProperties. ENQUIRY_STACK
The enquiries have changed.static ChangedProperty<UUID>
InternalWorklistItemProperties. GROUP_ID
The group ID of the worklist item has changed which requires adapting the group.static ChangedProperty<UUID>
InternalWorklistItemProperties. INDIVIDUAL_ITEM_SETTINGS
The individual item settings have changed for specific worklists.static ChangedProperty<Serializable>
Adept2EbpRefProperties. RUNTIME_MANAGER_URIS
The URIs of the runtime manager have changed.static ChangedProperty<UUID>
InternalWorklistItemProperties. SUBSTITUTION_ORIGINATORS
The substitution originators have changed for specific worklists.static ChangedProperty<UUID>
InternalWorklistItemProperties. WORKLIST
A specific worklist has changed (the item has been added or removed).static ChangedProperty<Serializable>
InternalWorklistItemProperties. WORKLIST_ITEM
A simple property of the worklist item has changed.Fields in de.aristaflow.adept2.model.worklistmodel with type parameters of type ChangedProperty Modifier and Type Field Description protected Set<ChangedProperty<? extends Serializable>>
ADEPT2EBPReference. changedProperties
Change tracker for worklist item, cf.Methods in de.aristaflow.adept2.model.worklistmodel that return types with arguments of type ChangedProperty Modifier and Type Method Description Set<ChangedProperty<? extends Serializable>>
ADEPT2EBPReference. getChangedProperties(boolean reset)
-