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

Builder class to create a EmbeddedObject. More...

Public Member Functions

EmbeddedObjectBuilder Add (EmbeddedObject obj)
 Takes all the attribute from a EmbeddedObject and add/overwrite the current attributes. More...
 
EmbeddedObjectBuilder AddAttribute (params ConnectorAttribute[] attrs)
 
EmbeddedObjectBuilder AddAttributes (ICollection< ConnectorAttribute > attrs)
 
EmbeddedObjectBuilder AddAttribute (String name, params object[] objs)
 Adds values to the attribute. More...
 
EmbeddedObjectBuilder AddAttribute (String name, ICollection< object > obj)
 Adds each object in the collection. More...
 
EmbeddedObject Build ()
 

Properties

ObjectClass ObjectClass [get, set]
 

Detailed Description

Builder class to create a EmbeddedObject.

The clients and the developer of a Connector will construct a

EmbeddedObjectBuilder

, and then call the

EmbeddedObjectBuilder

to add attributes, and then finally to M:EmbeddedObjectBuilder.Build the actual EmbeddedObject.

Member Function Documentation

EmbeddedObjectBuilder Org.IdentityConnectors.Framework.Common.Objects.EmbeddedObjectBuilder.Add ( EmbeddedObject  obj)

Takes all the attribute from a EmbeddedObject and add/overwrite the current attributes.

EmbeddedObjectBuilder Org.IdentityConnectors.Framework.Common.Objects.EmbeddedObjectBuilder.AddAttribute ( String  name,
params object[]  objs 
)

Adds values to the attribute.

EmbeddedObjectBuilder Org.IdentityConnectors.Framework.Common.Objects.EmbeddedObjectBuilder.AddAttribute ( String  name,
ICollection< object >  obj 
)

Adds each object in the collection.


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