Class ObjectDeltaWaves<O extends ObjectType>

java.lang.Object
com.evolveum.midpoint.model.impl.lens.ObjectDeltaWaves<O>
All Implemented Interfaces:
DebugDumpable, Serializable, Iterable<ObjectDelta<O>>

public class ObjectDeltaWaves<O extends ObjectType> extends Object implements Iterable<ObjectDelta<O>>, DebugDumpable, Serializable
Secondary deltas from already completed waves. The meaning of this structure changed in midPoint 4.2. Originally, we stored here "live" secondary deltas for each wave. Since 4.2, the current secondary deltas are stored directly in LensFocusContext; and they are moved here after change execution.
See Also: