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 longThe fixed special time stamp invalid.static final longThe fixed special time stamp unspecified. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the branch of this branch point, ornullif this branch point is thebaseof themain branch.longReturns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof 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, ornullif this branch point is thebaseof themain branch.- Angegeben von:
getBranchin SchnittstelleCDOBranchProvider
-
getTimeStamp
long getTimeStamp()Returns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch.- Angegeben von:
getTimeStampin SchnittstelleCDOTimeProvider
-