Class RevisionInfo

  • Direct Known Subclasses:
    RevisionInfo.Available, RevisionInfo.Missing

    public abstract class RevisionInfo
    extends java.lang.Object
    If the meaning of this type isn't clear, there really should be more of a description here...
    Since:
    3.0
    Author:
    Eike Stepper
    • Constructor Detail

      • RevisionInfo

        protected RevisionInfo​(CDODataInput in,
                               CDOBranchPoint requestedBranchPoint)
                        throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getID

        public final CDOID getID()
      • getRequestedBranchPoint

        public final CDOBranchPoint getRequestedBranchPoint()
      • isLoadNeeded

        public abstract boolean isLoadNeeded()
      • write

        public void write​(CDODataOutput out)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • writeResult

        @Deprecated
        public void writeResult​(CDODataOutput out,
                                int referenceChunk)
                         throws java.io.IOException
        Deprecated.
        Not called anymore by the framework
        Throws:
        java.io.IOException
      • writeResult

        public void writeResult​(CDODataOutput out,
                                int referenceChunk,
                                CDOBranchPoint securityContext)
                         throws java.io.IOException
        Throws:
        java.io.IOException
        Since:
        4.1
      • readResult

        public void readResult​(CDODataInput in)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • writeRevision

        @Deprecated
        protected void writeRevision​(CDODataOutput out,
                                     int referenceChunk)
                              throws java.io.IOException
        Deprecated.
        Not called anymore by the framework
        Throws:
        java.io.IOException
      • writeRevision

        protected void writeRevision​(CDODataOutput out,
                                     int referenceChunk,
                                     CDOBranchPoint securityContext)
                              throws java.io.IOException
        Throws:
        java.io.IOException
        Since:
        4.1
      • readRevision

        protected void readRevision​(CDODataInput in)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • doWriteResult

        @Deprecated
        protected void doWriteResult​(CDODataOutput out,
                                     InternalCDORevision revision,
                                     int referenceChunk)
                              throws java.io.IOException
        Deprecated.
        Not called anymore by the framework
        Throws:
        java.io.IOException
      • doReadResult

        @Deprecated
        protected InternalCDORevision doReadResult​(CDODataInput in)
                                            throws java.io.IOException
        Deprecated.
        Not called anymore by the framework
        Throws:
        java.io.IOException