Package | Description |
---|---|
net.ontopia.topicmaps.nav2.taglibs.logic |
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
|
net.ontopia.topicmaps.nav2.taglibs.TMvalue |
Value-producing tags, which extract information from the topic
map and insert it into the execution context.
|
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.
|
net.ontopia.topicmaps.query.impl.utils |
Code shared between query implementations.
|
net.ontopia.topicmaps.query.utils |
This package provides query utility classes.
|
net.ontopia.topicmaps.rest.v1.query | |
ontopoly.model |
Modifier and Type | Method and Description |
---|---|
QueryResultIF |
ContextTag.getQueryResult(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ContextTag.registerQueryResult(String name,
QueryResultIF queryResult) |
Modifier and Type | Method and Description |
---|---|
protected Collection |
TologQueryTag.getMapCollection(QueryResultIF result)
INTERNAL: Wraps a QueryResultIF instance in a suitable
MapCollection implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BufferedQueryResultIF |
Modifier and Type | Class and Description |
---|---|
class |
BufferedQueryResult |
Modifier and Type | Field and Description |
---|---|
protected QueryResultIF |
QueryExecutingTag.queryResult |
protected QueryResultIF |
BufferedQueryResult.queryResult |
Modifier and Type | Method and Description |
---|---|
protected QueryResultIF |
QueryExecutingTag.getQueryResult() |
Constructor and Description |
---|
BufferedQueryResult(QueryResultIF queryResult,
String query) |
Modifier and Type | Method and Description |
---|---|
protected QueryResultIF |
TreeWidget.getChildren(TopicIF topic) |
Modifier and Type | Method and Description |
---|---|
QueryResultIF |
ParsedQueryIF.execute()
PUBLIC: Executes the query, returning the query result.
|
QueryResultIF |
ParsedQueryIF.execute(Map<String,?> arguments)
PUBLIC: Executes the query binding the parameters in the query to
the values given in the 'arguments' map, returning the query
result.
|
QueryResultIF |
QueryProcessorIF.execute(String query)
PUBLIC: Parses and executes the query, returning the results.
|
QueryResultIF |
QueryProcessorIF.execute(String query,
DeclarationContextIF context)
PUBLIC: Parses and executes the query in the given context,
returning the results.
|
QueryResultIF |
QueryProcessorIF.execute(String query,
Map<String,?> arguments)
PUBLIC: Parses and executes the query binding the parameters in
the query to the values given in the 'arguments' map, returning
the results.
|
QueryResultIF |
QueryProcessorIF.execute(String query,
Map<String,?> arguments,
DeclarationContextIF context)
PUBLIC: Parses and executes the query in the given context
binding the parameters in the query to the values given in the
'arguments' map, returning the results.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResult
INTERNAL: The query result representation used by the basic implementation.
|
Modifier and Type | Method and Description |
---|---|
QueryResultIF |
ParsedQuery.execute() |
QueryResultIF |
ParsedQuery.execute(Map<String,?> arguments) |
QueryResultIF |
QueryProcessor.execute(String query) |
QueryResultIF |
QueryProcessor.execute(String query,
DeclarationContextIF context) |
QueryResultIF |
QueryProcessor.execute(String query,
Map arguments) |
QueryResultIF |
QueryProcessor.execute(String query,
Map arguments,
DeclarationContextIF context) |
QueryResultIF |
QueryProcessor.execute(TologQuery query) |
QueryResultIF |
QueryProcessor.execute(TologQuery query,
Map arguments) |
Modifier and Type | Method and Description |
---|---|
void |
QueryMatches.add(QueryResultIF extra)
EXPERIMENTAL: Adds QueryResultIF matches to this table.
|
static List<Map<String,Object>> |
QueryResultWrappers.getWrapper(QueryResultIF result) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanQueryResult
INTERNAL: Query result representating queries have no variables and
evaluate to either true or false.
|
Modifier and Type | Method and Description |
---|---|
QueryResultIF |
ParsedQuery.execute() |
QueryResultIF |
ParsedQuery.execute(Map arguments) |
QueryResultIF |
QueryProcessor.execute(String query) |
QueryResultIF |
QueryProcessor.execute(String query,
DeclarationContextIF context) |
QueryResultIF |
QueryProcessor.execute(String query,
Map arguments) |
QueryResultIF |
QueryProcessor.execute(String query,
Map arguments,
DeclarationContextIF context) |
Modifier and Type | Method and Description |
---|---|
QueryResultIF |
QueryExecuterIF.execute(TologQuery query)
INTERNAL: Executes the query, returning the results.
|
Modifier and Type | Field and Description |
---|---|
protected QueryResultIF |
QueryResultIterator.result |
protected QueryResultIF |
SingleQueryResultIterator.result |
Modifier and Type | Method and Description |
---|---|
T |
RowMapperIF.mapRow(QueryResultIF result,
int rowno)
EXPERIMENTAL: This method is called once for each row in query
results, and the returned object is added to the list returned by
queryForList.
|
Constructor and Description |
---|
FlatQueryResultIterator(QueryResultIF result) |
QueryResultIterator(QueryResultIF result) |
SingleQueryResultIterator(QueryResultIF result) |
Modifier and Type | Method and Description |
---|---|
QueryResultIF |
QueryController.query(TopicMapIF topicmap,
String language,
String query) |
Modifier and Type | Method and Description |
---|---|
protected QueryResultIF |
QueryMapper.execute(String query,
Map<String,?> params) |