Interface SearchOp<T>

  • Type Parameters:
    T - The result type of the translator.
    All Superinterfaces:
    SPIOperation

    public interface SearchOp<T>
    extends SPIOperation
    Implement this interface to allow the Connector to search for resource objects.
    See Also:
    For more information