Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  12c (12.2.1.3.0) E81433-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder Class Reference

Builder for SyncDelta. More...

Public Member Functions

 SyncDeltaBuilder ()
 Create a new More...
 
 SyncDeltaBuilder (SyncDelta delta)
 Creates a new More...
 
SyncDelta Build ()
 Creates a SyncDelta. More...
 

Properties

SyncToken Token [get, set]
 Returns the More...
 
SyncDeltaType DeltaType [get, set]
 Returns the type of the change that occurred. More...
 
Uid PreviousUid [get, set]
 Returns the More...
 
Uid Uid [get, set]
 Returns the More...
 
ConnectorObject Object [get, set]
 Returns the object that changed. More...
 

Detailed Description

Builder for SyncDelta.

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder.SyncDeltaBuilder ( )

Create a new

SyncDeltaBuilder

Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder.SyncDeltaBuilder ( SyncDelta  delta)

Creates a new

SyncDeltaBuilder whose values are initialized to those of the delta.

Parameters
deltaThe original delta.

Member Function Documentation

SyncDelta Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder.Build ( )

Creates a SyncDelta.

Prior to calling the following must be specified:

  1. Object (for anything other than delete)
  2. Uid (this is implictly set when calling Object)
  3. Token
  4. DeltaType

Property Documentation

SyncDeltaType Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder.DeltaType
getset

Returns the type of the change that occurred.

Returns
The type of change that occurred.
ConnectorObject Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder.Object
getset

Returns the object that changed.

Sets the object that changed and implicitly sets Uid if object is not null.

Returns
The object that changed. May be null for deletes.
Uid Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder.PreviousUid
getset

Returns the

Uid before the change.

Returns
the Uid before the change.
SyncToken Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder.Token
getset

Returns the

SyncToken of the object that changed.

Returns
the SyncToken of the object that changed.
Uid Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder.Uid
getset

Returns the

Uid of the object that changed.

Note that this is implicitly set when you call Object.

Returns
the of the object that changed.

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