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.SyncDelta Class Reference

Represents a change to an object in a resource. More...

Public Member Functions

override String ToString ()
 
override int GetHashCode ()
 
override bool Equals (Object o)
 

Package Functions

 SyncDelta (SyncToken token, SyncDeltaType deltaType, Uid previousUid, Uid uid, ConnectorObject obj)
 Creates a SyncDelata More...
 

Properties

Uid PreviousUid [get]
 If the change described by this More...
 
Uid Uid [get]
 Returns the More...
 
ConnectorObject Object [get]
 Returns the connector object that changed. More...
 
SyncToken Token [get]
 Returns the More...
 
SyncDeltaType DeltaType [get]
 Returns the type of the change the occured. More...
 

Detailed Description

Represents a change to an object in a resource.

See also
Org.IdentityConnectors.Framework.Api.Operations.SyncApiOp, Org.IdentityConnectors.Framework.Spi.Operations.SyncOp

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Common.Objects.SyncDelta.SyncDelta ( SyncToken  token,
SyncDeltaType  deltaType,
Uid  previousUid,
Uid  uid,
ConnectorObject  obj 
)
package

Creates a SyncDelata

Parameters
tokenThe token. Must not be null.
deltaTypeThe delta. Must not be null.
uidThe uid. Must not be null.
objectThe object that has changed. May be null for delete.

Property Documentation

SyncDeltaType Org.IdentityConnectors.Framework.Common.Objects.SyncDelta.DeltaType
get

Returns the type of the change the occured.

Returns
The type of change that occured.
ConnectorObject Org.IdentityConnectors.Framework.Common.Objects.SyncDelta.Object
get

Returns the connector object that changed.

This may be null in the case of delete.

Returns
The object or possibly null if this represents a delete.
Uid Org.IdentityConnectors.Framework.Common.Objects.SyncDelta.PreviousUid
get

If the change described by this

SyncDelta modified the object's Uid, this method returns the Uid before the change.

Not all resources can determine the previous Uid, so this method can return

null

.

Returns
the previous Uid or null if it could not be determined or the change did not modify the Uid.
SyncToken Org.IdentityConnectors.Framework.Common.Objects.SyncDelta.Token
get

Returns the

SyncToken of the object that changed.

Returns
the SyncToken of the object that changed.
Uid Org.IdentityConnectors.Framework.Common.Objects.SyncDelta.Uid
get

Returns the

Uid of the object that changed.

Returns
the Uid of the object that changed.

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