Uses of Interface
org.eclipse.emf.cdo.view.CDOView

Packages that use CDOView
org.eclipse.emf.cdo   
org.eclipse.emf.cdo.session   
org.eclipse.emf.cdo.transaction   
org.eclipse.emf.cdo.ui   
org.eclipse.emf.cdo.util   
org.eclipse.emf.cdo.view   
org.eclipse.emf.spi.cdo   
 

Uses of CDOView in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return CDOView
 CDOView CDOObject.cdoView()
          Returns the view this object is associated with, or null if this object is not associated with a view.
 

Uses of CDOView in org.eclipse.emf.cdo.session
 

Methods in org.eclipse.emf.cdo.session that return CDOView
 CDOView CDOSessionInvalidationEvent.getView()
          Returns the transaction that was committed and thereby caused this event to be emitted if this transaction is local, or null if the transaction was remote.
 CDOView[] CDOSession.getViews()
          Returns an array of all open views, transactions and audits of this session.
 CDOView CDOSession.openView()
          Opens and returns a new view on a new EMF resource set.
 CDOView CDOSession.openView(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
          Opens and returns a new view on the given EMF resource set.
 

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

Subinterfaces of CDOView 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 CDOView in org.eclipse.emf.cdo.ui
 

Methods in org.eclipse.emf.cdo.ui that return CDOView
 CDOView CDOLabelProvider.getView()
           
 CDOView CDOEventHandler.getView()
           
 CDOView CDOEditorInput.getView()
           
 

Methods in org.eclipse.emf.cdo.ui with parameters of type CDOView
static CDOEditorInput CDOEditorUtil.createCDOEditorInput(CDOView view, java.lang.String resourcePath, boolean viewOwned)
          Returns an implementation of CDOEditorInput interface
protected  void CDOItemProvider.fillView(IMenuManager manager, CDOView view)
           
static IEditorReference[] CDOEditorUtil.findEditor(IWorkbenchPage page, CDOView view, java.lang.String resourcePath)
          Returns references to possibly opened instances of CDOEditor with certain CDOView and resource
static java.lang.String CDOItemProvider.getViewLabel(CDOView view)
           
static void CDOEditorUtil.openEditor(IWorkbenchPage page, CDOView view, java.lang.String resourcePath)
          Opens the specified resource in CDOEditor
static void CDOEditorUtil.refreshEditors(IWorkbenchPage page, CDOView view)
          Refreshes all editor's viewers that are using certain CDOView.
 

Constructors in org.eclipse.emf.cdo.ui with parameters of type CDOView
CDOEventHandler(CDOView view, TreeViewer treeViewer)
           
CDOLabelProvider(org.eclipse.emf.common.notify.AdapterFactory adapterFactory, CDOView view, TreeViewer viewer)
           
 

Uses of CDOView in org.eclipse.emf.cdo.util
 

Methods in org.eclipse.emf.cdo.util with parameters of type CDOView
static org.eclipse.emf.common.util.URI CDOURIUtil.createResourceURI(CDOView view, java.lang.String path)
           
static CDOObject CDOUtil.getCDOObject(org.eclipse.emf.ecore.EGenericType object, CDOView view)
           
static CDOObject CDOUtil.getCDOObject(org.eclipse.emf.ecore.EModelElement object, CDOView view)
           
static CDOObject CDOUtil.getCDOObject(org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl object, CDOView view)
           
static void CDOUtil.load(org.eclipse.emf.ecore.EObject eObject, CDOView view)
           
 

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

Subinterfaces of CDOView 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).
 

Methods in org.eclipse.emf.cdo.view that return CDOView
 CDOView CDOViewEvent.getView()
           
 CDOView CDOQuery.getView()
          Returns the view this query was created by and is associated with.
 CDOView CDOViewProvider.getView(org.eclipse.emf.common.util.URI uri, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
          Receives a URI and returns an opened CDOView against the repository.
 CDOView[] CDOViewSet.getViews()
           
 CDOView CDOViewProviderRegistry.provideView(org.eclipse.emf.common.util.URI uri, org.eclipse.emf.ecore.resource.ResourceSet viewSet)
          Returns a view that serves the given URI in the given view set, or null if no view provider in this registry can provide such a view
 CDOView CDOViewSet.resolveView(java.lang.String repositoryUUID)
           
 

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

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

Methods in org.eclipse.emf.spi.cdo that return CDOView
 CDOView AbstractQueryIterator.getView()
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOView
 void InternalCDOObject.cdoInternalSetView(CDOView view)
           
 boolean CDOSessionProtocol.isObjectLocked(CDOView view, CDOObject object, org.eclipse.net4j.util.concurrent.RWLockManager.LockType lockType, boolean byOthers)
           
 void CDOSessionProtocol.lockObjects(CDOView view, java.util.Map<CDOID,CDOIDAndVersion> objects, long timeout, org.eclipse.net4j.util.concurrent.RWLockManager.LockType lockType)
           
 void CDOSessionProtocol.unlockObjects(CDOView view, java.util.Collection<? extends CDOObject> objects, org.eclipse.net4j.util.concurrent.RWLockManager.LockType lockType)
           
 

Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOView
AbstractQueryIterator(CDOView view, CDOQueryInfo queryInfo)
           
 


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