.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The AbstractFilterTranslator<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | CreateAndExpression |
Should be overridden by subclasses to create an AND expression
if the native resource supports AND.
| ||||
![]() | CreateContainsAllValuesExpression | |||||
![]() | CreateContainsExpression |
Should be overridden by subclasses to create a CONTAINS expression
if the native resource supports CONTAINS.
| ||||
![]() | CreateContainsIgnoreCaseExpression |
Should be overridden by subclasses to create a CONTAINS expression
if the native resource supports CONTAINS.
| ||||
![]() | CreateEmbeddedObjectFilterTranslator |
Should be overridden by subclasses to create an instance of
| ||||
![]() | CreateEndsWithExpression |
Should be overridden by subclasses to create a ENDS-WITH expression
if the native resource supports ENDS-WITH.
| ||||
![]() | CreateEndsWithIgnoreCaseExpression |
Should be overridden by subclasses to create a ENDS-WITH expression
if the native resource supports ENDS-WITH.
| ||||
![]() | CreateEqualsExpression |
Should be overridden by subclasses to create a EQUALS expression
if the native resource supports EQUALS.
| ||||
![]() | CreateEqualsIgnoreCaseExpression |
Should be overridden by subclasses to create a EQUALS expression
if the native resource supports EQUALS.
| ||||
![]() | CreateGreaterThanExpression |
Should be overridden by subclasses to create a GREATER-THAN expression
if the native resource supports GREATER-THAN.
| ||||
![]() | CreateGreaterThanOrEqualExpression |
Should be overridden by subclasses to create a GREATER-THAN-EQUAL expression
if the native resource supports GREATER-THAN-EQUAL.
| ||||
![]() | CreateLessThanExpression |
Should be overridden by subclasses to create a LESS-THAN expression
if the native resource supports LESS-THAN.
| ||||
![]() | CreateLessThanOrEqualExpression |
Should be overridden by subclasses to create a LESS-THAN-EQUAL expression
if the native resource supports LESS-THAN-EQUAL.
| ||||
![]() | CreateOrExpression |
Should be overridden by subclasses to create an OR expression
if the native resource supports OR.
| ||||
![]() | CreateStartsWithExpression |
Should be overridden by subclasses to create a STARTS-WITH expression
if the native resource supports STARTS-WITH.
| ||||
![]() | CreateStartsWithIgnoreCaseExpression |
Should be overridden by subclasses to create a STARTS-WITH expression
if the native resource supports STARTS-WITH.
| ||||
![]() | Equals | (Inherited from Object.) | ||||
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | ||||
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | ||||
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) | ||||
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | ||||
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) | ||||
![]() | Translate |
Main method to be called to translate a filter
|