Uses of Interface
com.evolveum.midpoint.provisioning.api.LiveSyncTokenStorage
Packages that use LiveSyncTokenStorage
Package
Description
-
Uses of LiveSyncTokenStorage in com.evolveum.midpoint.model.impl.sync.tasks.sync
Classes in com.evolveum.midpoint.model.impl.sync.tasks.sync that implement LiveSyncTokenStorage -
Uses of LiveSyncTokenStorage in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api with parameters of type LiveSyncTokenStorageModifier and TypeMethodDescription@NotNull SynchronizationResult
ProvisioningService.synchronize
(@NotNull ResourceOperationCoordinates coordinates, @Nullable LiveSyncOptions options, @NotNull LiveSyncTokenStorage tokenStorage, @NotNull LiveSyncEventHandler handler, @NotNull ProvisioningOperationContext context, @NotNull Task task, @NotNull OperationResult parentResult) Fetches synchronization change events (LiveSyncEvent
) from a resource and passes them into specifiedLiveSyncEventHandler
.default @NotNull SynchronizationResult
ProvisioningService.synchronize
(@NotNull ResourceOperationCoordinates coordinates, @Nullable LiveSyncOptions options, @NotNull LiveSyncTokenStorage tokenStorage, @NotNull LiveSyncEventHandler handler, @NotNull Task task, @NotNull OperationResult parentResult) This is method doesn't takeProvisioningOperationContext
as a parameter to simplify backward compatibility for now.