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 | Properties | List of all members
Org.IdentityConnectors.Framework.Common.Objects.Filters.EmbeddedObjectFilter Class Reference

Applies a filter to each of the EmbeddedObjects that constitute the values of an attribute. More...

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

Public Member Functions

bool Accept (ConnectorObject obj)
 Applies P:EmbeddedObjectFilter.Filter to each of the EmbeddedObjects that constitute the values of the specified P:EmbeddedObjectFilter.AttributeName in the given More...
 
bool Accept (EmbeddedObject obj)
 Applies P:EmbeddedObjectFilter.Filter to each of the EmbeddedObjects that constitute the values of the specified P:EmbeddedObjectFilter.AttributeName in the given More...
 
override string ToString ()
 

Package Functions

 EmbeddedObjectFilter (string attributeName, Filter filter)
 

Properties

string AttributeName [get]
 
Returns
the name of the attribute whose values are
More...
 
Filter Filter [get]
 
Returns
the filter to apply to each
More...
 

Detailed Description

Applies a filter to each of the EmbeddedObjects that constitute the values of an attribute.

Member Function Documentation

bool Org.IdentityConnectors.Framework.Common.Objects.Filters.EmbeddedObjectFilter.Accept ( ConnectorObject  obj)

Applies P:EmbeddedObjectFilter.Filter to each of the EmbeddedObjects that constitute the values of the specified P:EmbeddedObjectFilter.AttributeName in the given

ConnectorObject.

Returns
true if and only if the filter matched any of the EmbeddedObjects.

Implements Org.IdentityConnectors.Framework.Common.Objects.Filters.Filter.

bool Org.IdentityConnectors.Framework.Common.Objects.Filters.EmbeddedObjectFilter.Accept ( EmbeddedObject  obj)

Applies P:EmbeddedObjectFilter.Filter to each of the EmbeddedObjects that constitute the values of the specified P:EmbeddedObjectFilter.AttributeName in the given

EmbeddedObject.

Returns
true if and only if the filter matched any of the EmbeddedObjects.

Implements Org.IdentityConnectors.Framework.Common.Objects.Filters.Filter.

Property Documentation

string Org.IdentityConnectors.Framework.Common.Objects.Filters.EmbeddedObjectFilter.AttributeName
get

Returns
the name of the attribute whose values are

EmbeddedObjects.

Filter Org.IdentityConnectors.Framework.Common.Objects.Filters.EmbeddedObjectFilter.Filter
get

Returns
the filter to apply to each

EmbeddedObject value.


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