Interface InternalCDOObject

    • Method Detail

      • cdoView

        InternalCDOView cdoView()
        Description copied from interface: CDOObject
        Returns the view this object is associated with, or null if this object is not associated with a view. This view manages all aspects of this object and cahces it as long as required.
        Specified by:
        cdoView in interface CDOObject
      • cdoRevision

        InternalCDORevision cdoRevision()
        Description copied from interface: CDOObject
        Returns the revision of this object, or null if this object does currently not have a revision. The revision is used to store all modeled data of this object, together with some technical data required by the framework.
        Specified by:
        cdoRevision in interface CDOObject
      • cdoRevision

        InternalCDORevision cdoRevision​(boolean loadOnDemand)
        Description copied from interface: CDOObject
        Returns the revision of this object, or null if this object does currently not have a revision and loadOnDemand is false. The revision is used to store all modeled data of this object, together with some technical data required by the framework.
        Specified by:
        cdoRevision in interface CDOObject
        Since:
        4.3
      • cdoInternalPreAttach

        void cdoInternalPreAttach()
        Since:
        4.8
      • cdoInternalPostAttach

        void cdoInternalPostAttach()
      • cdoInternalPostDetach

        void cdoInternalPostDetach​(boolean remote)
      • cdoInternalPostInvalidate

        void cdoInternalPostInvalidate()
      • cdoInternalPostRollback

        void cdoInternalPostRollback()
        Since:
        3.0
      • cdoInternalPreCommit

        void cdoInternalPreCommit()
      • cdoInternalSetID

        void cdoInternalSetID​(CDOID id)
      • cdoInternalSetView

        void cdoInternalSetView​(CDOView view)
      • cdoInternalSetRevision

        void cdoInternalSetRevision​(CDORevision revision)
      • cdoInternalDynamicFeature

        @Deprecated
        EStructuralFeature cdoInternalDynamicFeature​(int dynamicFeatureID)
        Deprecated.
        As of 4.2 no longer supported.