Package com.day.cq.wcm.workflow.process
Class AfterMovePageProcess
java.lang.Object
com.day.cq.wcm.workflow.process.AfterMovePageProcess
- All Implemented Interfaces:
WorkflowProcess
@Service(WorkflowProcess.class)
@Property(name="process.label",
value="Replicate After Page Move")
public class AfterMovePageProcess
extends Object
implements WorkflowProcess
AfterMovePageProcess
Process to perform replication after a move operation.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args) Executes a new Java process with the givenandWorkItem.WorkflowSession
-
Constructor Details
-
AfterMovePageProcess
public AfterMovePageProcess()
-
-
Method Details
-
execute
public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args) throws WorkflowException Description copied from interface:WorkflowProcessExecutes a new Java process with the givenandWorkItem.WorkflowSession- Specified by:
executein interfaceWorkflowProcess- Parameters:
workItem- Thethat defines the newly startedWorkItemJavaProcessNew.workflowSession- Thethat is used for starting theWorkflowSessionJavaProcess.args- Process specific arguments can be passed here- Throws:
WorkflowException- Thrown in case something goes wrong during execution.- See Also:
-