Uses of Interface
net.ontopia.topicmaps.query.core.ParsedQueryIF
-
Packages that use ParsedQueryIF Package Description 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 Modifier and Type Method Description protected static ParsedQueryIF
MenuUtils. optimisticParse(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 Modifier and Type Method Description static 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 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 Modifier and Type Method Description ParsedQueryIF
QueryWrapper. parseQuery()
-
Uses of ParsedQueryIF in net.ontopia.topicmaps.nav2.utils
Fields in net.ontopia.topicmaps.nav2.utils declared as ParsedQueryIF Modifier and Type Field Description protected ParsedQueryIF
TreeWidget. query
-
Uses of ParsedQueryIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core that return ParsedQueryIF Modifier and Type Method Description ParsedQueryIF
QueryProcessorIF. parse(String query)
PUBLIC: Parses the query, returning an object representing the result.ParsedQueryIF
QueryProcessorIF. parse(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 Modifier and Type Class Description class
ParsedQuery
INTERNAL: Class used to represent parsed queries.Methods in net.ontopia.topicmaps.query.impl.basic that return ParsedQueryIF Modifier and Type Method Description ParsedQueryIF
QueryProcessor. parse(String query)
ParsedQueryIF
QueryProcessor. parse(String query, DeclarationContextIF context)
-
Uses of ParsedQueryIF in net.ontopia.topicmaps.query.impl.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement ParsedQueryIF Modifier and Type Class Description class
ParsedQuery
INTERNAL: Class used to represent parsed queries.Methods in net.ontopia.topicmaps.query.impl.rdbms that return ParsedQueryIF Modifier and Type Method Description ParsedQueryIF
QueryProcessor. parse(String query)
ParsedQueryIF
QueryProcessor. parse(String query, DeclarationContextIF context)
-