Package com.day.cq.workflow.exec
Interface JavaProcessExt
-
- All Superinterfaces:
JavaProcess
public interface JavaProcessExt extends JavaProcess
Deprecated.UseWorkflowProcess
insteadTheJavaProcessExt
class ...- See Also:
WorkflowProcess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
execute(WorkItem item, WorkflowSession session, java.lang.String[] args)
Deprecated.Executes a new Java process with the given
andWorkItem
.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 given
andWorkItem
.WorkflowSession
- Parameters:
item
- The
that defines the newly startedWorkItem
JavaProcess
.session
- The
that is used for starting theWorkflowSession
JavaProcess
.args
- Process specific arguments can be passed here- Throws:
java.lang.Exception
- Thrown in case something goes wrong during execution.
-
-