public abstract class RevisionInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RevisionInfo.Available
If the meaning of this type isn't clear, there really should be more of a description here...
|
static class |
RevisionInfo.Missing
If the meaning of this type isn't clear, there really should be more of a description here...
|
static class |
RevisionInfo.Type
If the meaning of this type isn't clear, there really should be more of a description here...
|
Modifier | Constructor and Description |
---|---|
protected |
RevisionInfo(CDODataInput in,
CDOBranchPoint requestedBranchPoint) |
protected |
RevisionInfo(CDOID id,
CDOBranchPoint requestedBranchPoint) |
Modifier and Type | Method and Description |
---|---|
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,
java.util.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) |
java.lang.String |
toString() |
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.
|
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) |
protected RevisionInfo(CDOID id, CDOBranchPoint requestedBranchPoint)
protected RevisionInfo(CDODataInput in, CDOBranchPoint requestedBranchPoint) throws java.io.IOException
java.io.IOException
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 java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public static RevisionInfo read(CDODataInput in, CDOBranchPoint requestedBranchPoint) throws java.io.IOException
java.io.IOException
public void execute(InternalCDORevisionManager revisionManager, int referenceChunk)
@Deprecated public void writeResult(CDODataOutput out, int referenceChunk) throws java.io.IOException
java.io.IOException
public void writeResult(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws java.io.IOException
java.io.IOException
public void readResult(CDODataInput in) throws java.io.IOException
java.io.IOException
public void processResult(InternalCDORevisionManager revisionManager, java.util.List<CDORevision> results, SyntheticCDORevision[] synthetics, int i)
@Deprecated protected void writeRevision(CDODataOutput out, int referenceChunk) throws java.io.IOException
java.io.IOException
protected void writeRevision(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws java.io.IOException
java.io.IOException
protected void readRevision(CDODataInput in) throws java.io.IOException
java.io.IOException
@Deprecated public static void writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) throws java.io.IOException
writeResult(CDODataOutput, InternalCDORevision, int, CDOBranchPoint)
java.io.IOException
public static void writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) throws java.io.IOException
java.io.IOException
public static InternalCDORevision readResult(CDODataInput in, CDOID id, CDOBranch branch) throws java.io.IOException
java.io.IOException
@Deprecated protected void doWriteResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) throws java.io.IOException
java.io.IOException
@Deprecated protected InternalCDORevision doReadResult(CDODataInput in) throws java.io.IOException
java.io.IOException
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html