Uses of Interface
org.eclipse.emf.cdo.common.CDOCommonView

Packages that use CDOCommonView
org.eclipse.emf.cdo.common   
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.spi.common   
org.eclipse.emf.cdo.transaction   
org.eclipse.emf.cdo.view   
org.eclipse.emf.spi.cdo   
 

Uses of CDOCommonView in org.eclipse.emf.cdo.common
 

Methods in org.eclipse.emf.cdo.common that return CDOCommonView
 CDOCommonView CDOCommonSession.getView(int viewID)
           
 CDOCommonView[] CDOCommonSession.getViews()
           
 

Uses of CDOCommonView in org.eclipse.emf.cdo.server
 

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.server
 interface IAudit
           
 interface ITransaction
           
 interface IView
           
 

Uses of CDOCommonView in org.eclipse.emf.cdo.spi.common
 

Methods in org.eclipse.emf.cdo.spi.common that return CDOCommonView
 CDOCommonView AbstractQueryResult.getView()
           
 

Constructors in org.eclipse.emf.cdo.spi.common with parameters of type CDOCommonView
AbstractQueryResult(CDOCommonView view, CDOQueryInfo queryInfo, int queryID)
           
 

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

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.transaction
 interface CDOTransaction
          A read-write view to the current (i.e. latest) state of the object graph in the repository.
 

Uses of CDOCommonView in org.eclipse.emf.cdo.view
 

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.view
 interface CDOAudit
          A read-only view to a historical state of the object graph in the repository specified by a time stamp (i.e. an arbitrary point in the lifetime of the repository).
 interface CDOView
          A read-only view to the current (i.e. latest) state of the object graph in the repository of the underlying session.
 

Uses of CDOCommonView in org.eclipse.emf.spi.cdo
 

Subinterfaces of CDOCommonView in org.eclipse.emf.spi.cdo
 interface InternalCDOTransaction
           
 interface InternalCDOView
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.