Class RevisionInfo
java.lang.Object
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo
- Direct Known Subclasses:
RevisionInfo.Available
,RevisionInfo.Missing
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 3.0
- Author:
- Eike Stepper
- No Extend
- This class is not intended to be extended by clients.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
If the meaning of this type isn't clear, there really should be more of a description here...static class
If the meaning of this type isn't clear, there really should be more of a description here...static enum
If the meaning of this type isn't clear, there really should be more of a description here... -
Constructor Summary
ModifierConstructorDescriptionprotected
RevisionInfo
(CDOID id, CDOBranchPoint requestedBranchPoint) protected
RevisionInfo
(CDODataInput in, CDOBranchPoint requestedBranchPoint) -
Method Summary
Modifier and TypeMethodDescriptionprotected InternalCDORevision
Deprecated.Not called anymore by the frameworkprotected void
doWriteResult
(CDODataOutput out, InternalCDORevision revision, int referenceChunk) Deprecated.Not called anymore by the frameworkvoid
execute
(InternalCDORevisionManager revisionManager, int referenceChunk) final CDOID
getID()
final CDOBranchPoint
abstract RevisionInfo.Type
getType()
abstract boolean
void
processResult
(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i) static RevisionInfo
read
(CDODataInput in, CDOBranchPoint requestedBranchPoint) void
static InternalCDORevision
readResult
(CDODataInput in, CDOID id, CDOBranch branch) protected void
void
setResult
(InternalCDORevision result) void
setSynthetic
(SyntheticCDORevision synthetic) toString()
void
write
(CDODataOutput out) void
writeResult
(CDODataOutput out, int referenceChunk) Deprecated.Not called anymore by the frameworkvoid
writeResult
(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) static void
writeResult
(CDODataOutput out, InternalCDORevision revision, boolean writePointerTarget, int referenceChunk, CDOBranchPoint securityContext) static void
writeResult
(CDODataOutput out, InternalCDORevision revision, int referenceChunk) Deprecated.static void
writeResult
(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) Deprecated.protected void
writeRevision
(CDODataOutput out, int referenceChunk) Deprecated.Not called anymore by the framework.protected void
writeRevision
(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext)
-
Constructor Details
-
RevisionInfo
-
RevisionInfo
- Throws:
IOException
-
-
Method Details
-
getType
-
getID
-
getRequestedBranchPoint
-
getResult
-
setResult
-
getSynthetic
-
setSynthetic
-
isLoadNeeded
public abstract boolean isLoadNeeded() -
write
- Throws:
IOException
-
toString
-
toLongString
- Since:
- 4.15
-
read
public static RevisionInfo read(CDODataInput in, CDOBranchPoint requestedBranchPoint) throws IOException - Throws:
IOException
-
execute
-
writeResult
Deprecated.Not called anymore by the framework- Throws:
IOException
-
writeResult
public void writeResult(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException - Throws:
IOException
- Since:
- 4.1
-
readResult
- Throws:
IOException
-
processResult
public void processResult(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i) -
writeRevision
Deprecated.Not called anymore by the framework.- Throws:
IOException
-
writeRevision
protected void writeRevision(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException - Throws:
IOException
- Since:
- 4.1
-
readRevision
- Throws:
IOException
-
writeResult
@Deprecated public static void writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) throws IOException Deprecated.- Throws:
IOException
- Since:
- 4.0
-
writeResult
@Deprecated public static void writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) throws IOException Deprecated.- Throws:
IOException
- Since:
- 4.1
-
writeResult
public static void writeResult(CDODataOutput out, InternalCDORevision revision, boolean writePointerTarget, int referenceChunk, CDOBranchPoint securityContext) throws IOException - Throws:
IOException
- Since:
- 4.15
- No Reference
- This method is not intended to be referenced by clients.
-
readResult
public static InternalCDORevision readResult(CDODataInput in, CDOID id, CDOBranch branch) throws IOException - Throws:
IOException
- Since:
- 4.0
-
doWriteResult
@Deprecated protected void doWriteResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) throws IOException Deprecated.Not called anymore by the framework- Throws:
IOException
-
doReadResult
Deprecated.Not called anymore by the framework- Throws:
IOException
-