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 classIf the meaning of this type isn't clear, there really should be more of a description here...static classIf the meaning of this type isn't clear, there really should be more of a description here...static enumIf the meaning of this type isn't clear, there really should be more of a description here... -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRevisionInfo(CDOID id, CDOBranchPoint requestedBranchPoint) protectedRevisionInfo(CDODataInput in, CDOBranchPoint requestedBranchPoint) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected InternalCDORevisionVeraltet.Not called anymore by the frameworkprotected voiddoWriteResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) Veraltet.Not called anymore by the frameworkvoidexecute(InternalCDORevisionManager revisionManager, int referenceChunk) final CDOIDgetID()final CDOBranchPointabstract RevisionInfo.TypegetType()abstract booleanvoidprocessResult(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i) static RevisionInforead(CDODataInput in, CDOBranchPoint requestedBranchPoint) voidstatic InternalCDORevisionreadResult(CDODataInput in, CDOID id, CDOBranch branch) protected voidvoidsetResult(InternalCDORevision result) voidsetSynthetic(SyntheticCDORevision synthetic) toString()voidwrite(CDODataOutput out) voidwriteResult(CDODataOutput out, int referenceChunk) Veraltet.Not called anymore by the frameworkvoidwriteResult(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) static voidwriteResult(CDODataOutput out, InternalCDORevision revision, boolean writePointerTarget, int referenceChunk, CDOBranchPoint securityContext) static voidwriteResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk) Veraltet.static voidwriteResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) Veraltet.protected voidwriteRevision(CDODataOutput out, int referenceChunk) Veraltet.Not called anymore by the framework.protected voidwriteRevision(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
-