| Interface | Description |
|---|---|
| DelegationHandling |
This interface supports user-defined delegation handling procedures.
|
| DelegationManager |
Delegation allows to assign another user as the currently assigned one.
|
| DistributionHandling |
This interface allows to provide special distribution handling procedures.
|
| EscalationHandling |
This interface supports user-defined escalation handling procedures.
|
| EscalationHandling.EscalationMeasures |
EscalationMeasures provides the means to escalate a worklist
item accordingly (and prevents accessing arbitrary functions of the
worklist manager). |
| WorklistAdministration |
This interface allows the administrative supervision of the worklist manager.
|
| WorklistManager |
Worklists provide the user with the current process steps (aka. worklist
items) that are to be executed.
|
| WorklistNotification |
This interface provides the notification of a worklist manager in case of
state changes in the execution manager.
|
| WorklistUpdateManager |
The
WorklistUpdateManager handles the interaction between a
worklist server and a worklist client. |
| WorklistUpdateManager.AbsenceInformation |
A simple data container for all absence information for a specific agent.
|
| Class | Description |
|---|---|
| DefaultAbsenceInformation |
Default Implementation of the AbsenceInformation Interface
|
| Exception | Description |
|---|---|
| ReconnectionFailedException |
This exception indicates that reconnecting the worklist manager to the execution
manager failed.
|