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 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 . |
String |
getWcmConfigPath()
Specifies the location where the wcm workflow specifx stuff is stored in
repository
|
Workflow |
getWorkflowInstance(String pagePath)
The
is
returned. |
boolean |
isInWorkflow(String pagePath)
|
static final String EVENT_TOPIC
boolean isInWorkflow(String pagePath)
WorkflowModel getRequestForReplicationWorkflowModel(ReplicationActionType replicationType)
WorkflowModel
for the desired ReplicationActionType. This is used
in case a user has no replication previlidges.replicationType - replication typeWorkflowModelWorkflow getWorkflowInstance(String pagePath)
Workflow instance is
returned.pagePath - page pathWorkflow instance
or null if not existing.String getWcmConfigPath()
Copyright © 2010 - 2020 Adobe. All Rights Reserved