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 TypeMethodDescriptionvoidAbstractScriptedConnector.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 theSyncTokenof the object that changed.SyncDeltaBuilder.getToken()Returns theSyncTokenof the object that changed.Methods in org.identityconnectors.framework.common.objects with parameters of type SyncTokenModifier and TypeMethodDescriptionSets theSyncTokenof 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 SyncTokenAbstractConnectorFacade.getLatestSyncToken(ObjectClass objectClass) Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.final SyncTokenAbstractConnectorFacade.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 SyncTokenAbstractConnectorFacade.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 TypeMethodDescriptionvoidSyncTokenResultsHandler.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 TypeMethodDescriptionvoidSyncOp.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 TypeMethodDescriptionvoidTstAbstractConnector.sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) voidTstConnector.sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)