public class WorkObjectSubState extends Object
Defines the possible values for the work object subState
attribute.
Modifier and Type | Field and Description |
---|---|
static Collection<String> |
ALL_SUB_STATES
Contains all possible sub-state values.
|
static Collection<String> |
INACTIVE_SUB_STATES
Contains all sub-state values that correspond to an inactive work object.
|
static String |
SUB_STATE_ACTIVE
The active state.
|
static String |
SUB_STATE_ARCHIVED
The archived state.
|
static String |
SUB_STATE_COMPLETED
The completed state.
|
static String |
SUB_STATE_DISABLED
The disabled state.
|
static String |
SUB_STATE_INACTIVE
The inactive state.
|
static String |
SUB_STATE_INTERRUPTED
The interrupted state.
|
static String |
SUB_STATE_PENDING
The pending state.
|
static String |
SUB_STATE_PENDING_INACTIVE
The pending inactive state.
|
public static final String SUB_STATE_ACTIVE
The active state.
For a model work object, this state means that the model has no pending modifications and the current model is deployed.
public static final String SUB_STATE_INACTIVE
The inactive state.
For a model work object, this state means that the model has no pending modifications and the current model is deployed in the inactive state (i.e. it is not selectable by users).
public static final String SUB_STATE_PENDING
The pending state.
For a model work object, this state means the the model has pending modifications that have not yet been deployed.
public static final String SUB_STATE_PENDING_INACTIVE
The pending inactive state.
For a model work object this state means that the model has been marked as inactive but has not yet been deployed. The model will still be selectable by users until the deployment takes place.
public static final String SUB_STATE_ARCHIVED
The archived state.
public static final String SUB_STATE_DISABLED
The disabled state.
public static final String SUB_STATE_COMPLETED
The completed state.
public static final String SUB_STATE_INTERRUPTED
The interrupted state.
public static final Collection<String> INACTIVE_SUB_STATES
Contains all sub-state values that correspond to an inactive work object.
public static final Collection<String> ALL_SUB_STATES
Contains all possible sub-state values.
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.