Uses of Interface
org.identityconnectors.framework.spi.operations.SearchOp
-
-
Uses of SearchOp in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type SearchOp Modifier and Type Method Description static void
SearchImpl. rawSearch(SearchOp<?> search, ObjectClass objectClass, Filter filter, SearchResultsHandler handler, OperationOptions options, ConnectorOperationalContext operationalContext)
Public static because it is used by TestHelpersImpl. -
Uses of SearchOp in org.identityconnectors.framework.impl.test
Methods in org.identityconnectors.framework.impl.test with parameters of type SearchOp Modifier and Type Method Description SearchResult
TestHelpersImpl. search(SearchOp<?> search, ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set. -
Uses of SearchOp in org.identityconnectors.test.common
Methods in org.identityconnectors.test.common with parameters of type SearchOp Modifier and Type Method Description static void
TestHelpers. search(SearchOp<?> search, ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.static List<ConnectorObject>
TestHelpers. searchToList(SearchOp<?> search, ObjectClass objectClass, Filter filter)
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.static List<ConnectorObject>
TestHelpers. searchToList(SearchOp<?> search, ObjectClass objectClass, Filter filter, OperationOptions options)
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set. -
Uses of SearchOp in org.identityconnectors.test.common.spi
Methods in org.identityconnectors.test.common.spi with parameters of type SearchOp Modifier and Type Method Description SearchResult
TestHelpersSpi. search(SearchOp<?> search, ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)
-
Uses of SearchOp in org.identityconnectors.testconnector
Classes in org.identityconnectors.testconnector that implement SearchOp Modifier and Type Class Description class
TstAbstractConnector
class
TstConnector
class
TstStatefulConnector
class
TstStatefulPoolableConnector
-