Class CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object adjustReference​(java.lang.Object id, org.eclipse.emf.ecore.EStructuralFeature feature, int index)
      Adjusts the internal structure of an object (e.g: CDORevision).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • adjustReference

        public java.lang.Object adjustReference​(java.lang.Object id,
                                                org.eclipse.emf.ecore.EStructuralFeature feature,
                                                int index)
        Description copied from interface: CDOReferenceAdjuster
        Adjusts the internal structure of an object (e.g: 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.
        Specified by:
        adjustReference in interface CDOReferenceAdjuster
        Since:
        4.0