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

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

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

Methods in org.eclipse.emf.cdo.server with parameters of type CDOQueryInfo
 void IQueryHandler.executeQuery(CDOQueryInfo info, IQueryContext context)
           
 IQueryHandler IQueryHandlerProvider.getQueryHandler(CDOQueryInfo info)
           
 

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

Methods in org.eclipse.emf.cdo.spi.common that return CDOQueryInfo
 CDOQueryInfo AbstractQueryResult.getQueryInfo()
           
 

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

Uses of CDOQueryInfo in org.eclipse.emf.cdo.spi.server
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOQueryInfo
 IQueryHandler FactoriesQueryHandlerProvider.getQueryHandler(CDOQueryInfo info)
           
 IQueryHandler ContainerQueryHandlerProvider.getQueryHandler(CDOQueryInfo info)
           
 

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

Subinterfaces of CDOQueryInfo in org.eclipse.emf.cdo.view
 interface CDOQuery
          TODO Simon: JavaDoc
 

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

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


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