public interface AdministrativeWorklistItem extends WorklistItem
InternalWorklistItem but it allows a
supervisor to control worklist items (InternalWorklistItem)
directly. The methods provided by this class are therefore a subset of the
methods of an InternalWorklistItem.
See WorklistItem for more information about the relationship between
InternalWorklistItem, AdministrativeWorklistItem and
ClientWorklistItem.
WorklistItem.Delegation| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDataContext |
getAttachedDataContext()
Gets the data context which provides the values of attached data elements.
|
java.lang.String |
getDelegationHandlingProcedureID()
The ID of the delegation handling procedure.
|
java.util.List<WorklistItem.Delegation> |
getDelegationHistory()
Gets the delegation history of this item, that is, the agents who have
delegated this item and the corresponding delegation comments.
|
java.lang.String |
getDistributionHandlingProcedureID()
The ID of the distribution handling procedure.
|
java.lang.String |
getEscalationHandlingProcedureID()
The ID of the escalation handling procedure for the due date.
|
java.lang.String |
getStaffAssignmentRule()
Returns the staff assignment rule, with which this item has been
distributed before any delegation has taken place (if at all).
|
java.util.UUID[] |
getWorklistIDs()
Returns the UUIDs of all worklists, this item belongs to.
|
equals, getActivationDate, getActivityReference, getAssignedAgent, getAssignmentDate, getComplexity, getCurrentDelegation, getCurrentDelegationLevel, getCurrentEnquiry, getCurrentEscalationLevel, getDescription, getDueDate, getEscalationDate, getGroupId, getIconID, getID, getPriority, getProcessInstanceName, getProcessTemplateName, getProcessTemplateVersion, getProcessType, getRepliedEnquiry, getState, getTitlegetUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginsstatic final long serialVersionUID
java.util.UUID[] getWorklistIDs()
java.lang.String getStaffAssignmentRule()
java.lang.String getEscalationHandlingProcedureID()
EscalationHandling.getID()java.lang.String getDistributionHandlingProcedureID()
DistributionHandling.getID()java.lang.String getDelegationHandlingProcedureID()
DelegationHandling.getID()java.util.List<WorklistItem.Delegation> getDelegationHistory()
ParameterDataContext getAttachedDataContext()