.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
Classes
| Class | Description | |
|---|---|---|
| AbstractFilterTranslator<(Of <(<'T>)>)> |
Base class to make it easier to implement Search.
| |
| AndFilter | ||
| AttributeFilter | ||
| ComparableAttributeFilter |
Filter for an attribute value that is comparable.
| |
| CompositeFilter | ||
| ContainsAllValuesFilter | ||
| ContainsFilter | ||
| ContainsIgnoreCaseFilter | ||
| EmbeddedObjectFilter | Applies a filter to each of the {@link EmbeddedObject}s that constitute
the values of an attribute. | |
| EndsWithFilter | ||
| EndsWithIgnoreCaseFilter | ||
| EqualsFilter | ||
| EqualsIgnoreCaseFilter | ||
| FilterBuilder |
FilterBuilder creates a Filter object, that can determine if a
ConnectorObject or EmbeddedObject will be filtered or not.
| |
| GreaterThanFilter | ||
| GreaterThanOrEqualFilter | ||
| LessThanFilter | ||
| LessThanOrEqualFilter | ||
| NotFilter |
Proxy the filter to return the negative of the value.
| |
| OrFilter | ||
| SingleValueAttributeFilter |
Get a single value out of the attribute to test w/.
| |
| StartsWithFilter | ||
| StartsWithIgnoreCaseFilter | ||
| StringFilter |
Filter based on strings.
|
Interfaces
| Interface | Description | |
|---|---|---|
| Filter | ||
| FilterTranslator<(Of <(<'T>)>)> |