Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Org.IdentityConnectors.Framework.Api.Operations.SearchApiOp Interface Reference

Inherits Org.IdentityConnectors.Framework.Api.Operations.APIOperation.

Inherited by Org.IdentityConnectors.Framework.Api.ConnectorFacade.

Public Member Functions

void Search (ObjectClass oclass, Filter filter, ResultsHandler handler, OperationOptions options)
 Search the resource for all objects that match the filter. More...
 

Member Function Documentation

void Org.IdentityConnectors.Framework.Api.Operations.SearchApiOp.Search ( ObjectClass  oclass,
Filter  filter,
ResultsHandler  handler,
OperationOptions  options 
)

Search the resource for all objects that match the filter.

Parameters
filterReduces the number of entries to only those that match the Filter provided.
handlerclass responsible for working with the objects returned from the search.
Exceptions
Exceptioniff there is problem during the processing of the results.

The documentation for this interface was generated from the following file: