org.eclipse.emf.cdo
Interface CDOObjectHistory

All Superinterfaces:
CDOCommitHistory, CDOCommitInfoHandler, IContainer<CDOCommitInfo>, INotifier

public interface CDOObjectHistory
extends CDOCommitHistory

A cache for the commit infos of an object.

Since:
4.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitHistory
CDOCommitHistory.Provider<KEY,HISTORY extends CDOCommitHistory>, CDOCommitHistory.TriggerLoadElement
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitHistory
DEFAULT_LOAD_COUNT, EMPTY
 
Method Summary
 CDOObject getCDOObject()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitHistory
getBranch, getElement, getFirstElement, getLastElement, getLoadCount, getManager, isAppendingTriggerLoadElement, isFull, isLoading, setAppendingTriggerLoadElement, setLoadCount, size, triggerLoad, triggerLoad, waitWhileLoading
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfoHandler
handleCommitInfo
 

Method Detail

getCDOObject

CDOObject getCDOObject()


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