org.eclipse.emf.cdo.common.commit
Interface CDOCommitHistory.TriggerLoadElement

All Superinterfaces:
CDOBranchPoint, CDOChangeKindProvider, CDOChangeSetData, CDOCommitData, CDOCommitInfo, CDOTimeProvider
Enclosing interface:
CDOCommitHistory

public static interface CDOCommitHistory.TriggerLoadElement
extends CDOCommitInfo

A virtual history element that can be returned from IContainer.getElements() if CDOCommitHistory.isAppendingTriggerLoadElement() is true to indicate that the history is not fully loaded, yet.


Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
 
Method Summary
 CDOCommitHistory getHistory()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfo
getComment, getCommitInfoManager, getPreviousTimeStamp, getUserID, isCommitDataLoaded, isInitialCommit
 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitData
getNewPackageUnits
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetData
copy, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvider
getChangeKind
 

Method Detail

getHistory

CDOCommitHistory getHistory()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.