Class WorklistConstants
- java.lang.Object
-
- de.aristaflow.adept2.model.globals.WorklistConstants
-
public class WorklistConstants extends Object
Constants used in the context of worklists.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorklistConstants.ActivityReferenceTypesstatic classWorklistConstants.DistributionMethodThe method of distributing work items used within the worklist manager.static classWorklistConstants.PriorityThe priority of a worklist item.static classWorklistConstants.UpdateModeThe update mode of a worklist.static classWorklistConstants.WorklistItemStateThe state of a worklist item.static classWorklistConstants.WorklistItemUpdateTypeThe kind of change which happened to a worklist (per item).
-
Field Summary
Fields Modifier and Type Field Description static StringDISTRIBUTION_WEIGHTThe user attribute for the distribution weight provided viaItemAssessment(if used for distribution).static StringESCALATED_DUE_TO_EMPTY_SUBSTITUTIONThe user attribute set in case a worklist item has been escalated to the instance supervisor, template supervisor or the fallback worklist due to the substitution rules yielding no (more) valid substitutes.static StringESCALATED_DUE_TO_PROBLEMSThe user attribute set in case a worklist item has been escalated to the instance supervisor, template supervisor or the fallback worklist.static StringITEM_KEEP_ONThe user attribute for the IDs of the worklists that should keep the item even when distributed or assigned to another agent.static StringITEM_OBSERVED_BYThe user attribute for the IDs of the worklists that currently have an item for observation, that is, the item is normally not on the worklist (any more) but the worklist should keep the item.static StringITEM_OBSERVED_BY_AVAIL_STATEThe user attribute for the IDs of observing worklists saved for the available state.static StringITEM_OBSERVED_BY_AVAIL_STATE_DELEGATEDThe user attribute for indicating that the currentITEM_OBSERVED_BY_AVAIL_STATEhas been caused by a delegation.
-
Constructor Summary
Constructors Constructor Description WorklistConstants()
-
-
-
Field Detail
-
ESCALATED_DUE_TO_PROBLEMS
public static final String ESCALATED_DUE_TO_PROBLEMS
The user attribute set in case a worklist item has been escalated to the instance supervisor, template supervisor or the fallback worklist.- See Also:
- Constant Field Values
-
ESCALATED_DUE_TO_EMPTY_SUBSTITUTION
public static final String ESCALATED_DUE_TO_EMPTY_SUBSTITUTION
The user attribute set in case a worklist item has been escalated to the instance supervisor, template supervisor or the fallback worklist due to the substitution rules yielding no (more) valid substitutes.- See Also:
- Constant Field Values
-
DISTRIBUTION_WEIGHT
public static final String DISTRIBUTION_WEIGHT
The user attribute for the distribution weight provided viaItemAssessment(if used for distribution).- See Also:
- Constant Field Values
-
ITEM_KEEP_ON
public static final String ITEM_KEEP_ON
The user attribute for the IDs of the worklists that should keep the item even when distributed or assigned to another agent. The item will remain on the worklist until either removed completely or the the worklist has been removed from the keepers (this value).- See Also:
- Constant Field Values
-
ITEM_OBSERVED_BY
public static final String ITEM_OBSERVED_BY
The user attribute for the IDs of the worklists that currently have an item for observation, that is, the item is normally not on the worklist (any more) but the worklist should keep the item.- See Also:
- Constant Field Values
-
ITEM_OBSERVED_BY_AVAIL_STATE
public static final String ITEM_OBSERVED_BY_AVAIL_STATE
The user attribute for the IDs of observing worklists saved for the available state.- See Also:
- Constant Field Values
-
ITEM_OBSERVED_BY_AVAIL_STATE_DELEGATED
public static final String ITEM_OBSERVED_BY_AVAIL_STATE_DELEGATED
The user attribute for indicating that the currentITEM_OBSERVED_BY_AVAIL_STATEhas been caused by a delegation. In this case the available state will be restored without considering a possibly changed SAR or assignment.- See Also:
- Constant Field Values
-
-