Interface WorkflowStatus
-
public interface WorkflowStatus
TheWorkflowStatus
holds all information for a node which is in the workflow or even not
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Workflow>
getWorkflows(boolean excludeSystemWorkflows)
Returns theWorkflow
instancesboolean
isInRunningWorkflow(boolean excludeSystemWorkflows)
Indicates if a page is subject of a workflow
-