|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WcmWorkflowService
The WcmWorkflowService interface defines (util) methods that are
used in the WCM system in cunjunction with the workflow engine.
| Field Summary | |
|---|---|
static String |
EVENT_TOPIC
Request for de/activation event topic |
| Method Summary | |
|---|---|
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)
Checks wether a is subject of a running
. |
| Field Detail |
|---|
static final String EVENT_TOPIC
| Method Detail |
|---|
boolean isInWorkflow(String pagePath)
Page is subject of a running
Workflow instance.
pagePath - path of Page to check
true if Page is subject of a
running workflowWorkflowModel getRequestForReplicationWorkflowModel(ReplicationActionType replicationType)
WorkflowModel
for the desired ReplicationActionType. This is used
in case a user has no replication previlidges.
replicationType - replication type
WorkflowModelWorkflow getWorkflowInstance(String pagePath)
Workflow instance is
returned.
pagePath - page path
Workflow instance
or null if not existing.String getWcmConfigPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||