| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.model.worklistmodel |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorklistHandler.processItemUpdate(WorklistItemUpdate<ClientWorklistItem> itemUpdate,
boolean resumeOnly) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<ClientWorklistItem,WorklistItemUpdate<ClientWorklistItem>> |
AssuringWorklistUpdate.itemUpdates
All items of the worklist update in which the types will be set to hard if
appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorklistItemUpdate<ClientWorklistItem>> |
AssuringWorklistUpdate.getAll() |
java.util.Collection<WorklistItemUpdate<ClientWorklistItem>> |
IncrementalWorklistUpdate.getAll()
Returns all updates, i.e. the differences from the source revision up to
(and including) the target revision.
|
java.util.Collection<WorklistItemUpdate<ClientWorklistItem>> |
WorklistUpdate.getAll()
Returns all updates, i.e. the differences from the source revision up to
(and including) the target revision.
|
java.util.List<WorklistItemUpdate<ClientWorklistItem>> |
IncrementalWorklistUpdate.getNext(int count)
Gets the next specified amount of worklist item updates of this incremental
worklist update.
|
| Modifier and Type | Method and Description |
|---|---|
WorklistUpdate |
WorklistModelFactory.createWorklistUpdate(java.util.UUID worklistID,
WorklistRevision sourceRevision,
long targetRevision,
int maxPriority,
java.util.Collection<WorklistItemUpdate<ClientWorklistItem>> itemUpdates,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Creates a worklist update object.
|
IncrementalWorklistUpdate |
WorklistModelFactory.createWorklistUpdateIncrementally(java.util.UUID worklistID,
WorklistRevision sourceRevision,
long targetRevision,
int maxPriority,
java.util.Collection<WorklistItemUpdate<ClientWorklistItem>> itemUpdates,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Creates an incremental worklist update object.
|
| Constructor and Description |
|---|
AssuringWorklistUpdate(java.util.UUID worklistID,
long initialisationDate,
int maxPriority,
long sourceRevision,
long targetRevision,
java.util.Collection<WorklistItemUpdate<ClientWorklistItem>> updates,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Creates a new wrapper for the designated worklist update allowing to
override and assure the update type of specific worklist items.
|