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 class
WorklistConstants.ActivityReferenceTypes
static class
WorklistConstants.DistributionMethod
The method of distributing work items used within the worklist manager.static class
WorklistConstants.Priority
The priority of a worklist item.static class
WorklistConstants.UpdateMode
The update mode of a worklist.static class
WorklistConstants.WorklistItemState
The state of a worklist item.static class
WorklistConstants.WorklistItemUpdateType
The kind of change which happened to a worklist (per item).
-
Field Summary
Fields Modifier and Type Field Description static String
DISTRIBUTION_WEIGHT
The user attribute for the distribution weight provided viaItemAssessment
(if used for distribution).static 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.
-
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
-
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
-
-