Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.query.IQueryResult

Packages that use IQueryResult
org.eclipse.equinox.p2.engine Provides support for interacting with the p2 provisioning engine Package Specification This package specifies API for interacting with the p2 provisioning engine. 
org.eclipse.equinox.p2.metadata.query Provides classes for the query the metadata. 
org.eclipse.equinox.p2.query Provides common classes for the query mechanism. 
 

Uses of IQueryResult in org.eclipse.equinox.p2.engine
 

Methods in org.eclipse.equinox.p2.engine that return IQueryResult
 IQueryResult<IInstallableUnit> IProfile.available(IQuery<IInstallableUnit> query, IProgressMonitor monitor)
           
 IQueryResult<IInstallableUnit> ISurrogateProfileHandler.queryProfile(IProfile profile, IQuery<IInstallableUnit> query, IProgressMonitor monitor)
           
 

Uses of IQueryResult in org.eclipse.equinox.p2.metadata.query
 

Methods in org.eclipse.equinox.p2.metadata.query that return IQueryResult
 IQueryResult<T> ExpressionContextQuery.perform(org.eclipse.equinox.p2.metadata.index.IIndexProvider<T> indexProvider)
           
 IQueryResult<T> ExpressionQuery.perform(org.eclipse.equinox.p2.metadata.index.IIndexProvider<T> indexProvider)
           
 IQueryResult<T> ExpressionContextQuery.perform(Iterator<T> iterator)
           
 IQueryResult<T> ExpressionQuery.perform(Iterator<T> iterator)
           
 

Uses of IQueryResult in org.eclipse.equinox.p2.query
 

Classes in org.eclipse.equinox.p2.query that implement IQueryResult
 class CollectionResult<T>
           
 class Collector<T>
          A collector is a generic visitor that collects objects passed to it, and can then express the result of the visit in various forms.
 

Methods in org.eclipse.equinox.p2.query that return IQueryResult
 IQueryResult<T> IQuery.perform(Iterator<T> iterator)
          Evaluates the query for a specific input.
 IQueryResult<T> MatchQuery.perform(Iterator<T> iterator)
          Performs this query on the given iterator, passing all objects in the iterator that match the criteria of this query to the given result.
 IQueryResult<T> CollectionResult.query(IQuery<T> query, IProgressMonitor monitor)
           
 IQueryResult<T> Collector.query(IQuery<T> query, IProgressMonitor monitor)
          Performs a query on this results of this collector.
 IQueryResult<T> IQueryable.query(IQuery<T> query, IProgressMonitor monitor)
          Performs a query, passing any objects that satisfy the query to the provided collector.
 IQueryResult<T> CompoundQueryable.query(IQuery<T> query, IProgressMonitor monitor)
           
 

Methods in org.eclipse.equinox.p2.query with parameters of type IQueryResult
 void Collector.addAll(IQueryResult<T> queryResult)
          Adds the elements from one collector to this collector
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.