.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01

The FilterBuilder type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAnd
Ands the two Filter.
Public methodStatic memberContains
Determine if the ConnectorObject or EmbeddedObject(String, Filter)ConnectorAttribute value contains the ConnectorAttribute value provided.
Public methodStatic memberContainsAllValues
Public methodStatic memberContainsIgnoreCase
Determine if the ConnectorObject or EmbeddedObject(String, Filter)ConnectorAttribute value contains the ConnectorAttribute value provided.
Public methodStatic memberEmbeddedObject
Public methodStatic memberEndsWith
Determine if the ConnectorObject or EmbeddedObject(String, Filter)ConnectorAttribute value ends with the ConnectorAttribute value provided.
Public methodStatic memberEndsWithIgnoreCase
Determine if the ConnectorObject or EmbeddedObject(String, Filter)ConnectorAttribute value ends with the ConnectorAttribute value provided.
Public methodStatic memberEqualTo
Determines if the ConnectorAttribute provided exists in the ConnectorObject or EmbeddedObject(String, Filter) and is equal.
Public methodStatic memberEqualToIgnoreCase
Determines if the ConnectorAttribute provided exists in the ConnectorObject or EmbeddedObject(String, Filter) and is equal.
Public methodStatic memberGreaterThan
ConnectorAttribute value is greater than the ConnectorObject or EmbeddedObject(String, Filter) attribute value.
Public methodStatic memberGreaterThanOrEqualTo
The ConnectorAttribute value provided is less than or equal to the ConnectorObject or EmbeddedObject(String, Filter) attribute value.
Public methodStatic memberLessThan
The ConnectorAttribute value provided is less than the ConnectorObject or EmbeddedObject(String, Filter) attribute value.
Public methodStatic memberLessThanOrEqualTo
The ConnectorAttribute value provided is less than or equal to the ConnectorObject or EmbeddedObject(String, Filter) attribute value.
Public methodStatic memberNot
NOT the Filter.
Public methodStatic memberOr
ORs the two Filter.
Public methodStatic memberStartsWith
Determine if the ConnectorObject or EmbeddedObject(String, Filter)ConnectorAttribute value starts with the ConnectorAttribute value provided.
Public methodStatic memberStartsWithIgnoreCase
Determine if the ConnectorObject or EmbeddedObject(String, Filter)ConnectorAttribute value starts with the ConnectorAttribute value provided.

See Also