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

Abstract "place-holder" for synchronization. More...

Public Member Functions

 SyncToken (Object value)
 Creates a new More...
 
override String ToString ()
 
override int GetHashCode ()
 
override bool Equals (Object o)
 

Properties

Object Value [get]
 Returns the value for the token. More...
 

Detailed Description

Abstract "place-holder" for synchronization.

The application must not make any attempt to interpret the value of the token. From the standpoint of the application the token is merely a black-box. The application may only persist the value of the token for use on subsequent synchronization requests.

What this token represents is entirely connector-specific. On some connectors this might be a last-modified value. On others, it might be a unique ID of a log table entry. On others such as JMS, this might be a dummy value since JMS itself keeps track of the state of the sync.

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Common.Objects.SyncToken.SyncToken ( Object  value)

Creates a new

Parameters
valueMay not be null. TODO: define set of allowed value types (currently same as set of allowed attribute values).

Property Documentation

Object Org.IdentityConnectors.Framework.Common.Objects.SyncToken.Value
get

Returns the value for the token.

Returns
The value for the token.

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