ca.uhn.cache.util
Class QueryResultUtil

java.lang.Object
  extended byca.uhn.cache.util.QueryResultUtil

public final class QueryResultUtil
extends java.lang.Object

Provides utility methods for IQueryResult instances.

Version:
$Revision: 1.1 $ updated on $Date: 2005/01/24 22:51:49 $ by $Author: bryan_tripp $
Author:
Alexei Guevara

Method Summary
static IQueryResult filter(IQueryResult theQueryResult, IQuery theQuery)
          Filter the query result by applying a query to each element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filter

public static final IQueryResult filter(IQueryResult theQueryResult,
                                        IQuery theQuery)
Filter the query result by applying a query to each element.

Parameters:
theQueryResult - The query result.
theQuery - The query.
Returns:
The query result matching the query.


Copyright © 2004-2005 University Health Network. All Rights Reserved.