com.day.cq.workflow.exec
Interface JavaProcessExt
- All Superinterfaces:
- JavaProcess
- All Known Implementing Classes:
- AbstractAssetProcess, AbstractAssetProcess
Deprecated. Use WorkflowProcess instead
public interface JavaProcessExt
- extends JavaProcess
The JavaProcessExt class ...
- See Also:
WorkflowProcess
execute
void execute(WorkItem item,
WorkflowSession session,
String[] args)
throws Exception
- Deprecated.
- Executes a new Java process with the given
WorkItem
and WorkflowSession.
- Parameters:
item - The WorkItem that defines the newly
started JavaProcess.session - The WorkflowSession
that is used for starting the JavaProcess.args - Process specific arguments can be passed here
- Throws:
Exception - Thrown in case something goes wrong during execution.
Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.