Schnittstelle CDOBranchPoint
- Alle Superschnittstellen:
CDOBranchProvider
,CDOTimeProvider
- Alle bekannten Unterschnittstellen:
CDOBranch
,CDOBranchTag
,CDOCommitHistory.TriggerLoadElement
,CDOCommitInfo
,CDOCommonTransaction
,CDOCommonView
,CDOLockChangeInfo
,CDORevisable
,CDORevision
,CDOSessionInvalidationEvent
,CDOSessionLocksChangedEvent
,CDOTransaction
,CDOView
,CDOViewLocksChangedEvent
,IDurableLockingManager.LockArea
,InternalCDOBranch
,InternalCDORevision
,InternalCDOSessionInvalidationEvent
,InternalCDOTransaction
,InternalCDOView
,InternalTransaction
,InternalView
,IQueryContext
,IStoreAccessor.QueryResourcesContext
,IStoreAccessor.QueryResourcesContext.ExactMatch
,IStoreAccessor.QueryXRefsContext
,ITransaction
,IView
- Alle bekannten Implementierungsklassen:
AbstractCDOLockChangeInfo
,AbstractCDORevision
,BaseCDORevision
,CDOChangeSetSegment
,CDOPushTransaction
,CDOSessionProtocol.CommitTransactionResult
,DelegatingCDORevision
,DelegatingQueryResourcesContext
,DetachedCDORevision
,DurableLockArea
,PointerCDORevision
,StubCDORevision
,SyntheticCDORevision
A
point in time
in a particular branch
.- Seit:
- 3.0
- Autor:
- Eike Stepper
- Siehe auch:
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final long
The fixed special time stamp invalid.static final long
The fixed special time stamp unspecified. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the branch of this branch point, ornull
if this branch point is thebase
of themain branch
.long
Returns the time stamp of this branch point, or the fixed special time stampunspecified
if this branch point marks thehead
of a branch.
-
Felddetails
-
UNSPECIFIED_DATE
static final long UNSPECIFIED_DATEThe fixed special time stamp unspecified.- Siehe auch:
-
INVALID_DATE
static final long INVALID_DATEThe fixed special time stamp invalid.- Seit:
- 4.0
- Siehe auch:
-
-
Methodendetails
-
getBranch
CDOBranch getBranch()Returns the branch of this branch point, ornull
if this branch point is thebase
of themain branch
.- Angegeben von:
getBranch
in SchnittstelleCDOBranchProvider
-
getTimeStamp
long getTimeStamp()Returns the time stamp of this branch point, or the fixed special time stampunspecified
if this branch point marks thehead
of a branch.- Angegeben von:
getTimeStamp
in SchnittstelleCDOTimeProvider
-