
K - Value that uniquely identifies position of element inside collection.V - Value that is hold by collection.public class OMultiValueChangeTimeLine<K,V> extends Object
| Constructor and Description |
|---|
OMultiValueChangeTimeLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCollectionChangeEvent(OMultiValueChangeEvent<K,V> changeEvent)
Add new operation that was performed on collection to collection history.
|
List<OMultiValueChangeEvent<K,V>> |
getMultiValueChangeEvents() |
public List<OMultiValueChangeEvent<K,V>> getMultiValueChangeEvents()
List of all operations that were performed on collection starting from the
time when it was loaded from DB.public void addCollectionChangeEvent(OMultiValueChangeEvent<K,V> changeEvent)
changeEvent - Description of operation that was performed on collection.Copyright © 2009–2025 OrientDB. All rights reserved.