Package com.day.cq.wcm.workflow.process
Class DeletePageProcess
java.lang.Object
com.day.cq.wcm.workflow.process.DeletePageProcess
- All Implemented Interfaces:
WorkflowProcess
@Service(WorkflowProcess.class)
@Properties(@Property(name="process.label",value="Delete Page"))
public class DeletePageProcess
extends Object
implements WorkflowProcess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) Executes a new Java process with the givenandWorkItem.WorkflowSession
-
Constructor Details
-
DeletePageProcess
public DeletePageProcess()
-
-
Method Details
-
execute
public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) 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.metaDataMap- Process specific arguments can be passed here- Throws:
WorkflowException- Thrown in case something goes wrong during execution.- See Also:
-