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