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 Object
Deprecated, 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 final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PLANNED

      public static final int PLANNED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • RUNNING

      public static final int RUNNING
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • FINISHED

      public static final int FINISHED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TERMINATED

      public static final int TERMINATED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • WorkflowStatus

      public WorkflowStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.