| Package | Description |
|---|---|
| de.aristaflow.adept2.core.worklistmanager | |
| de.aristaflow.adept2.model.worklistmodel |
| Modifier and Type | Method and Description |
|---|---|
Worklist<? extends AdministrativeWorklistItem> |
WorklistAdministration.getGlobalWorklist(SessionToken session)
Gets the global worklist which contains all worklist items available in
this worklist manager.
|
Worklist<? extends AdministrativeWorklistItem> |
WorklistAdministration.getGlobalWorklist(SessionToken session,
Filter filter)
Gets the global worklist which contains all worklist items available in
this worklist manager with the items filtered appropriately.
|
Worklist<? extends AdministrativeWorklistItem> |
WorklistAdministration.getInternalWorklist(SessionToken session,
java.util.UUID worklistID)
Gets the worklist that has the designated (unique) ID.
|
Worklist<? extends AdministrativeWorklistItem> |
WorklistAdministration.getInternalWorklist(SessionToken session,
java.util.UUID worklistID,
Filter filter)
Gets the worklist that has the designated (unique) ID with the items
filtered appropriately.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<QualifiedAgent> |
DistributionHandling.redistribute(SessionToken session,
WorklistItem rejectedItem,
Worklist<WorklistItem> worklist,
java.util.Map<QualifiedAgent,Worklist<? extends WorklistItem>> worklists)
(Re-)Distributes the designated worklist item among the designated agents
(stored as keys in the map) ignoring the owner of the designated worklist
and returns a collection of chosen agents for assignment of the worklist
item.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<QualifiedAgent> |
DistributionHandling.distribute(SessionToken session,
WorklistItem item,
java.util.Map<QualifiedAgent,Worklist<? extends WorklistItem>> worklists)
Distributes the designated worklist item among the designated agents
(stored as keys in the map) and returns a collection of chosen agents for
assignment of the worklist item.
|
java.util.Set<QualifiedAgent> |
DistributionHandling.redistribute(SessionToken session,
WorklistItem rejectedItem,
Worklist<WorklistItem> worklist,
java.util.Map<QualifiedAgent,Worklist<? extends WorklistItem>> worklists)
(Re-)Distributes the designated worklist item among the designated agents
(stored as keys in the map) ignoring the owner of the designated worklist
and returns a collection of chosen agents for assignment of the worklist
item.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientWorklist
A worklist used at the client-side and therefore supporting
ClientWorklistItems. |
interface |
IncrementalWorklist<T extends WorklistItem>
This interface extends the normal worklist by the means for incrementally retrieving worklist
items.
|
interface |
InternalWorklist<T extends InternalWorklistItem>
The internal, server-side representation of a worklist.
|
| Modifier and Type | Method and Description |
|---|---|
Worklist<AdministrativeWorklistItem> |
WorklistModelFactory.createAdministrativeWorklist(java.util.UUID worklistID,
QualifiedAgent agent,
java.util.List<AdministrativeWorklistItem> worklistItems,
WorklistRevision revision,
java.util.Map<java.lang.String,java.lang.String> userAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IncrementalWorklist.equals(Worklist<?> me,
java.lang.Object obj)
Implements equality on
IncrementalWorklists which corresponds to the equality on
Worklists except for implementing IncrementalWorklist. |
static boolean |
Worklist.equals(Worklist<?> me,
java.lang.Object obj)
Implements equality on
Worklists. |