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.
|
Modifier and Type | Method and Description |
---|---|
protected static ParsedQueryIF |
MenuUtils.optimisticParse(String query,
TopicMapIF tm)
Parse the given query for the given topic map.
|
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
ParsedQueryIF |
QueryWrapper.parseQuery() |
Modifier and Type | Field and Description |
---|---|
protected ParsedQueryIF |
TreeWidget.query |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ParsedQuery
INTERNAL: Class used to represent parsed queries.
|
Modifier and Type | Method and Description |
---|---|
ParsedQueryIF |
QueryProcessor.parse(String query) |
ParsedQueryIF |
QueryProcessor.parse(String query,
DeclarationContextIF context) |
Modifier and Type | Method and Description |
---|---|
ParsedQueryIF |
QueryProcessor.parse(String query) |
ParsedQueryIF |
QueryProcessor.parse(String query,
DeclarationContextIF context) |