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

Packages that use CDOCommonView
org.eclipse.emf.cdo.common Common concepts that are differently extended in clients and servers. 
org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.common Common service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

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

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.common
 interface CDOCommonTransaction
           
 

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.common.util
 

Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOCommonView
protected  void CDOCommonEventAdapter.onViewClosed(CDOCommonView element)
           
protected  void CDOCommonEventAdapter.onViewOpened(CDOCommonView view)
           
 

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

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.server
 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.spi.server
 

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.spi.server
 interface InternalTransaction
           
 interface InternalView
           
 

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.
 

Classes in org.eclipse.emf.cdo.transaction that implement CDOCommonView
 class CDOPushTransaction
           
 

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

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.view
 interface CDOView
          A read-only view to the state of the object graph in the repository of the underlying session at a specific time at a specific branch.
 

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 - 2011 Eike Stepper (Berlin, Germany) and others.