Package com.day.cq.workflow.exec
Interface JavaProcessExt
- All Superinterfaces:
JavaProcess
Deprecated.
The
JavaProcessExt class ...- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(WorkItem item, WorkflowSession session, String[] args) Deprecated.Executes a new Java process with the givenandWorkItem.WorkflowSessionMethods inherited from interface com.day.cq.workflow.exec.JavaProcess
execute
-
Method Details
-
execute
Deprecated.Executes a new Java process with the givenandWorkItem.WorkflowSession- Parameters:
item- Thethat defines the newly startedWorkItemJavaProcess.session- Thethat is used for starting theWorkflowSessionJavaProcess.args- Process specific arguments can be passed here- Throws:
Exception- Thrown in case something goes wrong during execution.
-
WorkflowProcessinstead