public static interface WorklistItem.Delegation
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Gets the comment for this delegation, that is the comment that has been
set by the delegator.
|
QualifiedAgent |
getDelegator()
Gets the agent who has initiated this delegation.
|
java.util.Set<QualifiedAgent> |
getRecipients()
Gets the recipients of the delegation, that is the agents to whom the
worklist item is delegated.
|
static final long serialVersionUID
QualifiedAgent getDelegator()
java.util.Set<QualifiedAgent> getRecipients()
java.lang.String getComment()