
public abstract static class RevisionInfo.Available extends RevisionInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
RevisionInfo.Available.Detached
If the meaning of this type isn't clear, there really should be more of a description here...
|
static class |
RevisionInfo.Available.Normal
If the meaning of this type isn't clear, there really should be more of a description here...
|
static class |
RevisionInfo.Available.Pointer
If the meaning of this type isn't clear, there really should be more of a description here...
|
RevisionInfo.Available, RevisionInfo.Missing, RevisionInfo.Type| Modifier | Constructor and Description |
|---|---|
protected |
RevisionInfo.Available(CDODataInput in,
CDOBranchPoint requestedBranchPoint) |
protected |
RevisionInfo.Available(CDOID id,
CDOBranchPoint requestedBranchPoint,
CDOBranchVersion availableBranchVersion) |
| Modifier and Type | Method and Description |
|---|---|
CDOBranchVersion |
getAvailableBranchVersion() |
boolean |
isDirect() |
boolean |
isLoadNeeded() |
protected void |
readRevision(CDODataInput in) |
void |
write(CDODataOutput out) |
protected void |
writeRevision(CDODataOutput out,
int referenceChunk,
CDOBranchPoint securityContext) |
doReadResult, doWriteResult, execute, getID, getRequestedBranchPoint, getResult, getSynthetic, getType, processResult, read, readResult, readResult, setResult, setSynthetic, toString, writeResult, writeResult, writeResult, writeResult, writeRevisionprotected RevisionInfo.Available(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion)
protected RevisionInfo.Available(CDODataInput in, CDOBranchPoint requestedBranchPoint) throws IOException
IOExceptionpublic CDOBranchVersion getAvailableBranchVersion()
public boolean isDirect()
public boolean isLoadNeeded()
isLoadNeeded in class RevisionInfopublic void write(CDODataOutput out) throws IOException
write in class RevisionInfoIOExceptionprotected void writeRevision(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException
writeRevision in class RevisionInfoIOExceptionprotected void readRevision(CDODataInput in) throws IOException
readRevision in class RevisionInfoIOExceptionCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.