Class ProcessingProfileApplier


  • public class ProcessingProfileApplier
    extends java.lang.Object
    The ProcessingProfileApplier is used in multiple workflow steps. At the time of writing this comment it is used in Metadata Processor step and Apply Processing Profile step.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyProcessingProfile​(javax.jcr.Session session, Asset asset)
      Applies processing profile on the given asset.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcessingProfileApplier

        public ProcessingProfileApplier()
    • Method Detail

      • applyProcessingProfile

        public void applyProcessingProfile​(javax.jcr.Session session,
                                           Asset asset)
                                    throws javax.jcr.RepositoryException
        Applies processing profile on the given asset.
        Parameters:
        session - JCR Session.
        asset - Asset on which processing profile is to be applied.
        Throws:
        javax.jcr.RepositoryException - if some repository error occurs during application.