Interface Workflow.State

Enclosing interface:
Workflow

public static interface Workflow.State
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the state description defined in the workflow
    Returns the state name
    boolean
    Deprecated.
    page assignment is no longer supported in the user interface from Workflows 4.0
    boolean
    Returns true if the state is marked as the final (published) state.
    boolean
    Returns true is the state is taskable
    boolean
    Returns true if this state was marked as the versionscompleted state.
  • Method Details

    • getName

      String getName()
      Returns the state name
      Returns:
      the state name
    • getDescription

      String getDescription()
      Returns the state description defined in the workflow
      Returns:
      description
    • isTaskable

      boolean isTaskable()
      Returns true is the state is taskable
    • isFinalState

      boolean isFinalState()
      Returns true if the state is marked as the final (published) state.
      Returns:
      true and this state is the final state
    • isVersionsCompleted

      boolean isVersionsCompleted()
      Returns true if this state was marked as the versionscompleted state.
      Returns:
      true if this state is the versionscompleted state
    • isAssignable

      boolean isAssignable()
      Deprecated.
      page assignment is no longer supported in the user interface from Workflows 4.0
      Returns true if the state allows the page assignment to be set.