Uses of Class
org.identityconnectors.framework.common.objects.SyncToken
Packages that use SyncToken
Package
Description
This is the "Service Provider Interface" package.
-
Uses of SyncToken in net.tirasa.connid.commons.scripted
Methods in net.tirasa.connid.commons.scripted that return SyncTokenModifier and TypeMethodDescriptionAbstractScriptedConnector.getLatestSyncToken
(ObjectClass objectClass) Methods in net.tirasa.connid.commons.scripted with parameters of type SyncTokenModifier and TypeMethodDescriptionvoid
AbstractScriptedConnector.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) -
Uses of SyncToken in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test with parameters of type SyncTokenModifier and TypeMethodDescriptionConnectorHelper.sync
(ConnectorFacade connectorFacade, ObjectClass objClass, SyncToken token, OperationOptions opOptions) Performs sync on connector facade. -
Uses of SyncToken in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return SyncTokenModifier and TypeMethodDescriptionSyncApiOp.getLatestSyncToken
(ObjectClass objectClass) Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.SyncApiOp.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 SyncTokenModifier and TypeMethodDescriptionSyncApiOp.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 SyncTokenModifier and TypeMethodDescriptionSyncDelta.getToken()
Returns theSyncToken
of the object that changed.SyncDeltaBuilder.getToken()
Returns theSyncToken
of the object that changed.Methods in org.identityconnectors.framework.common.objects with parameters of type SyncTokenModifier and TypeMethodDescriptionSets theSyncToken
of the object that changed. -
Uses of SyncToken in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return SyncTokenModifier and TypeMethodDescriptionfinal SyncToken
AbstractConnectorFacade.getLatestSyncToken
(ObjectClass objectClass) Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.final SyncToken
AbstractConnectorFacade.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects.Methods in org.identityconnectors.framework.impl.api with parameters of type SyncTokenModifier and TypeMethodDescriptionfinal SyncToken
AbstractConnectorFacade.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.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations that return SyncTokenModifier and TypeMethodDescriptionSyncImpl.getLatestSyncToken
(ObjectClass objectClass) SyncImpl.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type SyncTokenModifier and TypeMethodDescriptionSyncImpl.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) -
Uses of SyncToken in org.identityconnectors.framework.spi
Methods in org.identityconnectors.framework.spi with parameters of type SyncTokenModifier and TypeMethodDescriptionvoid
SyncTokenResultsHandler.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 SyncTokenModifier and TypeMethodDescriptionSyncOp.getLatestSyncToken
(ObjectClass objectClass) Returns the token corresponding to the most recent synchronization event.Methods in org.identityconnectors.framework.spi.operations with parameters of type SyncTokenModifier and TypeMethodDescriptionvoid
SyncOp.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.testconnector
Methods in org.identityconnectors.testconnector that return SyncTokenModifier and TypeMethodDescriptionTstAbstractConnector.getLatestSyncToken
(ObjectClass objectClass) TstConnector.getLatestSyncToken
(ObjectClass objectClass) Methods in org.identityconnectors.testconnector with parameters of type SyncTokenModifier and TypeMethodDescriptionvoid
TstAbstractConnector.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) void
TstConnector.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)