public interface DelegationHandling
SessionTokens are needed.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<QualifiedAgent> |
getDelegationRecipients(WorklistItem item,
QualifiedAgent delegatingAgent,
QualifiedAgent templateSupervisor,
QualifiedAgent instanceSupervisor,
QualifiedAgent instanceInitiator,
PolicyResolution orgModel)
Gets a list of agents that the designated worklist item may be delegated
to.
|
java.lang.String |
getID()
Gets the (unique) name of this delegation handling procedure to identify
it as specified for a worklist item.
|
java.lang.String getID()
java.util.Set<QualifiedAgent> getDelegationRecipients(WorklistItem item, QualifiedAgent delegatingAgent, QualifiedAgent templateSupervisor, QualifiedAgent instanceSupervisor, QualifiedAgent instanceInitiator, PolicyResolution orgModel)
item - The worklist item to be delegated.delegatingAgent - The agent who delegates the designated worklist
item.templateSupervisor - The supervisor of the process template which is
referenced by the worklist item.instanceSupervisor - The supervisor of the process instance which is
referenced by the worklist item.instanceInitiator - The initiator of the process instance which is
referenced by the worklist item.orgModel - The policy resolution of the organisational model manager
the worklist manager uses to provide access to the organisational
model.