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

Packages that use CDOQueryInfo
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.ocl Server implementation of a generic OCL query handler. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
 

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.server.ocl
 

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

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

Subinterfaces of CDOQueryInfo in org.eclipse.emf.cdo.view
 interface CDOQuery
          Provides access to the information that specifies a query from a view to a repository and to the results of the remote query execution;
 



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