Uses of Interface
net.ontopia.topicmaps.query.core.DeclarationContextIF
-
Packages that use DeclarationContextIF Package Description net.ontopia.topicmaps.db2tm The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps.net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.nav2.portlets.pojos 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.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.parser Contains the code that parses tolog queries.net.ontopia.topicmaps.query.utils This package provides query utility classes.net.ontopia.topicmaps.rest ontopoly.conversion ontopoly.model -
-
Uses of DeclarationContextIF in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as DeclarationContextIF Modifier and Type Field Description protected DeclarationContextIFContext. dcMethods in net.ontopia.topicmaps.db2tm that return DeclarationContextIF Modifier and Type Method Description DeclarationContextIFContext. getDeclarationContext() -
Uses of DeclarationContextIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return DeclarationContextIF Modifier and Type Method Description DeclarationContextIFNavigatorPageIF. getDeclarationContext()INTERNAL: Gets the tolog declaration context. -
Uses of DeclarationContextIF in net.ontopia.topicmaps.nav2.portlets.pojos
Methods in net.ontopia.topicmaps.nav2.portlets.pojos that return DeclarationContextIF Modifier and Type Method Description protected static DeclarationContextIFMenuUtils. optimisticParse(TopicMapIF tm, String query)Parse the given declaration-context-query for the given topic map.Methods in net.ontopia.topicmaps.nav2.portlets.pojos with parameters of type DeclarationContextIF Modifier and Type Method Description voidRelatedTopics. setTologContext(DeclarationContextIF tologctx)PUBLIC: Passes in a tolog declaration context to be used when parsing tolog queries. -
Uses of DeclarationContextIF in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return DeclarationContextIF Modifier and Type Method Description DeclarationContextIFContextTag. getDeclarationContext()Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type DeclarationContextIF Modifier and Type Method Description voidContextTag. setDeclarationContext(DeclarationContextIF declarationContext) -
Uses of DeclarationContextIF in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils with parameters of type DeclarationContextIF Modifier and Type Method Description static TMObjectIFNavigatorUtils. stringID2Object(TopicMapIF tm, String s, DeclarationContextIF context)INTERNAL: Tries to convert a string which should contain a subject identifier, XML ID, or object ID to aTMObjectIFobject in the following order: try to match a subject indicator (tm.getTopicBySubjectIdentifier) try to match a source locator (tm.getObjectByItemIdentifier) try to match a topic id (tm.getObjectById) try to match a subject identifier with a prefix defined in the DeclarationContextIF -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core with parameters of type DeclarationContextIF Modifier and Type Method Description 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.ParsedQueryIFQueryProcessorIF. parse(String query, DeclarationContextIF context)PUBLIC: Parses the query in the given context, 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.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 DeclarationContextIF in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type DeclarationContextIF Modifier and Type Method Description QueryResultIFQueryProcessor. execute(String query, Map arguments, DeclarationContextIF context)QueryResultIFQueryProcessor. execute(String query, DeclarationContextIF context)ParsedQueryIFQueryProcessor. parse(String query, DeclarationContextIF context)protected TologQueryQueryProcessor. parseQuery(String query, DeclarationContextIF context)ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement, DeclarationContextIF context)protected ModificationStatementQueryProcessor. parseUpdateStatement(String statement, DeclarationContextIF ctx)intQueryProcessor. update(String query, Map<String,?> params, DeclarationContextIF context)intQueryProcessor. update(String query, DeclarationContextIF context) -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms with parameters of type DeclarationContextIF Modifier and Type Method Description QueryResultIFQueryProcessor. execute(String query, Map arguments, DeclarationContextIF context)QueryResultIFQueryProcessor. execute(String query, DeclarationContextIF context)ParsedQueryIFQueryProcessor. parse(String query, DeclarationContextIF context)protected ParsedQueryQueryProcessor. parseQuery(String query, DeclarationContextIF context)ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement, DeclarationContextIF context)voidQueryProcessor. setContext(DeclarationContextIF context)intQueryProcessor. update(String query, Map<String,?> arguments, DeclarationContextIF context)intQueryProcessor. update(String query, DeclarationContextIF context) -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.parser
Classes in net.ontopia.topicmaps.query.parser that implement DeclarationContextIF Modifier and Type Class Description classLocalParseContextINTERNAL: Represents the local context in which a tolog query or rule file is being parsed. -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.utils
Methods in net.ontopia.topicmaps.query.utils that return DeclarationContextIF Modifier and Type Method Description DeclarationContextIFQueryWrapper. getDeclarationContext()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.Methods in net.ontopia.topicmaps.query.utils with parameters of type DeclarationContextIF Modifier and Type Method Description 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.voidQueryWrapper. setDeclarationContext(DeclarationContextIF context) -
Uses of DeclarationContextIF in net.ontopia.topicmaps.rest
Methods in net.ontopia.topicmaps.rest that return DeclarationContextIF Modifier and Type Method Description DeclarationContextIFOntopiaRestApplication. getDeclarationContext(TopicMapIF topicmap) -
Uses of DeclarationContextIF in ontopoly.conversion
Fields in ontopoly.conversion declared as DeclarationContextIF Modifier and Type Field Description protected DeclarationContextIFUpgradeBase. dcMethods in ontopoly.conversion with parameters of type DeclarationContextIF Modifier and Type Method Description protected static voidUpgradeBase. removeAssociations(String atype, String[] rtypes, QueryProcessorIF qp, DeclarationContextIF dc)protected static voidUpgradeBase. removeObjects(TopicMapIF topicMap, DeclarationContextIF dc, String removalQuery)protected static voidUpgradeBase. translateAssociations(String atype1, String[] rtypes1, String atype2, String[] rtypes2, TopicMapIF tm, LocatorIF base_on, QueryProcessorIF qp, DeclarationContextIF dc) -
Uses of DeclarationContextIF in ontopoly.model
Methods in ontopoly.model that return DeclarationContextIF Modifier and Type Method Description DeclarationContextIFTopicMap. getDeclarationContext()Constructors in ontopoly.model with parameters of type DeclarationContextIF Constructor Description QueryMapper(QueryProcessorIF processor, DeclarationContextIF context)
-