Package com.day.cq.workflow.exec
Interface JavaProcessExt
-
- All Superinterfaces:
JavaProcess
public interface JavaProcessExt extends JavaProcess
Deprecated.UseWorkflowProcessinsteadTheJavaProcessExtclass ...- See Also:
WorkflowProcess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidexecute(WorkItem item, WorkflowSession session, java.lang.String[] args)Deprecated.Executes a new Java process with the givenandWorkItem.WorkflowSession-
Methods inherited from interface com.day.cq.workflow.exec.JavaProcess
execute
-
-
-
-
Method Detail
-
execute
void execute(WorkItem item, WorkflowSession session, java.lang.String[] args) throws java.lang.Exception
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:
java.lang.Exception- Thrown in case something goes wrong during execution.
-
-