Package com.day.cq.dam.core.process
Class ProcessingProfileApplier
- java.lang.Object
-
- com.day.cq.dam.core.process.ProcessingProfileApplier
-
public class ProcessingProfileApplier extends java.lang.ObjectTheProcessingProfileApplieris used in multiple workflow steps. At the time of writing this comment it is used in Metadata Processor step and Apply Processing Profile step.
-
-
Constructor Summary
Constructors Constructor Description ProcessingProfileApplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyProcessingProfile(javax.jcr.Session session, Asset asset)Applies processing profile on the given asset.
-
-
-
Method Detail
-
applyProcessingProfile
public void applyProcessingProfile(javax.jcr.Session session, Asset asset) throws javax.jcr.RepositoryExceptionApplies 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.
-
-