Uses of Interface
com.evolveum.midpoint.provisioning.api.LiveSyncTokenStorage
-
Packages that use LiveSyncTokenStorage Package Description com.evolveum.midpoint.model.impl.sync.tasks.sync com.evolveum.midpoint.provisioning.api -
-
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 Modifier and Type Class Description class
ActivityTokenStorageImpl
-
Uses of LiveSyncTokenStorage in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api with parameters of type LiveSyncTokenStorage Modifier and Type Method Description @NotNull SynchronizationResult
ProvisioningService. synchronize(@NotNull ResourceShadowDiscriminator shadowCoordinates, LiveSyncOptions options, @NotNull LiveSyncTokenStorage tokenStorage, @NotNull LiveSyncEventHandler handler, @NotNull Task task, @NotNull OperationResult parentResult)
Collect external changes on a resource and call the business logic with the accumulated change data.
-