Interface WorkflowStatus
-
public interface WorkflowStatusTheWorkflowStatusholds 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 java.util.List<Workflow>getWorkflows(boolean excludeSystemWorkflows)Returns theWorkflowinstancesbooleanisInRunningWorkflow(boolean excludeSystemWorkflows)Indicates if a page is subject of a workflow
-