Interface IProcessor
-
- All Known Subinterfaces:
IPostProcessor,IPreProcessor
public interface IProcessorIProcessor 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSupported(java.lang.String connectorName, ExecutionContext executionContext)Checks if this pre/post handler can handle the pre/post processing of the current operation in the connector
-
-
-
Method Detail
-
isSupported
boolean isSupported(java.lang.String connectorName, ExecutionContext executionContext)Checks if this pre/post handler can handle the pre/post processing of the current operation in the connector- Parameters:
connectorName- name ofConnector.getName()- Returns:
- true if connector is supported else false
-
-