Interface IProcessor

  • All Known Subinterfaces:
    IPostProcessor, IPreProcessor

    public interface 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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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
    • 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 of Connector.getName()
        Returns:
        true if connector is supported else false