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 AbstractAssetWorkflowProcessDeprecated.As of AEM 6.5, this class is no longer available for extending and will be removed in later AEM releases without replacementTheThumbnailProcessis 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 voidexecute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaData)Deprecated.Executes a new Java process with the givenandWorkItem.WorkflowSession
-
-
-
Method Detail
-
execute
public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaData) throws WorkflowException
Deprecated.Description copied from interface:WorkflowProcessExecutes a new Java process with the givenandWorkItem.WorkflowSession- Parameters:
workItem- Thethat defines the newly startedWorkItemJavaProcessNew.workflowSession- Thethat is used for starting theWorkflowSessionJavaProcess.metaData- Process specific arguments can be passed here- Throws:
WorkflowException- Thrown in case something goes wrong during execution.
-
-