@Version("1.0.0") @Export(optional="provide:=true")
Package com.adobe.aem.dermis.api.processor
This package exports interfaces used for pre-processing or post-processing of operation's input/output
-
Interface Summary Interface Description IPostProcessor IPostProcessor is a service that is called after execution of operation which can be used to postProcess or executePostProcessors the results of the operation.IPreProcessor IPreProcessor is a service that is called directly before executing any operation.IProcessor IProcessor is the interface that checks for support of pre processing and post processing of the operation in the context of the current user and connector.