Interface WorkflowStatus


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

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

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