| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common.changetracking | |
| de.aristaflow.adept2.model.worklistmodel |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ChangedProperty<? extends java.io.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.
|
| Modifier and Type | Field and Description |
|---|---|
static ChangedProperty<java.io.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<java.lang.Integer> |
InternalWorklistItemProperties.DELEGATION_HISTORY
The delegation history or the delegation has changed.
|
static ChangedProperty<java.lang.Integer> |
InternalWorklistItemProperties.ENQUIRY_STACK
The enquiries have changed.
|
static ChangedProperty<java.util.UUID> |
InternalWorklistItemProperties.INDIVIDUAL_ITEM_SETTINGS
The individual item settings have changed for specific worklists.
|
static ChangedProperty<java.io.Serializable> |
Adept2EbpRefProperties.RUNTIME_MANAGER_URIS
The URIs of the runtime manager have changed.
|
static ChangedProperty<java.util.UUID> |
InternalWorklistItemProperties.SUBSTITUTION_ORIGINATORS
The substitution originators have changed for specific worklists.
|
static ChangedProperty<java.util.UUID> |
InternalWorklistItemProperties.WORKLIST
A specific worklist has changed (the item has been added or removed).
|
static ChangedProperty<java.io.Serializable> |
InternalWorklistItemProperties.WORKLIST_ITEM
A simple property of the worklist item has changed.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<ChangedProperty<? extends java.io.Serializable>> |
ADEPT2EBPReference.changedProperties
Change tracker for worklist item, cf.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ChangedProperty<? extends java.io.Serializable>> |
ADEPT2EBPReference.getChangedProperties(boolean reset) |