Class SynchronizationResult
java.lang.Object
org.ametys.plugins.repository.data.holder.values.SynchronizationResult
- Direct Known Subclasses:
ContentSynchronizationResult
Result of a synchronization
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
aggregateResult
(SynchronizationResult result) Aggregate the given result to the current oneboolean
Determines if some values have changed during the synchronizationvoid
setHasChanged
(boolean hasChanged) Set totrue
if a value hasChanged during the synchronization
-
Constructor Details
-
SynchronizationResult
public SynchronizationResult()
-
-
Method Details
-
hasChanged
Determines if some values have changed during the synchronization- Returns:
true
if some values have changed during the synchronization,false
otherwise
-
setHasChanged
Set totrue
if a value hasChanged during the synchronization- Parameters:
hasChanged
-true
if a value hasChanged during the synchronization,false
otherwise
-
aggregateResult
Aggregate the given result to the current one- Parameters:
result
- the result to aggregate to the current one
-