Class ApplyProcessingProfileProcess

  • All Implemented Interfaces:
    WorkflowProcess

    @Service
    @Property(name="process.label",
              value="Apply Metadata Processing Profile")
    @Deprecated
    public class ApplyProcessingProfileProcess
    extends AbstractAssetWorkflowProcess
    Deprecated.
    since release 6.1 this functionality has been merged in Extract Metadata Process Step The ApplyProcessingProfileProcess is called in a workflow process step. This process will apply processing profile to the asset, if the payload of the step is an Asset or a part of an Asset.
    See Also:
    AbstractAssetWorkflowProcess
    • Constructor Detail

      • ApplyProcessingProfileProcess

        public ApplyProcessingProfileProcess()
        Deprecated.