Uses of Class
org.identityconnectors.framework.common.objects.SyncToken
-
Packages that use SyncToken Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi This is the "Service Provider Interface" package.org.identityconnectors.framework.spi.operations -
-
Uses of SyncToken in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return SyncToken Modifier and Type Method Description SyncTokenSyncApiOp. getLatestSyncToken(ObjectClass objectClass)Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.SyncTokenSyncApiOp. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)Request synchronization events--i.e., native changes to target objects.Methods in org.identityconnectors.framework.api.operations with parameters of type SyncToken Modifier and Type Method Description SyncTokenSyncApiOp. sync(ObjectClass objectClass, 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 Modifier and Type Method Description SyncTokenSyncDelta. getToken()Returns theSyncTokenof the object that changed.SyncTokenSyncDeltaBuilder. getToken()Returns theSyncTokenof the object that changed.Methods in org.identityconnectors.framework.common.objects with parameters of type SyncToken Modifier and Type Method Description SyncDeltaBuilderSyncDeltaBuilder. setToken(SyncToken token)Sets theSyncTokenof the object that changed. -
Uses of SyncToken in org.identityconnectors.framework.spi
Methods in org.identityconnectors.framework.spi with parameters of type SyncToken Modifier and Type Method Description voidSyncTokenResultsHandler. handleResult(SyncToken result)Invoked when the request has completed successfully. -
Uses of SyncToken in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return SyncToken Modifier and Type Method Description SyncTokenSyncOp. getLatestSyncToken(ObjectClass objectClass)Returns the token corresponding to the most recent synchronization event.Methods in org.identityconnectors.framework.spi.operations with parameters of type SyncToken Modifier and Type Method Description voidSyncOp. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)Request synchronization events--i.e., native changes to target objects.
-