Package com.day.cq.dam.core.process
Class ExtractMetadataProcess
- java.lang.Object
-
- com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess
-
- com.day.cq.dam.core.process.ExtractMetadataProcess
-
- All Implemented Interfaces:
WorkflowProcess
@Service @Property(name="process.label", value="Extract Meta Data") @Deprecated public class ExtractMetadataProcess extends AbstractAssetWorkflowProcess
Deprecated.since release 6.1, this has been replaced byMetadataProcessorProcess
TheExtractMetadataProcess
is called in a workflow process step. This process will import metadata, if the paylod of the step is anAsset
or a part of anAsset
.- See Also:
AbstractAssetWorkflowProcess
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ENABLE_SHA1_GEN
Deprecated.-
Fields inherited from class com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess
TYPE_JCR_PATH
-
-
Constructor Summary
Constructors Constructor Description ExtractMetadataProcess()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args)
Deprecated.Executes a new Java process with the given
andWorkItem
.WorkflowSession
-
-
-
Field Detail
-
ENABLE_SHA1_GEN
@Property(boolValue=true) public static final java.lang.String ENABLE_SHA1_GEN
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args) 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
.args
- Process specific arguments can be passed here- Throws:
WorkflowException
- Thrown in case something goes wrong during execution.
-
-