|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeclarationContextIF | |
|---|---|
| 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.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. |
| ontopoly.conversion | |
| ontopoly.model | |
| Uses of DeclarationContextIF in net.ontopia.topicmaps.db2tm |
|---|
| Fields in net.ontopia.topicmaps.db2tm declared as DeclarationContextIF | |
|---|---|
protected DeclarationContextIF |
Context.dc
|
| Methods in net.ontopia.topicmaps.db2tm that return DeclarationContextIF | |
|---|---|
DeclarationContextIF |
Context.getDeclarationContext()
|
| Uses of DeclarationContextIF in net.ontopia.topicmaps.nav2.core |
|---|
| Methods in net.ontopia.topicmaps.nav2.core that return DeclarationContextIF | |
|---|---|
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 | |
|---|---|
protected static DeclarationContextIF |
MenuUtils.optimisticParse(TopicMapIF tm,
java.lang.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 | |
|---|---|
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 | |
|---|---|
DeclarationContextIF |
ContextTag.getDeclarationContext()
|
| Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type DeclarationContextIF | |
|---|---|
void |
ContextTag.setDeclarationContext(DeclarationContextIF declarationContext)
|
| Uses of DeclarationContextIF in net.ontopia.topicmaps.query.core |
|---|
| Methods in net.ontopia.topicmaps.query.core with parameters of type DeclarationContextIF | |
|---|---|
QueryResultIF |
QueryProcessorIF.execute(java.lang.String query,
DeclarationContextIF context)
PUBLIC: Parses and executes the query in the given context, returning the results. |
QueryResultIF |
QueryProcessorIF.execute(java.lang.String query,
java.util.Map<java.lang.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. |
ParsedQueryIF |
QueryProcessorIF.parse(java.lang.String query,
DeclarationContextIF context)
PUBLIC: Parses the query in the given context, returning an object representing the result. |
ParsedModificationStatementIF |
QueryProcessorIF.parseUpdate(java.lang.String statement,
DeclarationContextIF context)
PUBLIC: Parses the update statement in the given context, returning an object representing the result. |
int |
QueryProcessorIF.update(java.lang.String query,
DeclarationContextIF context)
PUBLIC: Runs the update statement in the given declaration context, returning the number of modified objects. |
int |
QueryProcessorIF.update(java.lang.String query,
java.util.Map<java.lang.String,?> arguments,
DeclarationContextIF context)
PUBLIC: Runs the update statement in the given declaration context with the given parameters, 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 | |
|---|---|
QueryResultIF |
QueryProcessor.execute(java.lang.String query,
DeclarationContextIF context)
|
QueryResultIF |
QueryProcessor.execute(java.lang.String query,
java.util.Map arguments,
DeclarationContextIF context)
|
ParsedQueryIF |
QueryProcessor.parse(java.lang.String query,
DeclarationContextIF context)
|
protected TologQuery |
QueryProcessor.parseQuery(java.lang.String query,
DeclarationContextIF context)
|
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(java.lang.String statement,
DeclarationContextIF context)
|
protected ModificationStatement |
QueryProcessor.parseUpdateStatement(java.lang.String statement,
DeclarationContextIF ctx)
|
int |
QueryProcessor.update(java.lang.String query,
DeclarationContextIF context)
|
int |
QueryProcessor.update(java.lang.String query,
java.util.Map<java.lang.String,?> params,
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 | |
|---|---|
QueryResultIF |
QueryProcessor.execute(java.lang.String query,
DeclarationContextIF context)
|
QueryResultIF |
QueryProcessor.execute(java.lang.String query,
java.util.Map arguments,
DeclarationContextIF context)
|
ParsedQueryIF |
QueryProcessor.parse(java.lang.String query,
DeclarationContextIF context)
|
protected ParsedQuery |
QueryProcessor.parseQuery(java.lang.String query,
DeclarationContextIF context)
|
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(java.lang.String statement,
DeclarationContextIF context)
|
void |
QueryProcessor.setContext(DeclarationContextIF context)
|
int |
QueryProcessor.update(java.lang.String query,
DeclarationContextIF context)
|
int |
QueryProcessor.update(java.lang.String query,
java.util.Map<java.lang.String,?> arguments,
DeclarationContextIF context)
|
| Uses of DeclarationContextIF in net.ontopia.topicmaps.query.parser |
|---|
| Classes in net.ontopia.topicmaps.query.parser that implement DeclarationContextIF | |
|---|---|
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 | |
|---|---|
DeclarationContextIF |
QueryWrapper.getDeclarationContext()
|
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
java.lang.String declarations)
PUBLIC: Parses a set of tolog declarations and returns an object representing the resulting declaration context. |
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
java.lang.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 | |
|---|---|
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
java.lang.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 ontopoly.conversion |
|---|
| Fields in ontopoly.conversion declared as DeclarationContextIF | |
|---|---|
protected DeclarationContextIF |
UpgradeBase.dc
|
| Methods in ontopoly.conversion with parameters of type DeclarationContextIF | |
|---|---|
protected static void |
UpgradeBase.removeAssociations(java.lang.String atype,
java.lang.String[] rtypes,
QueryProcessorIF qp,
DeclarationContextIF dc)
|
protected static void |
UpgradeBase.removeObjects(TopicMapIF topicMap,
DeclarationContextIF dc,
java.lang.String removalQuery)
|
protected static void |
UpgradeBase.translateAssociations(java.lang.String atype1,
java.lang.String[] rtypes1,
java.lang.String atype2,
java.lang.String[] rtypes2,
TopicMapIF tm,
LocatorIF base_on,
QueryProcessorIF qp,
DeclarationContextIF dc)
|
| Uses of DeclarationContextIF in ontopoly.model |
|---|
| Methods in ontopoly.model that return DeclarationContextIF | |
|---|---|
DeclarationContextIF |
TopicMap.getDeclarationContext()
|
| Constructors in ontopoly.model with parameters of type DeclarationContextIF | |
|---|---|
QueryMapper(QueryProcessorIF processor,
DeclarationContextIF context)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||