| java.lang.Object org.mmbase.bridge.util.xml.query.QueryDefinition
QueryDefinition | public class QueryDefinition (Code) | | Defines a query and possible options for the fields to index.
XXX What's the difference between a Query and a QueryDefinition?
author: Pierre van Rooden version: $Id: QueryDefinition.java,v 1.9 2006/09/13 10:03:59 michiel Exp $ since: MMBase-1.8 |
elementManager | public NodeManager elementManager(Code) | | The NodeManager of the 'main' nodetype in this query (if appropriate).
XXX: How is this different from NodeQuery#getNodeManager() ?
|
elementStep | public Step elementStep(Code) | | The step in the query describing the 'main' nodetype (if appropriate).
XXX: How is this different from NodeQuery#getNodeStep() ?
|
isMultiLevel | public boolean isMultiLevel(Code) | | If true , the query in this definition returns cluster nodes
XXX: how is this different from query instanceof NodeQuery
|
QueryDefinition | public QueryDefinition()(Code) | | |
QueryDefinition | public QueryDefinition(QueryDefinition queryDefinition)(Code) | | Constructor, copies all data from the specified QueryDefinition object.
|
configure | public void configure(Element queryElement)(Code) | | Configures the query definition, using data from a DOM element
|
|
|