Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Package Functions | List of all members
Org.IdentityConnectors.Framework.Common.Objects.Filters.ComparableAttributeFilter Class Referenceabstract

Filter for an attribute value that is comparable. More...

Inherits Org.IdentityConnectors.Framework.Common.Objects.Filters.SingleValueAttributeFilter.

Inherited by Org.IdentityConnectors.Framework.Common.Objects.Filters.GreaterThanFilter, Org.IdentityConnectors.Framework.Common.Objects.Filters.GreaterThanOrEqualFilter, Org.IdentityConnectors.Framework.Common.Objects.Filters.LessThanFilter, and Org.IdentityConnectors.Framework.Common.Objects.Filters.LessThanOrEqualFilter.

Public Member Functions

override bool Accept (ConnectorObject obj)
 
override bool Accept (EmbeddedObject obj)
 
- Public Member Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.SingleValueAttributeFilter
Object GetValue ()
 Value to test against. More...
 
String GetName ()
 Name of the attribute to find in the ConnectorObject. More...
 
- Public Member Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.AttributeFilter
ConnectorAttribute GetAttribute ()
 Get the internal attribute. More...
 
bool IsPresent (ConnectorObject obj)
 Determines if the attribute provided is present in the ConnectorObject. More...
 

Protected Member Functions

abstract bool Accept (object obj)
 
int Compare (Object obj)
 

Package Functions

 ComparableAttributeFilter (ConnectorAttribute attr)
 Attempt compare attribute values. More...
 
- Package Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.SingleValueAttributeFilter
 SingleValueAttributeFilter (ConnectorAttribute attr)
 Attempt to single out the value for comparison. More...
 
- Package Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.AttributeFilter
 AttributeFilter (ConnectorAttribute attribute)
 Root filter for Attribute testing.. More...
 

Detailed Description

Filter for an attribute value that is comparable.

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Common.Objects.Filters.ComparableAttributeFilter.ComparableAttributeFilter ( ConnectorAttribute  attr)
package

Attempt compare attribute values.


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