Package com.day.cq.dam.core.process
Class SyncAssetProcess
- java.lang.Object
-
- com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess
-
- com.day.cq.dam.core.process.SyncAssetProcess
-
- All Implemented Interfaces:
WorkflowProcess
@Service @Property(name="process.label", value="Synchronize Asset") @Deprecated public class SyncAssetProcess extends AbstractAssetWorkflowProcessDeprecated.Since 6.3, this is sync mechanism is not used anymore. This implementation will be removed in future releases. TheSyncAssetProcessclass will copy the (via webdav) uploaded binary into the dam metadata structure.
-
-
Field Summary
-
Fields inherited from class com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess
TYPE_JCR_PATH
-
-
Constructor Summary
Constructors Constructor Description SyncAssetProcess()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.
-
-