Class SynchronizationResult

    • Method Detail

      • hasChanged

        public boolean hasChanged()
        Determines if some values have changed during the synchronization
        Returns:
        true if some values have changed during the synchronization, false otherwise
      • setHasChanged

        public void setHasChanged​(boolean hasChanged)
        Set to true if a value hasChanged during the synchronization
        Parameters:
        hasChanged - true if a value hasChanged during the synchronization, false otherwise
      • aggregateResult

        public void aggregateResult​(SynchronizationResult result)
        Aggregate the given result to the current one
        Parameters:
        result - the result to aggregate to the current one