Package com.day.cq.dam.api.smartcrop
Interface SmartCropPostProcessor
-
public interface SmartCropPostProcessor
Handles 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 class
SmartCropPostProcessor.EventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(SmartCropPostProcessor.EventType type, Asset asset, java.util.List<SmartCrop> crops)
void
process(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)
-
-