Klasse CDOChangeSetSegment
java.lang.Object
org.eclipse.emf.cdo.spi.common.commit.CDOChangeSetSegment
- Alle implementierten Schnittstellen:
CDOBranchPoint,CDOBranchProvider,CDOTimeProvider
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 subclassed by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancontains(CDOBranchPoint branchPoint) static booleancontains(CDOChangeSetSegment[] segments, CDOBranchPoint branchPoint) static CDOChangeSetSegment[]createFrom(long startTime, CDOBranchPoint endPoint) static CDOChangeSetSegment[]createFrom(CDOBranchPoint startPoint, CDOBranchPoint endPoint) Returns the branch of this branch point, ornullif this branch point is thebaseof themain branch.longlongReturns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch.static voidhandleSegments(long startTime, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) static voidhandleSegments(CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) static voidhandleSegments(CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) booleantoString()
-
Konstruktordetails
-
CDOChangeSetSegment
-
-
Methodendetails
-
getBranch
Beschreibung aus Schnittstelle kopiert:CDOBranchPointReturns the branch of this branch point, ornullif this branch point is thebaseof themain branch.- Angegeben von:
getBranchin SchnittstelleCDOBranchPoint- Angegeben von:
getBranchin SchnittstelleCDOBranchProvider
-
getTimeStamp
public long getTimeStamp()Beschreibung aus Schnittstelle kopiert:CDOBranchPointReturns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch.- Angegeben von:
getTimeStampin SchnittstelleCDOBranchPoint- Angegeben von:
getTimeStampin SchnittstelleCDOTimeProvider
-
getEndTime
public long getEndTime() -
getEndPoint
-
isOpenEnded
public boolean isOpenEnded() -
contains
- Seit:
- 4.6
-
toString
-
handleSegments
Calls the givenhandlerfor allsegmentsfrom the givenendPointup to the repository creation point.- Seit:
- 4.6
-
handleSegments
public static void handleSegments(long startTime, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) - Seit:
- 4.6
-
handleSegments
public static void handleSegments(CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) - Seit:
- 4.6
-
createFrom
- Seit:
- 4.6
-
createFrom
-
contains
- Seit:
- 4.6
-