Interface WcmWorkflowStatus


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

    • isInRunningWorkflow

      boolean isInRunningWorkflow()
      Indicates if a page is subject of a workflow
      Returns:
      true if subject of a workflow otherwise false
    • getWorkflow

      Workflow getWorkflow()
      Returns the Workflow instance
      Returns:
      Workflow instance