Uses of Class
net.ontopia.topicmaps.db2tm.RelationMapping
-
Packages that use RelationMapping 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. -
-
Uses of RelationMapping in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as RelationMapping Modifier and Type Field Description protected RelationMappingCSVDataSource. mappingprotected RelationMappingJDBCDataSource. mappingprotected RelationMappingRelation. mappingprotected RelationMappingContext. rmappingMethods in net.ontopia.topicmaps.db2tm that return RelationMapping Modifier and Type Method Description RelationMappingContext. getMapping()INTERNAL: Gets the relation mapping currently in use.RelationMappingRelation. 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 RelationMappingRelationMapping. read(File file)static RelationMappingRelationMapping. read(InputStream istream, File basedir)static RelationMappingRelationMapping. readFromClasspath(String resource)Methods in net.ontopia.topicmaps.db2tm with parameters of type RelationMapping Modifier and Type Method Description static 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 RelationMapping Constructor Description JDBCDataSource(RelationMapping mapping)JDBCDataSource(RelationMapping mapping, Connection conn)
-