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

Receive synchronization events from the resource. More...

Inherits Org.IdentityConnectors.Framework.Spi.Operations.SPIOperation.

Public Member Functions

void Sync (ObjectClass objClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
 Perform a synchronization. More...
 
SyncToken GetLatestSyncToken (ObjectClass objectClass)
 Returns the token corresponding to the latest sync delta. More...
 

Detailed Description

Receive synchronization events from the resource.

See also
Org.IdentityConnectors.Framework.Api.Operations.SyncApiOp

Member Function Documentation

SyncToken Org.IdentityConnectors.Framework.Spi.Operations.SyncOp.GetLatestSyncToken ( ObjectClass  objectClass)

Returns the token corresponding to the latest sync delta.

This is to support applications that may wish to sync starting "now".

Returns
The latest token or null if there is no sync data.
void Org.IdentityConnectors.Framework.Spi.Operations.SyncOp.Sync ( ObjectClass  objClass,
SyncToken  token,
SyncResultsHandler  handler,
OperationOptions  options 
)

Perform a synchronization.

Parameters
objClassThe object class to synchronize. Must not be null.
tokenThe token representing the last token from the previous sync. Should be null if this is the first sync for the given resource.
handlerThe result handler Must not be null.
optionsadditional options that impact the way this operation is run. If the caller passes null, the framework will convert this into an empty set of options, so SPI need not worry about this ever being null.

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