AbstractAssetWorkflowProcess
instead.public abstract class AbstractAssetProcess extends Object implements JavaProcessExt
AbstractAssetProcess
class ...Modifier and Type | Field and Description |
---|---|
static String |
TYPE_JCR_PATH
Deprecated.
|
Constructor and Description |
---|
AbstractAssetProcess()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(WorkItem workItem,
WorkflowSession workflowSession)
Deprecated.
Executes a new Java process with the given
and . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public static final String TYPE_JCR_PATH
public void execute(WorkItem workItem, WorkflowSession workflowSession) throws Exception
JavaProcess
WorkItem
and WorkflowSession
.execute
in interface JavaProcess
workItem
- The WorkItem
that defines the newly
started JavaProcess
.workflowSession
- The WorkflowSession
that is used for
starting the JavaProcess
.Exception
- Thrown in case something goes wrong during execution."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"