Interface WorkflowStatus


public interface WorkflowStatus
The WorkflowStatus holds all information for a node which is in the workflow or even not
  • Method Details

    • isInRunningWorkflow

      boolean isInRunningWorkflow()
      Deprecated.
      Indicates if a page is subject of a workflow and excludes always system workflows.
      Returns:
      true if subject of a workflow otherwise false
    • isInRunningWorkflow

      boolean isInRunningWorkflow(boolean excludeSystemWorkflows)
      Indicates if a page is subject of a workflow
      Parameters:
      excludeSystemWorkflows - set to true to exclude system workflows from the evaluation
      Returns:
      true if subject of a workflow otherwise false
    • getWorkflow

      Workflow getWorkflow()
      Deprecated.
      Returns the Workflow instance
      Returns:
      Workflow instance
    • getWorkflows

      List<Workflow> getWorkflows(boolean excludeSystemWorkflows)
      Returns the Workflow instances
      Parameters:
      excludeSystemWorkflows - set to true to exclude system workflows from the evaluation
      Returns:
      Workflow instances