Package com.day.cq.dam.api.smartcrop
Interface SmartCropPostProcessor
-
public interface SmartCropPostProcessorHandles post processing of different crud events for smart crops The implemenations of this interface can relay the appropriate event to a downstream system such as dynamicmedia.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSmartCropPostProcessor.EventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(SmartCropPostProcessor.EventType type, Asset asset, java.util.List<SmartCrop> crops)voidprocess(SmartCropPostProcessor.EventType type, Rendition rendition)
-
-
-
Method Detail
-
process
void process(SmartCropPostProcessor.EventType type, Asset asset, java.util.List<SmartCrop> crops)
-
process
void process(SmartCropPostProcessor.EventType type, Rendition rendition)
-
-