Uses of Interface
org.eclipse.emf.cdo.common.commit.CDOCommitHistory

Packages that use CDOCommitHistory
org.eclipse.emf.cdo Client concepts like CDOObject and CDOState
org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.ui.widgets A library with reusable widgets. 
 

Uses of CDOCommitHistory in org.eclipse.emf.cdo
 

Subinterfaces of CDOCommitHistory in org.eclipse.emf.cdo
 interface CDOObjectHistory
          A cache for the commit infos of an object.
 

Uses of CDOCommitHistory in org.eclipse.emf.cdo.common.commit
 

Classes in org.eclipse.emf.cdo.common.commit with type parameters of type CDOCommitHistory
static interface CDOCommitHistory.Provider<KEY,HISTORY extends CDOCommitHistory>
          Provides consumers with histories.
 

Fields in org.eclipse.emf.cdo.common.commit declared as CDOCommitHistory
static CDOCommitHistory CDOCommitHistory.EMPTY
           
 

Methods in org.eclipse.emf.cdo.common.commit that return CDOCommitHistory
 CDOCommitHistory CDOCommitHistory.Provider.getHistory()
           
 CDOCommitHistory CDOCommitHistory.TriggerLoadElement.getHistory()
           
 

Uses of CDOCommitHistory in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction that return CDOCommitHistory
 CDOCommitHistory CDOPushTransaction.getHistory()
           
 

Uses of CDOCommitHistory in org.eclipse.emf.cdo.ui.widgets
 

Methods in org.eclipse.emf.cdo.ui.widgets that return CDOCommitHistory
protected  CDOCommitHistory CommitHistoryComposite.createHistory(CDOSession session, CDOBranch branch, CDOObject object)
           
 CDOCommitHistory CommitHistoryComposite.getHistory()
           
 

Methods in org.eclipse.emf.cdo.ui.widgets with parameters of type CDOCommitHistory
protected  void CommitHistoryComposite.ContentProvider.connectInput(CDOCommitHistory history)
           
protected  void CommitHistoryComposite.ContentProvider.disconnectInput(CDOCommitHistory history)
           
 



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