| Package | Description |
|---|---|
| de.aristaflow.adept2.model.globals |
The globals packages provides commonly used variables and enums.
|
| de.aristaflow.adept2.model.worklistmodel |
| Modifier and Type | Method and Description |
|---|---|
static WorklistConstants.WorklistItemUpdateType[] |
WorklistConstants.WorklistItemUpdateType.hardUpdateTypes()
Gets the update item types of which the change is sure and well-known.
|
static WorklistConstants.WorklistItemUpdateType[] |
WorklistConstants.WorklistItemUpdateType.softUpdateTypes()
Gets the update item types of which the change is unsure.
|
static WorklistConstants.WorklistItemUpdateType |
WorklistConstants.WorklistItemUpdateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorklistConstants.WorklistItemUpdateType[] |
WorklistConstants.WorklistItemUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorklistConstants.WorklistItemUpdateType |
WorklistItemUpdate.getUpdateType()
Gets the type of the update of the worklist item, that is, whether the item
is added, changed or removed.
|
| Modifier and Type | Method and Description |
|---|---|
WorklistUpdate |
WorklistModelFactory.createWorklistUpdate(java.util.UUID worklistID,
WorklistRevision sourceRevision,
long targetRevision,
int maxPriority,
java.util.Map<ClientWorklistItem,WorklistConstants.WorklistItemUpdateType> itemUpdates,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Creates a worklist update object.
|
| Constructor and Description |
|---|
WorklistItemUpdate(T worklistItem,
WorklistConstants.WorklistItemUpdateType updateType)
Creates a new worklist item update, that is, the information on how a
worklist item has changed within a worklist update.
|