Uses of Interface
org.identityconnectors.framework.spi.operations.SearchOp
Packages that use SearchOp
Package
Description
-
Uses of SearchOp in net.tirasa.connid.commons.scripted
Classes in net.tirasa.connid.commons.scripted that implement SearchOpModifier and TypeClassDescriptionclass
-
Uses of SearchOp in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type SearchOpModifier and TypeMethodDescriptionstatic 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 SearchOpModifier and TypeMethodDescriptionTestHelpersImpl.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 SearchOpModifier and TypeMethodDescriptionstatic 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 SearchOpModifier and TypeMethodDescriptionTestHelpersSpi.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 SearchOpModifier and TypeClassDescriptionclass
class
class
class