Uses of Interface
org.eclipse.emf.cdo.common.util.CDOQueryInfo
Packages that use CDOQueryInfo
Package
Description
Server concepts for dealing with repositories and stores.
Server implementation of a generic OCL query handler.
Common service provider interfaces and useful base implementations.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Client service provider interfaces and useful base implementations.
-
Uses of CDOQueryInfo in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server with parameters of type CDOQueryInfoModifier and TypeMethodDescriptionvoid
IQueryHandler.executeQuery
(CDOQueryInfo info, IQueryContext context) Executes thequery
represented by the specifiedquery info
bypassing
the query results to the query execution engine represented by the specifiedexecution context
.IQueryHandlerProvider.getQueryHandler
(CDOQueryInfo info) boolean
IQueryHandler.PotentiallySlow.isSlow
(CDOQueryInfo info) -
Uses of CDOQueryInfo in org.eclipse.emf.cdo.server.ocl
Methods in org.eclipse.emf.cdo.server.ocl with parameters of type CDOQueryInfoModifier and TypeMethodDescriptionprotected org.eclipse.ocl.Query<EClassifier,
EClass, EObject> OCLQueryHandler.createQuery
(CDOView view, CDOQueryInfo info, OCLQueryHandler.ContextParameter contextParameter, org.eclipse.ocl.OCL<?, EClassifier, ?, ?, ?, ?, ?, ?, ?, org.eclipse.ocl.ecore.Constraint, EClass, EObject> ocl) void
OCLQueryHandler.executeQuery
(CDOQueryInfo info, IQueryContext context) protected OCLQueryHandler.ContextParameter
OCLQueryHandler.getContextParameter
(CDOQueryInfo info, CDOView view) Constructors in org.eclipse.emf.cdo.server.ocl with parameters of type CDOQueryInfo -
Uses of CDOQueryInfo in org.eclipse.emf.cdo.spi.common
Methods in org.eclipse.emf.cdo.spi.common that return CDOQueryInfoConstructors in org.eclipse.emf.cdo.spi.common with parameters of type CDOQueryInfoModifierConstructorDescriptionAbstractQueryResult
(CDOCommonView view, CDOQueryInfo queryInfo, int queryID) -
Uses of CDOQueryInfo in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server that return CDOQueryInfoMethods in org.eclipse.emf.cdo.spi.server with parameters of type CDOQueryInfoModifier and TypeMethodDescriptionInternalQueryManager.execute
(InternalView view, CDOQueryInfo queryInfo) ContainerQueryHandlerProvider.getQueryHandler
(CDOQueryInfo info) If the meaning of this type isn't clear, there really should be more of a description here...FactoriesQueryHandlerProvider.getQueryHandler
(CDOQueryInfo info) -
Uses of CDOQueryInfo in org.eclipse.emf.cdo.view
Subinterfaces of CDOQueryInfo in org.eclipse.emf.cdo.viewModifier and TypeInterfaceDescriptioninterface
Provides access to the information that specifies a query from aview
to arepository
and to the results of the remote query execution; -
Uses of CDOQueryInfo in org.eclipse.emf.spi.cdo
Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOQueryInfo