Interface SearchOp<T>

Type Parameters:
T - The result type of the translator.
All Superinterfaces:
SPIOperation
All Known Implementing Classes:
AbstractScriptedConnector, TstAbstractConnector, TstConnector, TstStatefulConnector, TstStatefulPoolableConnector

public interface SearchOp<T> extends SPIOperation
Implement this interface to allow the Connector to search for resource objects.
See Also:
  • Method Details