Uses of Class
com.evolveum.midpoint.provisioning.api.SynchronizationResult
-
Packages that use SynchronizationResult Package Description com.evolveum.midpoint.provisioning.api -
-
Uses of SynchronizationResult in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return SynchronizationResult 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.
-