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 TypeMethodDescriptiongetWorkflows(boolean excludeSystemWorkflows) Returns theWorkflowinstancesbooleanisInRunningWorkflow(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 totrueto exclude system workflows from the evaluation- Returns:
trueif subject of a workflow otherwisefalse
-
getWorkflows
Returns theWorkflowinstances- Parameters:
excludeSystemWorkflows- set totrueto exclude system workflows from the evaluation- Returns:
Workflowinstances
-