Package com.day.cq.wcm.workflow.api
Interface WcmWorkflowService
public interface WcmWorkflowService
The
WcmWorkflowService interface defines (util) methods that are
used in the WCM system in cunjunction with the workflow engine.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetRequestForReplicationWorkflowModel(ReplicationActionType replicationType) Returns the preconfiguredfor the desiredWorkflowModel.ReplicationActionTypeSpecifies the location where the wcm workflow specifx stuff is stored in repositorygetWorkflowInstance(String pagePath) Theis returned.WorkflowinstancebooleanisInWorkflow(String pagePath)
-
Field Details
-
EVENT_TOPIC
Request for de/activation event topic- See Also:
-
-
Method Details
-
isInWorkflow
-
getRequestForReplicationWorkflowModel
Returns the preconfiguredfor the desiredWorkflowModel. This is used in case a user has no replication previlidges.ReplicationActionType- Parameters:
replicationType- replication type- Returns:
- preconfigured
WorkflowModel
-
getWorkflowInstance
Theis returned.Workflowinstance- Parameters:
pagePath- page path- Returns:
- the
orWorkflowinstancenullif not existing.
-
getWcmConfigPath
String getWcmConfigPath()Specifies the location where the wcm workflow specifx stuff is stored in repository- Returns:
- path
-