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 DeclarationContextIF
Context. dc
Methods in net.ontopia.topicmaps.db2tm that return DeclarationContextIF Modifier and Type Method Description DeclarationContextIF
Context. 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 DeclarationContextIF
NavigatorPageIF. 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 DeclarationContextIF
MenuUtils. 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 void
RelatedTopics. 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 DeclarationContextIF
ContextTag. getDeclarationContext()
Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type DeclarationContextIF Modifier and Type Method Description void
ContextTag. 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 TMObjectIF
NavigatorUtils. 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 aTMObjectIF
object 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 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.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, DeclarationContextIF context)
PUBLIC: Parses the update statement in the given context, returning an object representing the result.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 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 QueryResultIF
QueryProcessor. execute(String query, Map arguments, DeclarationContextIF context)
QueryResultIF
QueryProcessor. execute(String query, DeclarationContextIF context)
ParsedQueryIF
QueryProcessor. parse(String query, DeclarationContextIF context)
protected TologQuery
QueryProcessor. parseQuery(String query, DeclarationContextIF context)
ParsedModificationStatementIF
QueryProcessor. parseUpdate(String statement, DeclarationContextIF context)
protected ModificationStatement
QueryProcessor. parseUpdateStatement(String statement, DeclarationContextIF ctx)
int
QueryProcessor. update(String query, Map<String,?> params, DeclarationContextIF context)
int
QueryProcessor. 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 QueryResultIF
QueryProcessor. execute(String query, Map arguments, DeclarationContextIF context)
QueryResultIF
QueryProcessor. execute(String query, DeclarationContextIF context)
ParsedQueryIF
QueryProcessor. parse(String query, DeclarationContextIF context)
protected ParsedQuery
QueryProcessor. parseQuery(String query, DeclarationContextIF context)
ParsedModificationStatementIF
QueryProcessor. parseUpdate(String statement, DeclarationContextIF context)
void
QueryProcessor. setContext(DeclarationContextIF context)
int
QueryProcessor. update(String query, Map<String,?> arguments, DeclarationContextIF context)
int
QueryProcessor. 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 class
LocalParseContext
INTERNAL: 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 DeclarationContextIF
QueryWrapper. getDeclarationContext()
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.Methods in net.ontopia.topicmaps.query.utils with parameters of type DeclarationContextIF Modifier and Type Method Description 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.void
QueryWrapper. 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 DeclarationContextIF
OntopiaRestApplication. getDeclarationContext(TopicMapIF topicmap)
-
Uses of DeclarationContextIF in ontopoly.conversion
Fields in ontopoly.conversion declared as DeclarationContextIF Modifier and Type Field Description protected DeclarationContextIF
UpgradeBase. dc
Methods in ontopoly.conversion with parameters of type DeclarationContextIF Modifier and Type Method Description 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 static void
UpgradeBase. 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 DeclarationContextIF
TopicMap. getDeclarationContext()
Constructors in ontopoly.model with parameters of type DeclarationContextIF Constructor Description QueryMapper(QueryProcessorIF processor, DeclarationContextIF context)
-