Class WorkflowConstants.WorkflowStatus
- java.lang.Object
-
- de.hybris.platform.workflow.constants.WorkflowConstants.WorkflowStatus
-
- Enclosing class:
- WorkflowConstants
@Deprecated(since="ages", forRemoval=true) public static class WorkflowConstants.WorkflowStatus extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.since ages - as of relase 4.3, please useWorkflowStatus
-
-
Field Summary
Fields Modifier and Type Field Description static intFINISHEDDeprecated, for removal: This API element is subject to removal in a future version.static intPLANNEDDeprecated, for removal: This API element is subject to removal in a future version.static intRUNNINGDeprecated, for removal: This API element is subject to removal in a future version.static intTERMINATEDDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description WorkflowStatus()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
PLANNED
public static final int PLANNED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
RUNNING
public static final int RUNNING
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
FINISHED
public static final int FINISHED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
TERMINATED
public static final int TERMINATED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-