.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Search the resource for all objects that match the filter.

Namespace: Org.IdentityConnectors.Framework.Api.Operations
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
void Search(
	ObjectClass oclass,
	Filter filter,
	ResultsHandler handler,
	OperationOptions options
)

Parameters

oclass
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ObjectClass
filter
Type: Org.IdentityConnectors.Framework.Common.Objects.Filters..::..Filter
Reduces the number of entries to only those that match the Filter provided.
handler
Type: Org.IdentityConnectors.Framework.Common.Objects..::..ResultsHandler
class responsible for working with the objects returned from the search.
options
Type: Org.IdentityConnectors.Framework.Common.Objects..::..OperationOptions

Exceptions

ExceptionCondition
System..::..Exceptioniff there is problem during the processing of the results.

See Also