Package org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster
- java.lang.Object
- 
- org.eclipse.emf.spi.cdo.CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster
 
- 
- All Implemented Interfaces:
- CDOReferenceAdjuster
 - Enclosing class:
- CDOSessionProtocol.CommitTransactionResult
 
 protected static class CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster extends java.lang.Object implements CDOReferenceAdjuster If the meaning of this type isn't clear, there really should be more of a description here...- Author:
- Simon McDuff
 
- 
- 
Constructor SummaryConstructors Constructor Description PostCommitReferenceAdjuster(CDOIDProvider idProvider, CDOIDMapper idMapper)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectadjustReference(java.lang.Object id, org.eclipse.emf.ecore.EStructuralFeature feature, int index)Adjusts the internal structure of an object (e.g:CDORevision).
 
- 
- 
- 
Constructor Detail- 
PostCommitReferenceAdjusterpublic PostCommitReferenceAdjuster(CDOIDProvider idProvider, CDOIDMapper idMapper) 
 
- 
 - 
Method Detail- 
adjustReferencepublic java.lang.Object adjustReference(java.lang.Object id, org.eclipse.emf.ecore.EStructuralFeature feature, int index)Description copied from interface:CDOReferenceAdjusterAdjusts the internal structure of an object (e.g:CDORevision). This is mainly used after committing a transaction.CDORevisionmust replaceCDOIDTempfor non-temporaryCDOIDwith a mapped ID. Only the internal structure knows how to do these modifications. This is important to consider using different implementation ofCDOList.- Specified by:
- adjustReferencein interface- CDOReferenceAdjuster
- Since:
- 4.0
 
 
- 
 
-