Uses of Interface
org.eclipse.emf.spi.cdo.InternalCDOView

Packages that use InternalCDOView
org.eclipse.emf.internal.cdo Exposes CDOObjectImpl for extension in generated EMF models. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of InternalCDOView in org.eclipse.emf.internal.cdo
 

Methods in org.eclipse.emf.internal.cdo that return InternalCDOView
 InternalCDOView CDOObjectImpl.cdoView()
           
 

Methods in org.eclipse.emf.internal.cdo with parameters of type InternalCDOView
static void CDOObjectImpl.instanceToRevisionFeature(InternalCDOView view, InternalCDOObject object, EStructuralFeature feature, Object setting)
           
 

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

Subinterfaces of InternalCDOView in org.eclipse.emf.spi.cdo
 interface InternalCDOTransaction
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Fields in org.eclipse.emf.spi.cdo declared as InternalCDOView
 InternalCDOView InternalCDOView.ViewAndState.view
           
 

Methods in org.eclipse.emf.spi.cdo that return InternalCDOView
 InternalCDOView InternalCDOObject.cdoView()
           
 InternalCDOView CDOStore.getView()
           
 InternalCDOView InternalCDOViewSet.resolveView(String repositoryUUID)
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type InternalCDOView
 void InternalCDOViewSet.add(InternalCDOView view)
           
static InternalCDOView.ViewAndState[] InternalCDOView.ViewAndState.create(InternalCDOView view)
           
 void InternalCDOSession.handleLockNotification(CDOLockChangeInfo lockChangeInfo, InternalCDOView sender)
           
 void InternalCDOView.handleLockNotification(InternalCDOView sender, CDOLockChangeInfo lockChangeInfo)
           
static Iterator<InternalCDOObject> FSMUtil.iterator(Collection<?> instances, InternalCDOView view)
           
static Iterator<InternalCDOObject> FSMUtil.iterator(Iterator<?> delegate, InternalCDOView view)
           
 void InternalCDOViewSet.remove(InternalCDOView view)
           
 void InternalCDOSession.viewDetached(InternalCDOView view)
           
 

Method parameters in org.eclipse.emf.spi.cdo with type arguments of type InternalCDOView
 void InternalCDOSession.processRefreshSessionResult(CDOSessionProtocol.RefreshSessionResult result, CDOBranch branch, List<InternalCDOView> branchViews, Map<CDOBranch,Map<CDOID,InternalCDORevision>> viewedRevisions)
           
 

Constructors in org.eclipse.emf.spi.cdo with parameters of type InternalCDOView
InternalCDOView.ViewAndState(InternalCDOView view, CDOState state)
           
 



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