Uses of Class
com.evolveum.midpoint.provisioning.api.SynchronizationResult
Packages that use SynchronizationResult
-
Uses of SynchronizationResult in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return SynchronizationResultModifier and TypeMethodDescription@NotNull SynchronizationResultProvisioningService.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 SynchronizationResultProvisioningService.synchronize(@NotNull ResourceOperationCoordinates coordinates, @Nullable LiveSyncOptions options, @NotNull LiveSyncTokenStorage tokenStorage, @NotNull LiveSyncEventHandler handler, @NotNull Task task, @NotNull OperationResult parentResult) This is method doesn't takeProvisioningOperationContextas a parameter to simplify backward compatibility for now.