Uses of Class
de.aristaflow.adept2.model.common.changetracking.ChangedProperty
Packages that use ChangedProperty
Package
Description
-
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 ChangedPropertyModifier and TypeMethodDescriptionSet<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 ChangedPropertyModifier and TypeFieldDescriptionstatic final ChangedProperty<ADEPT2EBPReference>InternalWorklistItemProperties.ACTIVITY_REFERENCEThe activity reference of the worklist item has changed.static final ChangedProperty<Serializable>InternalWorklistItemProperties.AVAILABLE_STATEThe available state of the worklist item has changed that is the agents that have the available item in their worklists.static final ChangedProperty<Integer>InternalWorklistItemProperties.DELEGATION_HISTORYThe delegation history or the delegation has changed.static final ChangedProperty<Integer>InternalWorklistItemProperties.ENQUIRY_STACKThe enquiries have changed.static final ChangedProperty<UUID>InternalWorklistItemProperties.GROUP_IDThe group ID of the worklist item has changed which requires adapting the group.static final ChangedProperty<UUID>InternalWorklistItemProperties.INDIVIDUAL_ITEM_SETTINGSThe individual item settings have changed for specific worklists.static final ChangedProperty<Serializable>Adept2EbpRefProperties.RUNTIME_MANAGER_URISThe URIs of the runtime manager have changed.static final ChangedProperty<UUID>InternalWorklistItemProperties.SUBSTITUTION_LEVELS_AFTER_ENQUIRIESThe substitution level(s) after an enquiry has changed.static final ChangedProperty<UUID>InternalWorklistItemProperties.SUBSTITUTION_ORIGINATORSThe substitution originators have changed for specific worklists.static final ChangedProperty<UUID>InternalWorklistItemProperties.WORKLISTA specific worklist has changed (the item has been added or removed).static final ChangedProperty<Serializable>InternalWorklistItemProperties.WORKLIST_ITEMA simple property of the worklist item has changed.Fields in de.aristaflow.adept2.model.worklistmodel with type parameters of type ChangedPropertyModifier and TypeFieldDescriptionprotected Set<ChangedProperty<? extends Serializable>>ADEPT2EBPReference.changedPropertiesChange tracker for worklist item, cf.Methods in de.aristaflow.adept2.model.worklistmodel that return types with arguments of type ChangedPropertyModifier and TypeMethodDescriptionSet<ChangedProperty<? extends Serializable>>ADEPT2EBPReference.getChangedProperties(boolean reset)