Interface WorkflowStatus


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

    Modifier and Type
    Method
    Description
    getWorkflows(boolean excludeSystemWorkflows)
    Returns the Workflow instances
    boolean
    isInRunningWorkflow(boolean excludeSystemWorkflows)
    Indicates if a page is subject of a workflow
  • Method Details

    • 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
    • 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