Class ShadowUpdater


  • public class ShadowUpdater
    extends Object
    Offloads SynchronizationServiceImpl from duties related to updating synchronization/correlation metadata. Accumulates deltas in deltas list (along with applying them to the current shadow) and writes them into repository when the commit(OperationResult) method is called. Besides that, provides the business methods that update the operational data in the shadow.
    • Method Detail

      • getDeltas

        @NotNull
        public @NotNull List<ItemDelta<?,​?>> getDeltas()