Package com.day.cq.dam.core.process
Class ThumbnailProcess
- java.lang.Object
-
- com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess
-
- com.day.cq.dam.core.process.ThumbnailProcess
-
- All Implemented Interfaces:
WorkflowProcess
@Service @Property(name="process.label", value="Thumbnail Process") @Deprecated public class ThumbnailProcess extends AbstractAssetWorkflowProcess
Deprecated.As of AEM 6.5, this class is no longer available for extending and will be removed in later AEM releases without replacementTheThumbnailProcess
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.
-
-
Field Summary
-
Fields inherited from class com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess
TYPE_JCR_PATH
-
-
Constructor Summary
Constructors Constructor Description ThumbnailProcess()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaData)
Deprecated.Executes a new Java process with the given
andWorkItem
.WorkflowSession
-
-
-
Method Detail
-
execute
public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaData) throws WorkflowException
Deprecated.Description copied from interface:WorkflowProcess
Executes a new Java process with the given
andWorkItem
.WorkflowSession
- Parameters:
workItem
- The
that defines the newly startedWorkItem
JavaProcessNew
.workflowSession
- The
that is used for starting theWorkflowSession
JavaProcess
.metaData
- Process specific arguments can be passed here- Throws:
WorkflowException
- Thrown in case something goes wrong during execution.
-
-