Uses of Class
net.ontopia.topicmaps.query.core.InvalidQueryException
-
Packages that use InvalidQueryException Package Description net.ontopia.topicmaps.nav2.portlets.pojos 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 -
-
Uses of InvalidQueryException in net.ontopia.topicmaps.nav2.portlets.pojos
Methods in net.ontopia.topicmaps.nav2.portlets.pojos that throw InvalidQueryException Modifier and Type Method 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. -
Uses of InvalidQueryException in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils that throw InvalidQueryException Modifier and Type Method 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
DynamicTreeWidget. run(javax.servlet.jsp.PageContext ctxt, 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
TreeWidget. run(javax.servlet.jsp.PageContext ctxt, Writer writer)
PUBLIC: Runs the widget, producing the output.Constructors in net.ontopia.topicmaps.nav2.utils that throw InvalidQueryException Constructor Description DynamicTreeWidget(TopicMapIF topicmap, String tablequery, String ownpage, String nodepage)
PUBLIC: Sets up the widget ready for use. -
Uses of InvalidQueryException in net.ontopia.topicmaps.query.core
Subclasses of InvalidQueryException in net.ontopia.topicmaps.query.core Modifier and Type Class Description class
BadObjectReferenceException
PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically.Methods in net.ontopia.topicmaps.query.core that throw InvalidQueryException Modifier and Type Method 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, 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.QueryResultIF
QueryProcessorIF. execute(String query, DeclarationContextIF context)
PUBLIC: Parses and executes the query in the given context, returning the results.void
QueryProcessorIF. load(Reader ruleset)
Deprecated.use rule import declaration instead, or contextsvoid
QueryProcessorIF. load(String ruleset)
Deprecated.use rule import declaration instead, or contextsParsedQueryIF
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, 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.int
QueryProcessorIF. update(String query, DeclarationContextIF context)
PUBLIC: Runs the update statement in the given declaration context, returning the number of modified objects. -
Uses of InvalidQueryException in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic that throw InvalidQueryException Modifier and Type Method Description QueryResultIF
ParsedQuery. execute()
QueryResultIF
ParsedQuery. execute(Map<String,?> arguments)
QueryResultIF
QueryProcessor. execute(String query)
QueryResultIF
QueryProcessor. execute(String query, Map arguments)
QueryResultIF
QueryProcessor. execute(String query, Map arguments, DeclarationContextIF context)
QueryResultIF
QueryProcessor. execute(String query, 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)
QueryMatches
AbstractInstanceOfPredicate. satisfy(QueryMatches result, Object[] arguments)
static QueryMatches
AbstractQueryProcessor. satisfy(List clauses, QueryMatches result)
INTERNAL: Takes the query parameters and produces the complete list of matches.QueryMatches
AssociationPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
AssociationRolePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
BaseLocatorPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
BasicPredicateIF. satisfy(QueryMatches result, Object[] arguments)
QueryMatches
CoalescePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
DatatypePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
DynamicAssociationPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
DynamicFailurePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
DynamicOccurrencePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
EqualsPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
GreaterThanEqualsPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
GreaterThanPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
InPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
ItemIdentifierPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
JavaSearcherPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
LessThanEqualsPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
LessThanPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
NamePredicate. satisfy(QueryMatches result, Object[] arguments)
QueryMatches
NotEqualsPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
ObjectIdPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
OccurrencePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
ReifiesPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
RemoveDuplicatesPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
ResourcePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
RolePlayerPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
RulePredicate. satisfy(QueryMatches extmatches, Object[] extarguments)
QueryMatches
ScopePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
StringModule.EndsWithPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
StringModule.StartsWithPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
SubjectIdentifierPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
SubjectLocatorPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
TopicMapPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
TopicNamePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
TopicPredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
TypePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
ValueLikePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
ValuePredicate. satisfy(QueryMatches matches, Object[] arguments)
QueryMatches
VariantPredicate. satisfy(QueryMatches matches, Object[] arguments)
int
QueryProcessor. update(String query)
int
QueryProcessor. update(String query, Map<String,?> params)
int
QueryProcessor. update(String query, Map<String,?> params, DeclarationContextIF context)
int
QueryProcessor. update(String query, DeclarationContextIF context)
-
Uses of InvalidQueryException in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms that throw InvalidQueryException Modifier and Type Method Description boolean
AssociationPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
AssociationRolePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
BaseLocatorPredicate. 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
DirectInstanceOfPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
DynamicAssociationPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
DynamicFailurePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
DynamicOccurrencePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
EqualsPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
GreaterThanEqualsPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
GreaterThanPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
InPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
InstanceOfPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
ItemIdentifierPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
JDOBasicPredicate. 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
LessThanEqualsPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
LessThanPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
NamePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
NotEqualsPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
ObjectIdPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
OccurrencePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
ReifiesPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
ResourcePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
RolePlayerPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
RulePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
ScopePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
SubjectIdentifierPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
SubjectLocatorPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
TopicMapPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
TopicNamePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
TopicPredicate. 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
ValuePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)
boolean
VariantPredicate. 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, Map arguments)
QueryResultIF
QueryProcessor. execute(String query, Map arguments, DeclarationContextIF context)
QueryResultIF
QueryProcessor. execute(String query, 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
BasicCountComponent. satisfy(QueryMatches matches, Map arguments)
QueryMatches
BasicQueryComponent. satisfy(QueryMatches matches, Map arguments)
QueryMatches
BasicReduceComponent. satisfy(QueryMatches matches, Map arguments)
QueryMatches
BasicSortComponent. satisfy(QueryMatches matches, Map arguments)
QueryMatches
JDOBasicPredicate. satisfy(QueryMatches result, Object[] arguments)
QueryMatches
JDOQueryComponent. 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.int
QueryProcessor. update(String query, Map<String,?> arguments)
int
QueryProcessor. update(String query, Map<String,?> arguments, DeclarationContextIF context)
int
QueryProcessor. update(String query, DeclarationContextIF context)
Constructors in net.ontopia.topicmaps.query.impl.rdbms that throw InvalidQueryException Constructor Description BasicQueryComponent(TologQuery query, List clauses, QueryProcessor qproc)
ParsedQuery(QueryProcessor rprocessor, QueryProcessor bprocessor, TologQuery query)
-
Uses of InvalidQueryException in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils that throw InvalidQueryException Modifier and Type Method Description void
BindingContext. addArgumentTypes(Object argument, Class[] types, PredicateIF predicate)
static BindingContext
QueryAnalyzer. analyzeTypes(List clauses, boolean strict)
static void
QueryAnalyzer. analyzeTypes(List clauses, BindingContext bc)
static BindingContext
QueryAnalyzer. analyzeTypes(TologQuery query)
QueryResultIF
QueryExecuterIF. execute(TologQuery query)
INTERNAL: Executes the query, returning the results.String
HierarchyWalkerRulePredicate. getSignature()
static PredicateSignature
PredicateSignature. getSignature(PredicateIF predicate)
String
QueryOptimizer.PumpPredicate. getSignature()
void
BindingContext. mergeIntersect(BindingContext bc)
protected Map
BindingContext. mergeTypeMapsIntersect(Map map1, Map map2, boolean variables)
List
QueryOptimizer.AbstractQueryOptimizer. optimize(List clauses, QueryContext context)
PredicateClause
QueryOptimizer.AbstractQueryOptimizer. optimize(PredicateClause clause, QueryContext context)
void
QueryOptimizer.AbstractQueryOptimizer. optimize(TologQuery query, QueryContext context)
List
QueryOptimizer. optimize(List clauses, QueryContext context)
ParsedRule
QueryOptimizer. optimize(ParsedRule rule)
TologQuery
QueryOptimizer. optimize(TologQuery query)
List
QueryOptimizer.TypeConflictResolver. optimize(List clauses, QueryContext context)
List
QueryOptimizerIF. optimize(List clauses, QueryContext context)
PredicateClause
QueryOptimizerIF. optimize(PredicateClause clause, QueryContext context)
void
QueryOptimizerIF. optimize(TologQuery query, QueryContext context)
QueryMatches
HierarchyWalkerRulePredicate. satisfy(QueryMatches extmatches, Object[] extarguments)
QueryMatches
QueryOptimizer.PumpPredicate. satisfy(QueryMatches input, Object[] arguments)
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. -
Uses of InvalidQueryException in net.ontopia.topicmaps.query.parser
Methods in net.ontopia.topicmaps.query.parser that throw InvalidQueryException Modifier and Type Method Description void
ModificationStatement. close()
void
ParsedRule. close()
Some checks can only be performed when we know that we have parsed the entire rule.void
TologQuery. close()
abstract void
TologStatement. close()
protected int
ModificationFunctionStatement. doFunctionUpdates(QueryMatches matches)
protected int
DeleteStatement. doLitListDeletes(boolean strict, Map arguments)
protected abstract int
ModificationFunctionStatement. doLitListDeletes(boolean strict, Map arguments)
protected int
UpdateStatement. doLitListDeletes(boolean strict, Map arguments)
int
InsertStatement. doStaticUpdates(TopicMapIF topicmap, Map arguments)
int
MergeStatement. doStaticUpdates(TopicMapIF topicmap, Map arguments)
int
ModificationFunctionStatement. doStaticUpdates(TopicMapIF topicmap, Map arguments)
abstract int
ModificationStatement. doStaticUpdates(TopicMapIF topicmap, Map arguments)
int
DeleteStatement. doUpdates(QueryMatches matches)
int
InsertStatement. doUpdates(QueryMatches matches)
int
MergeStatement. 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)
-
Uses of InvalidQueryException in net.ontopia.topicmaps.query.spi
Methods in net.ontopia.topicmaps.query.spi that throw InvalidQueryException Modifier and Type Method 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.QueryMatches
FilterPredicate. satisfy(QueryMatches matches, Object[] arguments)
abstract QueryMatches
JavaPredicate. satisfy(QueryMatches matches, Object[] arguments)
INTERNAL: Internal machinery.QueryMatches
ProcessPredicate. satisfy(QueryMatches matches, Object[] arguments)
-
Uses of InvalidQueryException in net.ontopia.topicmaps.query.utils
Methods in net.ontopia.topicmaps.query.utils that throw InvalidQueryException Modifier and Type Method 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. -
Uses of InvalidQueryException in net.ontopia.topicmaps.utils
Methods in net.ontopia.topicmaps.utils that throw InvalidQueryException Modifier and Type Method 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. -
Uses of InvalidQueryException in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap that throw InvalidQueryException Modifier and Type Method Description static int
TMRAPImplementation. tologUpdate(NavigatorApplicationIF navapp, String tmid, String statement)
-
Uses of InvalidQueryException in ontopoly.conversion
Methods in ontopoly.conversion that throw InvalidQueryException Modifier and Type Method 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_1. transform()
protected void
Upgrade_1_2. transform()
protected void
Upgrade_1_3. transform()
protected void
Upgrade_1_4. transform()
protected void
Upgrade_1_9. transform()
protected void
Upgrade_2_0. transform()
protected void
Upgrade_2_1. transform()
protected abstract void
UpgradeBase. transform()
protected static void
UpgradeBase. translateAssociations(String atype1, String[] rtypes1, String atype2, String[] rtypes2, TopicMapIF tm, LocatorIF base_on, QueryProcessorIF qp, DeclarationContextIF dc)
-
Uses of InvalidQueryException in ontopoly.model
Methods in ontopoly.model that throw InvalidQueryException Modifier and Type Method Description protected QueryResultIF
QueryMapper. execute(String query, Map<String,?> params)
-