Uses of Interface
org.eclipse.emf.cdo.common.util.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
Modifier 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
Modifier 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) -
Uses of CDOQueryInfo in org.eclipse.emf.cdo.spi.common
ModifierConstructorDescriptionAbstractQueryResult
(CDOCommonView view, CDOQueryInfo queryInfo, int queryID) -
Uses of CDOQueryInfo in org.eclipse.emf.cdo.spi.server
Modifier 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
Modifier 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