| Package | Description |
|---|---|
| de.aristaflow.adept2.core.worklistmanager |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegationManager.delegateBack(SessionToken session,
WorklistItem item,
java.lang.String reply)
Delegates the worklist item to the prior delegating agent and sets the designated reply as
delegation comment.
|
void |
DelegationManager.delegateWorkItem(SessionToken session,
WorklistItem item,
java.util.Set<QualifiedAgent> recipients,
java.lang.String comment)
Delegates the designated worklist item to the designated recipients, that is, the worklist item
is assigned to all worklists of the designated recipients and removed from the current
worklists.
|