public class WaterMarkProcess extends AbstractAssetWorkflowProcess
| Modifier and Type | Class and Description |
|---|---|
static class |
WaterMarkProcess.Arguments
The available arguments to this process implementation.
|
TYPE_JCR_PATH| Constructor and Description |
|---|
WaterMarkProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(WorkItem workItem,
WorkflowSession workflowSession,
MetaDataMap metaData)
Executes a new Java process with the given
and . |
public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaData) throws WorkflowException
WorkflowProcessWorkItem
and WorkflowSession.workItem - The WorkItem that defines the newly
started JavaProcessNew.workflowSession - The WorkflowSession
that is used for starting the JavaProcess.metaData - Process specific arguments can be passed hereWorkflowException - Thrown in case something goes wrong during execution."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"