Uses of Class
org.identityconnectors.framework.common.objects.SyncToken
-
Packages that use SyncToken Package Description org.identityconnectors.contract.test org.identityconnectors.framework.api.operations org.identityconnectors.framework.common.objects org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.local.operations org.identityconnectors.framework.spi This is the "Service Provider Interface" package.org.identityconnectors.framework.spi.operations org.identityconnectors.testconnector -
-
Uses of SyncToken in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test with parameters of type SyncToken Modifier and Type Method Description static List<SyncDelta>
ConnectorHelper. 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 SyncToken Modifier and Type Method Description SyncToken
SyncApiOp. getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.SyncToken
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 SyncToken Modifier and Type Method Description SyncToken
SyncApiOp. 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 SyncToken
SyncDelta. getToken()
Returns theSyncToken
of the object that changed.SyncToken
SyncDeltaBuilder. getToken()
Returns theSyncToken
of the object that changed.Methods in org.identityconnectors.framework.common.objects with parameters of type SyncToken Modifier and Type Method Description SyncDeltaBuilder
SyncDeltaBuilder. setToken(SyncToken token)
Sets theSyncToken
of the object that changed. -
Uses of SyncToken in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return SyncToken Modifier and Type Method Description SyncToken
AbstractConnectorFacade. getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.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 SyncToken Modifier and Type Method Description 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 SyncToken Modifier and Type Method Description SyncToken
SyncImpl. getLatestSyncToken(ObjectClass objectClass)
SyncToken
SyncImpl. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type SyncToken Modifier and Type Method Description SyncToken
SyncImpl. 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 SyncToken Modifier and Type Method Description void
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 SyncToken Modifier and Type Method Description SyncToken
SyncOp. 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 void
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 SyncToken Modifier and Type Method Description SyncToken
TstAbstractConnector. getLatestSyncToken(ObjectClass objectClass)
SyncToken
TstConnector. getLatestSyncToken(ObjectClass objectClass)
Methods in org.identityconnectors.testconnector with parameters of type SyncToken Modifier and Type Method Description void
TstAbstractConnector. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
void
TstConnector. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
-