ca.uhn.cache
Interface IQuery
- All Known Implementing Classes:
- Query
- public interface IQuery
Represents a conjunction of IQueryParam
s that scopes
a set of results.
- Version:
- $Revision: 1.1 $ updated on $Date: 2005/01/24 22:52:08 $ by $Author: bryan_tripp $
- Author:
- Alexei Guevara, Bryan Tripp
addParameter
public void addParameter(IQueryParam theParam)
- Parameters:
theParam
- a parameter for a query, which is conjunctive with
other parameters. The parameter must be defined along a different
IDimension
than existing parameters.
getParameters
public java.util.Set getParameters()
- Returns:
- all the
IQueryParam
s that make up this query
getParamByDimension
public IQueryParam getParamByDimension(IDimension theDimension)
- Parameters:
theDimension
- The specified dimension.
- Returns:
- The
IQueryParam
having the specified dimension, or null
if none has it.
isEmpty
public boolean isEmpty()
- Returns:
- true if this query contains no parameters.
Copyright © 2004-2005 University Health Network. All Rights Reserved.