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.Api.Operations.SyncApiOp Interface Reference

Receive synchronization events from the resource. More...

Inherits Org.IdentityConnectors.Framework.Api.Operations.APIOperation.

Inherited by Org.IdentityConnectors.Framework.Api.ConnectorFacade.

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.

This will be supported by connectors that implement Org.IdentityConnectors.Framework.Spi.Operations.SyncOp.

See also
Org.IdentityConnectors.Framework.Spi.Operations.SyncOp

Member Function Documentation

SyncToken Org.IdentityConnectors.Framework.Api.Operations.SyncApiOp.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.Api.Operations.SyncApiOp.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. May be null.

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