Uses of Class
org.identityconnectors.framework.common.objects.SyncToken

Packages that use SyncToken
org.identityconnectors.framework.api.operations   
org.identityconnectors.framework.common.objects   
org.identityconnectors.framework.spi.operations   
 

Uses of SyncToken in org.identityconnectors.framework.api.operations
 

Methods in org.identityconnectors.framework.api.operations that return SyncToken
 SyncToken SyncApiOp.getLatestSyncToken(ObjectClass objClass)
          Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.
 

Methods in org.identityconnectors.framework.api.operations with parameters of type SyncToken
 void SyncApiOp.sync(ObjectClass objClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
          Request synchronization events--i.e., native changes to target objects.
 

Uses of SyncToken in org.identityconnectors.framework.common.objects
 

Methods in org.identityconnectors.framework.common.objects that return SyncToken
 SyncToken SyncDelta.getToken()
          Returns the SyncToken of the object that changed.
 SyncToken SyncDeltaBuilder.getToken()
          Returns the SyncToken of the object that changed.
 

Methods in org.identityconnectors.framework.common.objects with parameters of type SyncToken
 SyncDeltaBuilder SyncDeltaBuilder.setToken(SyncToken token)
          Sets the SyncToken of the object that changed.
 

Uses of SyncToken in org.identityconnectors.framework.spi.operations
 

Methods in org.identityconnectors.framework.spi.operations that return SyncToken
 SyncToken SyncOp.getLatestSyncToken(ObjectClass objClass)
          Returns the token corresponding to the most recent synchronization event.
 

Methods in org.identityconnectors.framework.spi.operations with parameters of type SyncToken
 void SyncOp.sync(ObjectClass objClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
          Request synchronization events--i.e., native changes to target objects.
 



Copyright © 2012. All Rights Reserved.