Klasse RevisionInfo
java.lang.Object
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo
- Bekannte direkte Unterklassen:
RevisionInfo.Available
,RevisionInfo.Missing
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 3.0
- Autor:
- Eike Stepper
- No Extend
- This class is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic 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... -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RevisionInfo
(CDOID id, CDOBranchPoint requestedBranchPoint) protected
RevisionInfo
(CDODataInput in, CDOBranchPoint requestedBranchPoint) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected InternalCDORevision
Veraltet.Not called anymore by the frameworkprotected void
doWriteResult
(CDODataOutput out, InternalCDORevision revision, int referenceChunk) Veraltet.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) Veraltet.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) Veraltet.static void
writeResult
(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) Veraltet.protected void
writeRevision
(CDODataOutput out, int referenceChunk) Veraltet.Not called anymore by the framework.protected void
writeRevision
(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext)
-
Konstruktordetails
-
RevisionInfo
-
RevisionInfo
- Löst aus:
IOException
-
-
Methodendetails
-
getType
-
getID
-
getRequestedBranchPoint
-
getResult
-
setResult
-
getSynthetic
-
setSynthetic
-
isLoadNeeded
public abstract boolean isLoadNeeded() -
write
- Löst aus:
IOException
-
toString
-
toLongString
- Seit:
- 4.15
-
read
public static RevisionInfo read(CDODataInput in, CDOBranchPoint requestedBranchPoint) throws IOException - Löst aus:
IOException
-
execute
-
writeResult
Veraltet.Not called anymore by the framework- Löst aus:
IOException
-
writeResult
public void writeResult(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException - Löst aus:
IOException
- Seit:
- 4.1
-
readResult
- Löst aus:
IOException
-
processResult
public void processResult(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i) -
writeRevision
Veraltet.Not called anymore by the framework.- Löst aus:
IOException
-
writeRevision
protected void writeRevision(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException - Löst aus:
IOException
- Seit:
- 4.1
-
readRevision
- Löst aus:
IOException
-
writeResult
@Deprecated public static void writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) throws IOException Veraltet.- Löst aus:
IOException
- Seit:
- 4.0
-
writeResult
@Deprecated public static void writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) throws IOException Veraltet.- Löst aus:
IOException
- Seit:
- 4.1
-
writeResult
public static void writeResult(CDODataOutput out, InternalCDORevision revision, boolean writePointerTarget, int referenceChunk, CDOBranchPoint securityContext) throws IOException - Löst aus:
IOException
- Seit:
- 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 - Löst aus:
IOException
- Seit:
- 4.0
-
doWriteResult
@Deprecated protected void doWriteResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) throws IOException Veraltet.Not called anymore by the framework- Löst aus:
IOException
-
doReadResult
Veraltet.Not called anymore by the framework- Löst aus:
IOException
-