public interface WorkflowStatus
WorkflowStatus
holds all information for a node which
is in the workflow or even notModifier and Type | Method and Description |
---|---|
Workflow |
getWorkflow()
Deprecated.
use
getWorkflows(boolean) instead |
java.util.List<Workflow> |
getWorkflows(boolean excludeSystemWorkflows)
Returns the
|
boolean |
isInRunningWorkflow()
Deprecated.
use
isInRunningWorkflow(boolean) instead |
boolean |
isInRunningWorkflow(boolean excludeSystemWorkflows)
Indicates if a page is subject of a workflow
|
boolean isInRunningWorkflow()
isInRunningWorkflow(boolean)
insteadtrue
if subject of a workflow otherwise
false
boolean isInRunningWorkflow(boolean excludeSystemWorkflows)
excludeSystemWorkflows
- set to true
to exclude system
workflows from the evaluationtrue
if subject of a workflow otherwise
false
Workflow getWorkflow()
getWorkflows(boolean)
insteadWorkflow
instance
Workflow
instance
Copyright © 2010 - 2020 Adobe. All Rights Reserved