Uses of Interface
net.ontopia.topicmaps.query.core.ParsedQueryIF

Packages that use ParsedQueryIF
net.ontopia.topicmaps.nav2.portlets.pojos   
net.ontopia.topicmaps.nav2.taglibs.tolog   
net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework. 
net.ontopia.topicmaps.query.core Contains the interfaces through which interaction with query processors, queries, and query results are done. 
net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language. 
net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. 
 

Uses of ParsedQueryIF in net.ontopia.topicmaps.nav2.portlets.pojos
 

Methods in net.ontopia.topicmaps.nav2.portlets.pojos that return ParsedQueryIF
protected static ParsedQueryIF MenuUtils.optimisticParse(java.lang.String query, TopicMapIF tm)
          Parse the given query for the given topic map.
 

Methods in net.ontopia.topicmaps.nav2.portlets.pojos with parameters of type ParsedQueryIF
static java.lang.Object MenuUtils.getFirstValue(TopicIF topic, ParsedQueryIF pq)
          Runs the given query with the given topic as parameter %topic% and returns the first value (of the first collumn) in the result collection.
static java.util.List MenuUtils.getResultValues(TopicIF topic, ParsedQueryIF parsedQuery)
          Get the values of a given query with a given %topic% parameter as a List
 

Uses of ParsedQueryIF in net.ontopia.topicmaps.nav2.taglibs.tolog
 

Methods in net.ontopia.topicmaps.nav2.taglibs.tolog that return ParsedQueryIF
 ParsedQueryIF QueryWrapper.parseQuery()
           
 

Uses of ParsedQueryIF in net.ontopia.topicmaps.nav2.utils
 

Fields in net.ontopia.topicmaps.nav2.utils declared as ParsedQueryIF
protected  ParsedQueryIF TreeWidget.query
           
 

Uses of ParsedQueryIF in net.ontopia.topicmaps.query.core
 

Methods in net.ontopia.topicmaps.query.core that return ParsedQueryIF
 ParsedQueryIF QueryProcessorIF.parse(java.lang.String query)
          PUBLIC: Parses the query, returning an object representing the result.
 ParsedQueryIF QueryProcessorIF.parse(java.lang.String query, DeclarationContextIF context)
          PUBLIC: Parses the query in the given context, returning an object representing the result.
 

Uses of ParsedQueryIF in net.ontopia.topicmaps.query.impl.basic
 

Classes in net.ontopia.topicmaps.query.impl.basic that implement ParsedQueryIF
 class ParsedQuery
          INTERNAL: Class used to represent parsed queries.
 

Methods in net.ontopia.topicmaps.query.impl.basic that return ParsedQueryIF
 ParsedQueryIF QueryProcessor.parse(java.lang.String query)
           
 ParsedQueryIF QueryProcessor.parse(java.lang.String query, DeclarationContextIF context)
           
 

Uses of ParsedQueryIF in net.ontopia.topicmaps.query.impl.rdbms
 

Methods in net.ontopia.topicmaps.query.impl.rdbms that return ParsedQueryIF
 ParsedQueryIF QueryProcessor.parse(java.lang.String query)
           
 ParsedQueryIF QueryProcessor.parse(java.lang.String query, DeclarationContextIF context)
           
 



Copyright © 2000-2012 Ontopia.