Uses of Class
net.ontopia.topicmaps.db2tm.RelationMapping
Packages that use RelationMapping
Package
Description
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
-
Uses of RelationMapping in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as RelationMappingModifier and TypeFieldDescriptionprotected final RelationMappingCSVDataSource.mappingprotected final RelationMappingJDBCDataSource.mappingprotected final RelationMappingRelation.mappingprotected RelationMappingContext.rmappingMethods in net.ontopia.topicmaps.db2tm that return RelationMappingModifier and TypeMethodDescriptionContext.getMapping()INTERNAL: Gets the relation mapping currently in use.Relation.getMapping()INTERNAL: Returns the relation mapping to which the relation belongs.static RelationMappingUtils.getRelationMapping(javax.servlet.jsp.PageContext ctxt) INTERNAL: Helper method for maintaining a relation mapping instance throughout a page context.static RelationMappingstatic RelationMappingRelationMapping.read(InputStream istream, File basedir) static RelationMappingRelationMapping.readFromClasspath(String resource) Methods in net.ontopia.topicmaps.db2tm with parameters of type RelationMappingModifier and TypeMethodDescriptionstatic voidProcessor.addRelations(RelationMapping rmapping, Collection<String> relnames, TopicMapIF topicmap, LocatorIF baseloc) INTERNAL: Runs a DB2TM process by adding tuples to the topic map.static voidProcessor.removeRelations(RelationMapping rmapping, Collection<String> relnames, TopicMapIF topicmap, LocatorIF baseloc) INTERNAL: Runs a DB2TM process by removing tuples from the topic map.voidContext.setMapping(RelationMapping rmapping) INTERNAL: Sets the current relation mapping.static voidProcessor.synchronizeRelations(RelationMapping rmapping, Collection<String> relnames, TopicMapIF topicmap, LocatorIF baseloc) INTERNAL: Runs a DB2TM process by synchronizing the relations.static voidProcessor.synchronizeRelations(RelationMapping rmapping, Collection<String> relnames, TopicMapIF topicmap, LocatorIF baseloc, boolean forceRescan) static Map<DataSourceIF,Collection<Relation>> Utils.verifyRelationsForMapping(RelationMapping rmapping) INTERNAL: Returns a map where the keys are data sources and each entry is a collection of their individual relations.Constructors in net.ontopia.topicmaps.db2tm with parameters of type RelationMappingModifierConstructorDescriptionJDBCDataSource(RelationMapping mapping) JDBCDataSource(RelationMapping mapping, Connection conn)