Package com.day.cq.dam.core.process
Class ApplyProcessingProfileProcess
- java.lang.Object
 - 
- com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess
 - 
- com.day.cq.dam.core.process.ApplyProcessingProfileProcess
 
 
 
- 
- All Implemented Interfaces:
 WorkflowProcess
@Service @Property(name="process.label", value="Apply Metadata Processing Profile") @Deprecated public class ApplyProcessingProfileProcess extends AbstractAssetWorkflowProcessDeprecated.- See Also:
 AbstractAssetWorkflowProcess
 
- 
- 
Field Summary
- 
Fields inherited from class com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess
TYPE_JCR_PATH 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ApplyProcessingProfileProcess()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
execute
@Deprecated public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args) 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.args- Process specific arguments can be passed here- Throws:
 WorkflowException- Thrown in case something goes wrong during execution.
 
 - 
 
 -