Class MetadataProcessorProcess

  • All Implemented Interfaces:
    WorkflowProcess

    @Service
    @Property(name="process.label",
              value="Metadata Processor")
    public class MetadataProcessorProcess
    extends AbstractAssetWorkflowProcess
    The MetadataProcessorProcess is called in a workflow process step. This process will import metadata, create references and apply processing profile if the paylod of the step is an Asset or a part of an Asset.
    See Also:
    AbstractAssetWorkflowProcess
    • Field Detail

      • ENABLE_SHA1_GEN

        @Property(boolValue=true)
        public static final java.lang.String ENABLE_SHA1_GEN
        See Also:
        Constant Field Values
      • XSS_PROTECTED_PROPERTIES

        @Property(value="adobe_dam:restrictions",
                  unbounded=ARRAY,
                  label="XSS protected properties",
                  description="These properties will be passed through xss api before saving")
        public static final java.lang.String XSS_PROTECTED_PROPERTIES
        See Also:
        Constant Field Values
    • Constructor Detail

      • MetadataProcessorProcess

        public MetadataProcessorProcess()