Package | Description |
---|---|
net.ontopia.topicmaps.nav2.portlets.pojos | |
net.ontopia.topicmaps.nav2.servlets |
This package contains the servlet classes used by
Ontopia's navigator framework.
|
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.parser |
Contains the code that parses tolog queries.
|
net.ontopia.topicmaps.query.spi |
Provides a set of service provider interfaces for adding new
predicates to the tolog query language.
|
net.ontopia.topicmaps.query.utils |
This package provides query utility classes.
|
net.ontopia.topicmaps.utils |
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
|
net.ontopia.topicmaps.utils.tmrap | |
ontopoly.conversion | |
ontopoly.model |
Modifier and Type | Method and Description |
---|---|
Collection |
TMRAP.query(Collection psis)
PUBLIC: Sends a query, returning a model of the result.
|
Collection |
TMRAP.query(TopicIF topic)
PUBLIC: Sends a query, returning a model of the result.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeWidget.loadRules(Reader rulereader)
Deprecated.
EXPERIMENTAL: We really don't recommend that you use this
method.
|
void |
TreeWidget.run(javax.servlet.jsp.PageContext ctxt,
Writer writer)
Deprecated.
EXPERIMENTAL: Runs the widget, producing the output.
|
Constructor and Description |
---|
TreeWidget(TopicMapIF topicmap,
String query,
String topquery,
String ownpage,
String nodepage)
Deprecated.
Sets up the widget ready for use.
|
Modifier and Type | Method and Description |
---|---|
protected TopicTreeNode |
TreeWidget.buildTree() |
protected QueryResultIF |
TreeWidget.getChildren(TopicIF topic) |
protected void |
TreeWidget.parseQueries() |
protected void |
TreeWidget.process(TopicTreeNode parent) |
void |
DynamicTreeWidget.run(javax.servlet.http.HttpServletRequest request,
Writer writer)
PUBLIC: Runs the widget, producing the output.
|
void |
TreeWidget.run(javax.servlet.http.HttpServletRequest request,
Writer writer)
PUBLIC: Runs the widget, producing the output.
|
void |
DynamicTreeWidget.run(javax.servlet.jsp.PageContext ctxt,
Writer writer)
PUBLIC: Runs the widget, producing the output.
|
void |
TreeWidget.run(javax.servlet.jsp.PageContext ctxt,
Writer writer)
PUBLIC: Runs the widget, producing the output.
|
Constructor and Description |
---|
DynamicTreeWidget(TopicMapIF topicmap,
String tablequery,
String ownpage,
String nodepage)
PUBLIC: Sets up the widget ready for use.
|
Modifier and Type | Class and Description |
---|---|
class |
BadObjectReferenceException
PUBLIC: This exception is used to indicate that there is something
wrong with the query, whether syntactically or semantically.
|
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.
|
void |
QueryProcessorIF.load(Reader ruleset)
Deprecated.
use rule import declaration instead, or contexts
|
void |
QueryProcessorIF.load(String ruleset)
Deprecated.
use rule import declaration instead, or contexts
|
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.
|
ParsedModificationStatementIF |
QueryProcessorIF.parseUpdate(String statement)
PUBLIC: Parses the update statement, returning an object
representing the result.
|
ParsedModificationStatementIF |
QueryProcessorIF.parseUpdate(String statement,
DeclarationContextIF context)
PUBLIC: Parses the update statement in the given context,
returning an object representing the result.
|
int |
ParsedModificationStatementIF.update()
PUBLIC: Runs the statement, returning the number of rows modified.
|
int |
ParsedModificationStatementIF.update(Map<String,?> params)
PUBLIC: Runs the statement with the given parameters, returning
the number of rows modified.
|
int |
QueryProcessorIF.update(String query)
PUBLIC: Runs the update statement, returning the number of
modified objects.
|
int |
QueryProcessorIF.update(String query,
DeclarationContextIF context)
PUBLIC: Runs the update statement in the given declaration
context, returning the number of modified objects.
|
int |
QueryProcessorIF.update(String query,
Map<String,?> arguments)
PUBLIC: Runs the update statement with the given parameters,
returning the number of modified objects.
|
int |
QueryProcessorIF.update(String query,
Map<String,?> arguments,
DeclarationContextIF context)
PUBLIC: Runs the update statement in the given declaration
context with the given parameters, returning the number of
modified objects.
|
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) |
static QueryMatches |
PredicateUtils.filter(QueryMatches matches,
int ix1,
int ix2,
Class class1,
Class class2,
int operation) |
protected DynamicAssociationPredicate.ArgumentPair[] |
DynamicAssociationPredicate.getBoundArguments(QueryMatches matches,
Object[] arguments,
int boundarg) |
static NumbersModule.NumberSupport |
NumbersModule.NumberSupport.getHighestPrecision(Number[] values) |
String |
RulePredicate.getSignature() |
int[][] |
QueryMatches.getTranslationSpec(Object[] intarguments,
QueryMatches extmatches,
Object[] extarguments)
INTERNAL: Computes the translation specification array, which
gives the connection between this and the other match table.
|
protected DynamicAssociationPredicate.ArgumentPair[] |
DynamicAssociationPredicate.getUnboundArguments(QueryMatches matches,
Object[] arguments) |
void |
QueryProcessor.load(Reader ruleset) |
void |
QueryProcessor.load(String ruleset) |
static QueryMatches |
PredicateUtils.objectToMany(QueryMatches matches,
int fromix,
int toix,
Class fromclass,
int operation,
IndexIF index) |
static QueryMatches |
PredicateUtils.objectToMany(QueryMatches matches,
int fromix,
int toix,
Class fromclass,
int operation,
IndexIF index1,
IndexIF index2) |
static QueryMatches |
PredicateUtils.objectToOne(QueryMatches matches,
int fromix,
int toix,
Class fromclass,
int operation) |
ParsedQueryIF |
QueryProcessor.parse(String query) |
ParsedQueryIF |
QueryProcessor.parse(String query,
DeclarationContextIF context) |
protected TologQuery |
QueryProcessor.parseQuery(String query,
DeclarationContextIF context) |
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(String statement) |
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(String statement,
DeclarationContextIF context) |
protected ModificationStatement |
QueryProcessor.parseUpdateStatement(String statement,
DeclarationContextIF ctx) |
protected int |
QueryProcessor.runUpdate(ModificationStatement statement,
Map<String,?> params) |
static QueryMatches |
AbstractQueryProcessor.satisfy(List clauses,
QueryMatches result)
INTERNAL: Takes the query parameters and produces the complete
list of matches.
|
QueryMatches |
JavaSearcherPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
StringModule.StartsWithPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
StringModule.EndsWithPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
NotEqualsPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
ValuePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
TopicNamePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
VariantPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
BasicPredicateIF.satisfy(QueryMatches result,
Object[] arguments) |
QueryMatches |
ResourcePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
DynamicOccurrencePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
AssociationRolePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
ScopePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
EqualsPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
AbstractInstanceOfPredicate.satisfy(QueryMatches result,
Object[] arguments) |
QueryMatches |
BaseLocatorPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
LessThanPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
ReifiesPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
SubjectIdentifierPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
DynamicFailurePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
GreaterThanPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
TypePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
ValueLikePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
InPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
DynamicAssociationPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
GreaterThanEqualsPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
NamePredicate.satisfy(QueryMatches result,
Object[] arguments) |
QueryMatches |
SubjectLocatorPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
ObjectIdPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
AssociationPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
RulePredicate.satisfy(QueryMatches extmatches,
Object[] extarguments) |
QueryMatches |
TopicPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
ItemIdentifierPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
OccurrencePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
RolePlayerPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
TopicMapPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
CoalescePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
DatatypePredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
LessThanEqualsPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
RemoveDuplicatesPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
int |
QueryProcessor.update(String query) |
int |
QueryProcessor.update(String query,
DeclarationContextIF context) |
int |
QueryProcessor.update(String query,
Map<String,?> params) |
int |
QueryProcessor.update(String query,
Map<String,?> params,
DeclarationContextIF context) |
Modifier and Type | Method and Description |
---|---|
boolean |
InstanceOfPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
NotEqualsPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
ValuePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
TopicNamePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
JDOPredicateIF.buildQuery(QueryBuilder builder,
List expressions,
List arguments)
INTERNAL: Registers JDOExpressionsIF for this predicate with the
query builder.
|
boolean |
VariantPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
ResourcePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
DynamicOccurrencePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
AssociationRolePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
ScopePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
EqualsPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
BaseLocatorPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
LessThanPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
ReifiesPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
SubjectIdentifierPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
DynamicFailurePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
GreaterThanPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
TypePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
ValueLikePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
InPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
DynamicAssociationPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
JDOBasicPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
GreaterThanEqualsPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
NamePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
SubjectLocatorPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
ObjectIdPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
AssociationPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
RulePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
TopicPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
DirectInstanceOfPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
ItemIdentifierPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
OccurrencePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
RolePlayerPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
TopicMapPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
CoalescePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
DatatypePredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
boolean |
LessThanEqualsPredicate.buildQuery(QueryBuilder builder,
List expressions,
List arguments) |
protected net.ontopia.topicmaps.query.impl.rdbms.ParsedQuery.QueryContext |
ParsedQuery.compile(QueryBuilder builder,
List clauses) |
protected void |
ParsedQuery.compileQuery(QueryBuilder builder,
TologQuery query) |
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) |
String |
JDOBasicPredicate.getSignature() |
void |
QueryProcessor.load(Reader ruleset) |
void |
QueryProcessor.load(String ruleset) |
protected JDOQuery |
ParsedQuery.makeJDOQuery(QueryBuilder builder,
net.ontopia.topicmaps.query.impl.rdbms.ParsedQuery.QueryContext qcontext,
boolean aggfunc,
boolean orderby) |
ParsedQueryIF |
QueryProcessor.parse(String query) |
ParsedQueryIF |
QueryProcessor.parse(String query,
DeclarationContextIF context) |
protected ParsedQuery |
QueryProcessor.parseQuery(String query,
DeclarationContextIF context) |
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(String statement) |
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(String statement,
DeclarationContextIF context) |
QueryMatches |
JDOQueryComponent.satisfy(QueryMatches matches,
Map arguments) |
QueryMatches |
BasicQueryComponent.satisfy(QueryMatches matches,
Map arguments) |
QueryMatches |
BasicCountComponent.satisfy(QueryMatches matches,
Map arguments) |
QueryMatches |
BasicSortComponent.satisfy(QueryMatches matches,
Map arguments) |
QueryMatches |
QueryComponentIF.satisfy(QueryMatches matches,
Map arguments)
INTERNAL: Processes the specified QueryMatches instance and
produces a new QueryMatches instance based on information in the
input instance.
|
QueryMatches |
BasicReduceComponent.satisfy(QueryMatches matches,
Map arguments) |
QueryMatches |
JDOBasicPredicate.satisfy(QueryMatches result,
Object[] arguments) |
int |
QueryProcessor.update(String query,
DeclarationContextIF context) |
int |
QueryProcessor.update(String query,
Map<String,?> arguments) |
int |
QueryProcessor.update(String query,
Map<String,?> arguments,
DeclarationContextIF context) |
Constructor and Description |
---|
BasicQueryComponent(TologQuery query,
List clauses,
QueryProcessor qproc) |
ParsedQuery(QueryProcessor rprocessor,
QueryProcessor bprocessor,
TologQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
BindingContext.addArgumentTypes(Object argument,
Class[] types,
PredicateIF predicate) |
static void |
QueryAnalyzer.analyzeTypes(List clauses,
BindingContext bc) |
static BindingContext |
QueryAnalyzer.analyzeTypes(List clauses,
boolean strict) |
static BindingContext |
QueryAnalyzer.analyzeTypes(TologQuery query) |
QueryResultIF |
QueryExecuterIF.execute(TologQuery query)
INTERNAL: Executes the query, returning the results.
|
String |
QueryOptimizer.PumpPredicate.getSignature() |
String |
HierarchyWalkerRulePredicate.getSignature() |
static PredicateSignature |
PredicateSignature.getSignature(PredicateIF predicate) |
void |
BindingContext.mergeIntersect(BindingContext bc) |
protected Map |
BindingContext.mergeTypeMapsIntersect(Map map1,
Map map2,
boolean variables) |
List |
QueryOptimizer.optimize(List clauses,
QueryContext context) |
List |
QueryOptimizer.AbstractQueryOptimizer.optimize(List clauses,
QueryContext context) |
List |
QueryOptimizer.TypeConflictResolver.optimize(List clauses,
QueryContext context) |
List |
QueryOptimizerIF.optimize(List clauses,
QueryContext context) |
ParsedRule |
QueryOptimizer.optimize(ParsedRule rule) |
PredicateClause |
QueryOptimizer.AbstractQueryOptimizer.optimize(PredicateClause clause,
QueryContext context) |
PredicateClause |
QueryOptimizerIF.optimize(PredicateClause clause,
QueryContext context) |
TologQuery |
QueryOptimizer.optimize(TologQuery query) |
void |
QueryOptimizer.AbstractQueryOptimizer.optimize(TologQuery query,
QueryContext context) |
void |
QueryOptimizerIF.optimize(TologQuery query,
QueryContext context) |
QueryMatches |
QueryOptimizer.PumpPredicate.satisfy(QueryMatches input,
Object[] arguments) |
QueryMatches |
HierarchyWalkerRulePredicate.satisfy(QueryMatches extmatches,
Object[] extarguments) |
void |
PredicateSignature.validateArguments(Object[] args,
String predicate,
boolean strict)
Validates the arguments to this predicate.
|
void |
PredicateSignature.verifyBound(QueryMatches matches,
Object[] arguments,
PredicateIF predicate)
INTERNAL: Verifies that arguments which are required to be bound
actually are bound.
|
static void |
QueryAnalyzer.verifyParameters(TologQuery query,
Map arguments)
Verifies that all used parameters are specified and that they are
of the correct types.
|
Modifier and Type | Method and Description |
---|---|
void |
ParsedRule.close()
Some checks can only be performed when we know that we have
parsed the entire rule.
|
void |
ModificationStatement.close() |
void |
TologQuery.close() |
abstract void |
TologStatement.close() |
protected int |
ModificationFunctionStatement.doFunctionUpdates(QueryMatches matches) |
protected abstract int |
ModificationFunctionStatement.doLitListDeletes(boolean strict,
Map arguments) |
protected int |
DeleteStatement.doLitListDeletes(boolean strict,
Map arguments) |
protected int |
UpdateStatement.doLitListDeletes(boolean strict,
Map arguments) |
int |
ModificationFunctionStatement.doStaticUpdates(TopicMapIF topicmap,
Map arguments) |
int |
InsertStatement.doStaticUpdates(TopicMapIF topicmap,
Map arguments) |
int |
MergeStatement.doStaticUpdates(TopicMapIF topicmap,
Map arguments) |
abstract int |
ModificationStatement.doStaticUpdates(TopicMapIF topicmap,
Map arguments) |
int |
InsertStatement.doUpdates(QueryMatches matches) |
int |
MergeStatement.doUpdates(QueryMatches matches) |
int |
DeleteStatement.doUpdates(QueryMatches matches) |
abstract int |
ModificationStatement.doUpdates(QueryMatches matches) |
int |
UpdateStatement.doUpdates(QueryMatches matches) |
Object |
TologQuery.getArgument(String name) |
String |
PredicateIF.getSignature()
INTERNAL: Returns a string representing the signature of the
predicate.
|
protected static Object |
ModificationStatement.getValue(Object obj,
Map arguments) |
void |
TologParser.load(Reader reader) |
void |
TologParser.load(String ruleset) |
protected static net.ontopia.topicmaps.query.parser.ModificationFunctionStatement.ModificationFunctionIF |
ModificationFunctionStatement.makeFunction(String name) |
ParseContextIF |
TologParser.parseDeclarations(String decls) |
TologQuery |
TologParser.parseQuery(Reader queryReader)
Returns a parsed SELECT statement.
|
TologQuery |
TologParser.parseQuery(String query)
Returns a parsed SELECT statement.
|
TologStatement |
TologParser.parseStatement(String query)
Returns a parsed INSERT/UPDATE/MERGE/DELETE statement.
|
void |
InsertStatement.setCTMPart(String ctm,
ParseContextIF context) |
void |
TologQuery.setOffset(int offset) |
Modifier and Type | Method and Description |
---|---|
boolean |
EqualsFilter.filter(Object[] objects) |
abstract boolean |
FilterPredicate.filter(Object[] row)
EXPERIMENTAL: Returns true if the given row objects should be
included in the result.
|
abstract void |
ProcessPredicate.process(Object[] row,
boolean[] boundparams,
ResultIF result)
EXPERIMENTAL: Processes the input row and pushes result rows to the result.
|
abstract QueryMatches |
JavaPredicate.satisfy(QueryMatches matches,
Object[] arguments)
INTERNAL: Internal machinery.
|
QueryMatches |
ProcessPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
QueryMatches |
FilterPredicate.satisfy(QueryMatches matches,
Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
String declarations)
PUBLIC: Parses a set of tolog declarations and returns an
object representing the resulting declaration context.
|
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
String declarations,
DeclarationContextIF context)
PUBLIC: Parses a set of tolog declarations in an existing
context, and returns an object representing the resulting nested
declaration context.
|
Modifier and Type | Method and Description |
---|---|
static void |
TopicMapSynchronizer.update(TopicMapIF target,
String ttopicq,
Predicate<TMObjectIF> tchard,
TopicMapIF source,
String stopicq,
Predicate<TMObjectIF> schard)
PUBLIC: Updates the target topic map from the source topic map,
synchronizing the selected topics in the target (ttopicq) with
the selected topics in the source (stopicq) using the deciders to
filter topic characteristics to synchronize.
|
Modifier and Type | Method and Description |
---|---|
static int |
TMRAPImplementation.tologUpdate(NavigatorApplicationIF navapp,
String tmid,
String statement) |
Modifier and Type | Method and Description |
---|---|
protected int |
UpgradeBase.doUpdate(String update)
Runs a tolog update statement to modify the topic map.
|
protected static void |
UpgradeBase.removeAssociations(String atype,
String[] rtypes,
QueryProcessorIF qp,
DeclarationContextIF dc) |
protected static void |
UpgradeBase.removeObjects(TopicMapIF topicMap,
DeclarationContextIF dc,
String removalQuery) |
protected void |
Upgrade_1_9.transform() |
protected abstract void |
UpgradeBase.transform() |
protected void |
Upgrade_2_0.transform() |
protected void |
Upgrade_1_1.transform() |
protected void |
Upgrade_1_3.transform() |
protected void |
Upgrade_1_4.transform() |
protected void |
Upgrade_1_2.transform() |
protected void |
Upgrade_2_1.transform() |
protected static void |
UpgradeBase.translateAssociations(String atype1,
String[] rtypes1,
String atype2,
String[] rtypes2,
TopicMapIF tm,
LocatorIF base_on,
QueryProcessorIF qp,
DeclarationContextIF dc) |
Modifier and Type | Method and Description |
---|---|
protected QueryResultIF |
QueryMapper.execute(String query,
Map<String,?> params) |