@Service @Property(name="process.label", value="Thumbnail Process") @Deprecated public class ThumbnailProcess extends AbstractAssetWorkflowProcess
ThumbnailProcess
is called in a Workflow process step. This process will create one or more Thumbnails for the Asset to
be procesed, create web enabled image and update folder thumbnail.TYPE_JCR_PATH
Constructor and Description |
---|
ThumbnailProcess()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(WorkItem workItem,
WorkflowSession workflowSession,
MetaDataMap metaData)
Deprecated.
Executes a new Java process with the given
and . |
public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaData) throws WorkflowException
WorkflowProcess
WorkItem
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 - 2020 Adobe. All Rights Reserved