Package com.day.cq.workflow
Interface PayloadMap
public interface PayloadMap
The
PayloadMap is listening to workflow events (started,
terminated, completed and manages a payload map (only JCR_PATH payloads)
in order to enable quick lookup for nodes/resources which might be subject
of a workflow.-
Method Summary
Modifier and TypeMethodDescriptiongetWorkflowInstance(String path) Deprecated.getWorkflowInstances(String path, boolean excludeSystemWorkflows) Allare returned.WorkflowinstancesbooleanisInWorkflow(String path) Deprecated.useisInWorkflow(String, boolean)instead!booleanisInWorkflow(String path, boolean excludeSystemWorkflows) Checks whether aJCR_PATHbased path is subject of a running.Workflowinstance
-
Method Details
-
isInWorkflow
Deprecated.useisInWorkflow(String, boolean)instead!Checks whether aJCR_PATHbased path is subject of a running. Note:The system workflows (can be defined per osgi config) won't be taken in account here!Workflowinstance- Parameters:
path- path to check- Returns:
trueifJCR_PATHbased path is subject of a running workflow
-
isInWorkflow
Checks whether aJCR_PATHbased path is subject of a running.Workflowinstance- Parameters:
path- path to checkexcludeSystemWorkflows- set totrueto exclude system workflows from the evaluation- Returns:
trueifJCR_PATHbased path is subject of a running workflow
-
getWorkflowInstance
Deprecated.usegetWorkflowInstances(String, boolean)instead!Theis returned. Note:The system workflows (can be defined per osgi config) won't be taken in account here!Workflowinstance- Parameters:
path- node path- Returns:
- the
orWorkflowinstancenullif not existing.
-
getWorkflowInstances
Allare returned.Workflowinstances- Parameters:
path- node pathexcludeSystemWorkflows- set totrueto exclude system workflows from the evaluation- Returns:
- the list of
or an empty list is returnedWorkflowinstances
-
getWorkflowInstances(String, boolean)instead!