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
           
 

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)
           
 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)
           
 



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