Interface CDOCommitHistory.Provider<KEY,HISTORY extends CDOCommitHistory>
- 
- All Known Subinterfaces:
- CDOCommitInfoManager,- CDOTransaction,- CDOView,- InternalCDOCommitInfoManager,- InternalCDOTransaction,- InternalCDOView
 - All Known Implementing Classes:
- CDOPushTransaction
 - Enclosing interface:
- CDOCommitHistory
 
 public static interface CDOCommitHistory.Provider<KEY,HISTORY extends CDOCommitHistory>Provides consumers withhistories.- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOCommitHistorygetHistory()HISTORYgetHistory(KEY key)
 
- 
- 
- 
Method Detail- 
getHistoryCDOCommitHistory getHistory() 
 
- 
 
-