public interface WcmWorkflowService
WcmWorkflowService interface defines (util) methods that are
used in the WCM system in cunjunction with the workflow engine.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TOPIC
Request for de/activation event topic
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowModel |
getRequestForReplicationWorkflowModel(ReplicationActionType replicationType)
Returns the preconfigured
for the desired . |
java.lang.String |
getWcmConfigPath()
Specifies the location where the wcm workflow specifx stuff is stored in
repository
|
Workflow |
getWorkflowInstance(java.lang.String pagePath)
The
is
returned. |
boolean |
isInWorkflow(java.lang.String pagePath)
Checks wether a
is subject of a running
. |
static final java.lang.String EVENT_TOPIC
boolean isInWorkflow(java.lang.String pagePath)
Page is subject of a running
com.day.cq.workflow.exec.Workflow instance.WorkflowModel getRequestForReplicationWorkflowModel(ReplicationActionType replicationType)
com.day.cq.workflow.model.WorkflowModel
for the desired ReplicationActionType. This is used
in case a user has no replication previlidges.replicationType - replication typeWorkflowModelWorkflow getWorkflowInstance(java.lang.String pagePath)
com.day.cq.workflow.exec.Workflow instance is
returned.pagePath - page pathcom.day.cq.workflow.exec.Workflow instance
or null if not existing.java.lang.String getWcmConfigPath()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"