|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.cdo.spi.common.revision.RevisionInfo
Nested Class Summary | |
---|---|
static class |
RevisionInfo.Available
|
static class |
RevisionInfo.Missing
|
static class |
RevisionInfo.Type
|
Constructor Summary | |
---|---|
protected |
RevisionInfo(CDODataInput in,
CDOBranchPoint requestedBranchPoint)
|
protected |
RevisionInfo(CDOID id,
CDOBranchPoint requestedBranchPoint)
|
Method Summary | |
---|---|
protected InternalCDORevision |
doReadResult(CDODataInput in)
Deprecated. Not called anymore by the framework |
protected void |
doWriteResult(CDODataOutput out,
InternalCDORevision revision,
int referenceChunk)
Deprecated. Not called anymore by the framework |
void |
execute(InternalCDORevisionManager revisionManager,
int referenceChunk)
|
CDOID |
getID()
|
CDOBranchPoint |
getRequestedBranchPoint()
|
InternalCDORevision |
getResult()
|
SyntheticCDORevision |
getSynthetic()
|
abstract RevisionInfo.Type |
getType()
|
abstract boolean |
isLoadNeeded()
|
void |
processResult(InternalCDORevisionManager revisionManager,
List<CDORevision> results,
SyntheticCDORevision[] synthetics,
int i)
|
static RevisionInfo |
read(CDODataInput in,
CDOBranchPoint requestedBranchPoint)
|
void |
readResult(CDODataInput in)
|
static InternalCDORevision |
readResult(CDODataInput in,
CDOID id,
CDOBranch branch)
|
protected void |
readRevision(CDODataInput in)
|
void |
setResult(InternalCDORevision result)
|
void |
setSynthetic(SyntheticCDORevision synthetic)
|
void |
write(CDODataOutput out)
|
void |
writeResult(CDODataOutput out,
int referenceChunk)
Deprecated. Not called anymore by the framework |
void |
writeResult(CDODataOutput out,
int referenceChunk,
CDOBranchPoint securityContext)
|
static void |
writeResult(CDODataOutput out,
InternalCDORevision revision,
int referenceChunk)
Deprecated. Call writeResult(CDODataOutput, InternalCDORevision, int, CDOBranchPoint) |
static void |
writeResult(CDODataOutput out,
InternalCDORevision revision,
int referenceChunk,
CDOBranchPoint securityContext)
|
protected void |
writeRevision(CDODataOutput out,
int referenceChunk)
Deprecated. Not called anymore by the framework |
protected void |
writeRevision(CDODataOutput out,
int referenceChunk,
CDOBranchPoint securityContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RevisionInfo(CDOID id, CDOBranchPoint requestedBranchPoint)
protected RevisionInfo(CDODataInput in, CDOBranchPoint requestedBranchPoint) throws IOException
IOException
Method Detail |
---|
public abstract RevisionInfo.Type getType()
public final CDOID getID()
public final CDOBranchPoint getRequestedBranchPoint()
public InternalCDORevision getResult()
public void setResult(InternalCDORevision result)
public SyntheticCDORevision getSynthetic()
public void setSynthetic(SyntheticCDORevision synthetic)
public abstract boolean isLoadNeeded()
public void write(CDODataOutput out) throws IOException
IOException
public static RevisionInfo read(CDODataInput in, CDOBranchPoint requestedBranchPoint) throws IOException
IOException
public void execute(InternalCDORevisionManager revisionManager, int referenceChunk)
@Deprecated public void writeResult(CDODataOutput out, int referenceChunk) throws IOException
IOException
public void writeResult(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException
IOException
public void readResult(CDODataInput in) throws IOException
IOException
public void processResult(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i)
@Deprecated protected void writeRevision(CDODataOutput out, int referenceChunk) throws IOException
IOException
protected void writeRevision(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException
IOException
protected void readRevision(CDODataInput in) throws IOException
IOException
@Deprecated public static void writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) throws IOException
writeResult(CDODataOutput, InternalCDORevision, int, CDOBranchPoint)
IOException
public static void writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) throws IOException
IOException
public static InternalCDORevision readResult(CDODataInput in, CDOID id, CDOBranch branch) throws IOException
IOException
@Deprecated protected void doWriteResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) throws IOException
IOException
@Deprecated protected InternalCDORevision doReadResult(CDODataInput in) throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |