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

Get a single value out of the attribute to test w/. More...

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

Inherited by Org.IdentityConnectors.Framework.Common.Objects.Filters.ComparableAttributeFilter, and Org.IdentityConnectors.Framework.Common.Objects.Filters.StringFilter.

Public Member Functions

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...
 
abstract bool Accept (ConnectorObject obj)
 
abstract bool Accept (EmbeddedObject obj)
 

Package Functions

 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

Get a single value out of the attribute to test w/.

Constructor & Destructor Documentation

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

Attempt to single out the value for comparison.

Member Function Documentation

String Org.IdentityConnectors.Framework.Common.Objects.Filters.SingleValueAttributeFilter.GetName ( )

Name of the attribute to find in the ConnectorObject.

Object Org.IdentityConnectors.Framework.Common.Objects.Filters.SingleValueAttributeFilter.GetValue ( )

Value to test against.


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