public interface CDOReferenceAdjuster
| Modifier and Type | Method and Description |
|---|---|
Object |
adjustReference(Object id,
EStructuralFeature feature,
int index)
Adjusts the internal structure of an object (e.g:
CDORevision). |
Object adjustReference(Object id, EStructuralFeature feature, int index)
CDORevision). This is mainly used after committing a
transaction. CDORevision must replace CDOIDTemp for non-temporary CDOID with a mapped ID.
Only the internal structure knows how to do these modifications. This is important to consider using different
implementation of CDOList.Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.