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 CollectionTMRAP. query(Collection psis)PUBLIC: Sends a query, returning a model of the result.CollectionTMRAP. 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 TopicTreeNodeTreeWidget. buildTree()protected QueryResultIFTreeWidget. getChildren(TopicIF topic)protected voidTreeWidget. parseQueries()protected voidTreeWidget. process(TopicTreeNode parent)voidDynamicTreeWidget. run(javax.servlet.http.HttpServletRequest request, Writer writer)PUBLIC: Runs the widget, producing the output.voidDynamicTreeWidget. run(javax.servlet.jsp.PageContext ctxt, Writer writer)PUBLIC: Runs the widget, producing the output.voidTreeWidget. run(javax.servlet.http.HttpServletRequest request, Writer writer)PUBLIC: Runs the widget, producing the output.voidTreeWidget. 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 classBadObjectReferenceExceptionPUBLIC: 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 QueryResultIFParsedQueryIF. execute()PUBLIC: Executes the query, returning the query result.QueryResultIFParsedQueryIF. 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.QueryResultIFQueryProcessorIF. execute(String query)PUBLIC: Parses and executes the query, returning the results.QueryResultIFQueryProcessorIF. 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.QueryResultIFQueryProcessorIF. 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.QueryResultIFQueryProcessorIF. execute(String query, DeclarationContextIF context)PUBLIC: Parses and executes the query in the given context, returning the results.voidQueryProcessorIF. load(Reader ruleset)Deprecated.use rule import declaration instead, or contextsvoidQueryProcessorIF. load(String ruleset)Deprecated.use rule import declaration instead, or contextsParsedQueryIFQueryProcessorIF. parse(String query)PUBLIC: Parses the query, returning an object representing the result.ParsedQueryIFQueryProcessorIF. parse(String query, DeclarationContextIF context)PUBLIC: Parses the query in the given context, returning an object representing the result.ParsedModificationStatementIFQueryProcessorIF. parseUpdate(String statement)PUBLIC: Parses the update statement, returning an object representing the result.ParsedModificationStatementIFQueryProcessorIF. parseUpdate(String statement, DeclarationContextIF context)PUBLIC: Parses the update statement in the given context, returning an object representing the result.intParsedModificationStatementIF. update()PUBLIC: Runs the statement, returning the number of rows modified.intParsedModificationStatementIF. update(Map<String,?> params)PUBLIC: Runs the statement with the given parameters, returning the number of rows modified.intQueryProcessorIF. update(String query)PUBLIC: Runs the update statement, returning the number of modified objects.intQueryProcessorIF. update(String query, Map<String,?> arguments)PUBLIC: Runs the update statement with the given parameters, returning the number of modified objects.intQueryProcessorIF. 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.intQueryProcessorIF. 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 QueryResultIFParsedQuery. execute()QueryResultIFParsedQuery. execute(Map<String,?> arguments)QueryResultIFQueryProcessor. execute(String query)QueryResultIFQueryProcessor. execute(String query, Map arguments)QueryResultIFQueryProcessor. execute(String query, Map arguments, DeclarationContextIF context)QueryResultIFQueryProcessor. execute(String query, DeclarationContextIF context)QueryResultIFQueryProcessor. execute(TologQuery query)QueryResultIFQueryProcessor. execute(TologQuery query, Map arguments)static QueryMatchesPredicateUtils. 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.NumberSupportNumbersModule.NumberSupport. getHighestPrecision(Number[] values)StringRulePredicate. 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)voidQueryProcessor. load(Reader ruleset)voidQueryProcessor. load(String ruleset)static QueryMatchesPredicateUtils. objectToMany(QueryMatches matches, int fromix, int toix, Class fromclass, int operation, IndexIF index)static QueryMatchesPredicateUtils. objectToMany(QueryMatches matches, int fromix, int toix, Class fromclass, int operation, IndexIF index1, IndexIF index2)static QueryMatchesPredicateUtils. objectToOne(QueryMatches matches, int fromix, int toix, Class fromclass, int operation)ParsedQueryIFQueryProcessor. parse(String query)ParsedQueryIFQueryProcessor. parse(String query, DeclarationContextIF context)protected TologQueryQueryProcessor. parseQuery(String query, DeclarationContextIF context)ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement)ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement, DeclarationContextIF context)protected ModificationStatementQueryProcessor. parseUpdateStatement(String statement, DeclarationContextIF ctx)protected intQueryProcessor. runUpdate(ModificationStatement statement, Map<String,?> params)QueryMatchesAbstractInstanceOfPredicate. satisfy(QueryMatches result, Object[] arguments)static QueryMatchesAbstractQueryProcessor. satisfy(List clauses, QueryMatches result)INTERNAL: Takes the query parameters and produces the complete list of matches.QueryMatchesAssociationPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesAssociationRolePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesBaseLocatorPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesBasicPredicateIF. satisfy(QueryMatches result, Object[] arguments)QueryMatchesCoalescePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesDatatypePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesDynamicAssociationPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesDynamicFailurePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesDynamicOccurrencePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesEqualsPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesGreaterThanEqualsPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesGreaterThanPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesInPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesItemIdentifierPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesJavaSearcherPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesLessThanEqualsPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesLessThanPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesNamePredicate. satisfy(QueryMatches result, Object[] arguments)QueryMatchesNotEqualsPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesObjectIdPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesOccurrencePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesReifiesPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesRemoveDuplicatesPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesResourcePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesRolePlayerPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesRulePredicate. satisfy(QueryMatches extmatches, Object[] extarguments)QueryMatchesScopePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesStringModule.EndsWithPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesStringModule.StartsWithPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesSubjectIdentifierPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesSubjectLocatorPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesTopicMapPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesTopicNamePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesTopicPredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesTypePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesValueLikePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesValuePredicate. satisfy(QueryMatches matches, Object[] arguments)QueryMatchesVariantPredicate. satisfy(QueryMatches matches, Object[] arguments)intQueryProcessor. update(String query)intQueryProcessor. update(String query, Map<String,?> params)intQueryProcessor. update(String query, Map<String,?> params, DeclarationContextIF context)intQueryProcessor. 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 booleanAssociationPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanAssociationRolePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanBaseLocatorPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanCoalescePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanDatatypePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanDirectInstanceOfPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanDynamicAssociationPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanDynamicFailurePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanDynamicOccurrencePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanEqualsPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanGreaterThanEqualsPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanGreaterThanPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanInPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanInstanceOfPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanItemIdentifierPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanJDOBasicPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanJDOPredicateIF. buildQuery(QueryBuilder builder, List expressions, List arguments)INTERNAL: Registers JDOExpressionsIF for this predicate with the query builder.booleanLessThanEqualsPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanLessThanPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanNamePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanNotEqualsPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanObjectIdPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanOccurrencePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanReifiesPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanResourcePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanRolePlayerPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanRulePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanScopePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanSubjectIdentifierPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanSubjectLocatorPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanTopicMapPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanTopicNamePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanTopicPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanTypePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanValueLikePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanValuePredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)booleanVariantPredicate. buildQuery(QueryBuilder builder, List expressions, List arguments)protected net.ontopia.topicmaps.query.impl.rdbms.ParsedQuery.QueryContextParsedQuery. compile(QueryBuilder builder, List clauses)protected voidParsedQuery. compileQuery(QueryBuilder builder, TologQuery query)QueryResultIFParsedQuery. execute()QueryResultIFParsedQuery. execute(Map arguments)QueryResultIFQueryProcessor. execute(String query)QueryResultIFQueryProcessor. execute(String query, Map arguments)QueryResultIFQueryProcessor. execute(String query, Map arguments, DeclarationContextIF context)QueryResultIFQueryProcessor. execute(String query, DeclarationContextIF context)StringJDOBasicPredicate. getSignature()voidQueryProcessor. load(Reader ruleset)voidQueryProcessor. load(String ruleset)protected JDOQueryParsedQuery. makeJDOQuery(QueryBuilder builder, net.ontopia.topicmaps.query.impl.rdbms.ParsedQuery.QueryContext qcontext, boolean aggfunc, boolean orderby)ParsedQueryIFQueryProcessor. parse(String query)ParsedQueryIFQueryProcessor. parse(String query, DeclarationContextIF context)protected ParsedQueryQueryProcessor. parseQuery(String query, DeclarationContextIF context)ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement)ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement, DeclarationContextIF context)QueryMatchesBasicCountComponent. satisfy(QueryMatches matches, Map arguments)QueryMatchesBasicQueryComponent. satisfy(QueryMatches matches, Map arguments)QueryMatchesBasicReduceComponent. satisfy(QueryMatches matches, Map arguments)QueryMatchesBasicSortComponent. satisfy(QueryMatches matches, Map arguments)QueryMatchesJDOBasicPredicate. satisfy(QueryMatches result, Object[] arguments)QueryMatchesJDOQueryComponent. satisfy(QueryMatches matches, Map arguments)QueryMatchesQueryComponentIF. satisfy(QueryMatches matches, Map arguments)INTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.intQueryProcessor. update(String query, Map<String,?> arguments)intQueryProcessor. update(String query, Map<String,?> arguments, DeclarationContextIF context)intQueryProcessor. 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 voidBindingContext. addArgumentTypes(Object argument, Class[] types, PredicateIF predicate)static BindingContextQueryAnalyzer. analyzeTypes(List clauses, boolean strict)static voidQueryAnalyzer. analyzeTypes(List clauses, BindingContext bc)static BindingContextQueryAnalyzer. analyzeTypes(TologQuery query)QueryResultIFQueryExecuterIF. execute(TologQuery query)INTERNAL: Executes the query, returning the results.StringHierarchyWalkerRulePredicate. getSignature()static PredicateSignaturePredicateSignature. getSignature(PredicateIF predicate)StringQueryOptimizer.PumpPredicate. getSignature()voidBindingContext. mergeIntersect(BindingContext bc)protected MapBindingContext. mergeTypeMapsIntersect(Map map1, Map map2, boolean variables)ListQueryOptimizer.AbstractQueryOptimizer. optimize(List clauses, QueryContext context)PredicateClauseQueryOptimizer.AbstractQueryOptimizer. optimize(PredicateClause clause, QueryContext context)voidQueryOptimizer.AbstractQueryOptimizer. optimize(TologQuery query, QueryContext context)ListQueryOptimizer. optimize(List clauses, QueryContext context)ParsedRuleQueryOptimizer. optimize(ParsedRule rule)TologQueryQueryOptimizer. optimize(TologQuery query)ListQueryOptimizer.TypeConflictResolver. optimize(List clauses, QueryContext context)ListQueryOptimizerIF. optimize(List clauses, QueryContext context)PredicateClauseQueryOptimizerIF. optimize(PredicateClause clause, QueryContext context)voidQueryOptimizerIF. optimize(TologQuery query, QueryContext context)QueryMatchesHierarchyWalkerRulePredicate. satisfy(QueryMatches extmatches, Object[] extarguments)QueryMatchesQueryOptimizer.PumpPredicate. satisfy(QueryMatches input, Object[] arguments)voidPredicateSignature. validateArguments(Object[] args, String predicate, boolean strict)Validates the arguments to this predicate.voidPredicateSignature. verifyBound(QueryMatches matches, Object[] arguments, PredicateIF predicate)INTERNAL: Verifies that arguments which are required to be bound actually are bound.static voidQueryAnalyzer. 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 voidModificationStatement. close()voidParsedRule. close()Some checks can only be performed when we know that we have parsed the entire rule.voidTologQuery. close()abstract voidTologStatement. close()protected intModificationFunctionStatement. doFunctionUpdates(QueryMatches matches)protected intDeleteStatement. doLitListDeletes(boolean strict, Map arguments)protected abstract intModificationFunctionStatement. doLitListDeletes(boolean strict, Map arguments)protected intUpdateStatement. doLitListDeletes(boolean strict, Map arguments)intInsertStatement. doStaticUpdates(TopicMapIF topicmap, Map arguments)intMergeStatement. doStaticUpdates(TopicMapIF topicmap, Map arguments)intModificationFunctionStatement. doStaticUpdates(TopicMapIF topicmap, Map arguments)abstract intModificationStatement. doStaticUpdates(TopicMapIF topicmap, Map arguments)intDeleteStatement. doUpdates(QueryMatches matches)intInsertStatement. doUpdates(QueryMatches matches)intMergeStatement. doUpdates(QueryMatches matches)abstract intModificationStatement. doUpdates(QueryMatches matches)intUpdateStatement. doUpdates(QueryMatches matches)ObjectTologQuery. getArgument(String name)StringPredicateIF. getSignature()INTERNAL: Returns a string representing the signature of the predicate.protected static ObjectModificationStatement. getValue(Object obj, Map arguments)voidTologParser. load(Reader reader)voidTologParser. load(String ruleset)protected static net.ontopia.topicmaps.query.parser.ModificationFunctionStatement.ModificationFunctionIFModificationFunctionStatement. makeFunction(String name)ParseContextIFTologParser. parseDeclarations(String decls)TologQueryTologParser. parseQuery(Reader queryReader)Returns a parsed SELECT statement.TologQueryTologParser. parseQuery(String query)Returns a parsed SELECT statement.TologStatementTologParser. parseStatement(String query)Returns a parsed INSERT/UPDATE/MERGE/DELETE statement.voidInsertStatement. setCTMPart(String ctm, ParseContextIF context)voidTologQuery. 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 booleanEqualsFilter. filter(Object[] objects)abstract booleanFilterPredicate. filter(Object[] row)EXPERIMENTAL: Returns true if the given row objects should be included in the result.abstract voidProcessPredicate. process(Object[] row, boolean[] boundparams, ResultIF result)EXPERIMENTAL: Processes the input row and pushes result rows to the result.QueryMatchesFilterPredicate. satisfy(QueryMatches matches, Object[] arguments)abstract QueryMatchesJavaPredicate. satisfy(QueryMatches matches, Object[] arguments)INTERNAL: Internal machinery.QueryMatchesProcessPredicate. 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 DeclarationContextIFQueryUtils. parseDeclarations(TopicMapIF topicmap, String declarations)PUBLIC: Parses a set of tolog declarations and returns an object representing the resulting declaration context.static DeclarationContextIFQueryUtils. 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 voidTopicMapSynchronizer. 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 intTMRAPImplementation. 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 intUpgradeBase. doUpdate(String update)Runs a tolog update statement to modify the topic map.protected static voidUpgradeBase. removeAssociations(String atype, String[] rtypes, QueryProcessorIF qp, DeclarationContextIF dc)protected static voidUpgradeBase. removeObjects(TopicMapIF topicMap, DeclarationContextIF dc, String removalQuery)protected voidUpgrade_1_1. transform()protected voidUpgrade_1_2. transform()protected voidUpgrade_1_3. transform()protected voidUpgrade_1_4. transform()protected voidUpgrade_1_9. transform()protected voidUpgrade_2_0. transform()protected voidUpgrade_2_1. transform()protected abstract voidUpgradeBase. transform()protected static voidUpgradeBase. 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 QueryResultIFQueryMapper. execute(String query, Map<String,?> params)
-