Uses of Interface
net.ontopia.topicmaps.entry.TopicMapReferenceIF
-
Packages that use TopicMapReferenceIF Package Description net.ontopia.infoset.fulltext.core Interfaces for working with fulltext indexes.net.ontopia.infoset.fulltext.impl.lucene The Lucene fulltext integration.net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations.net.ontopia.topicmaps.core.events Provides an event interface to Ontopia where clients can receive notification about updates to topic maps.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.entry High level interfaces for locating and maintaining references to topic maps.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations.net.ontopia.topicmaps.nav.utils.comparators Provides Comparators which are used by the Navigator.net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces.net.ontopia.topicmaps.nav2.impl.framework The implementation of the Navigator Framework related interfaces.net.ontopia.topicmaps.rest net.ontopia.topicmaps.rest.core net.ontopia.topicmaps.rest.model.mixin net.ontopia.topicmaps.rest.resources net.ontopia.topicmaps.rest.utils net.ontopia.topicmaps.rest.v1.topicmap net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces.net.ontopia.topicmaps.utils.ctm Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps.net.ontopia.topicmaps.utils.ltm This package provides support for the textual Linear Topic Map Notation (or LTM) format for topic maps.net.ontopia.topicmaps.utils.rdf This package provides support for RDF (Resource Description Framework), a topic map-like data model for metadata defined by the W3C.net.ontopia.topicmaps.utils.tmprefs net.ontopia.topicmaps.viz net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format.ontopoly.sysmodel -
-
Uses of TopicMapReferenceIF in net.ontopia.infoset.fulltext.core
Methods in net.ontopia.infoset.fulltext.core with parameters of type TopicMapReferenceIF Modifier and Type Method Description voidFulltextImplementationIF. install(TopicMapReferenceIF reference) -
Uses of TopicMapReferenceIF in net.ontopia.infoset.fulltext.impl.lucene
Methods in net.ontopia.infoset.fulltext.impl.lucene with parameters of type TopicMapReferenceIF Modifier and Type Method Description voidLuceneFulltextImplementation. install(TopicMapReferenceIF reference) -
Uses of TopicMapReferenceIF in net.ontopia.persistence.proxy
Methods in net.ontopia.persistence.proxy with parameters of type TopicMapReferenceIF Modifier and Type Method Description voidRDBMSStorage. writeReport(Writer out, TopicMapReferenceIF reference, IdentityIF namespace, boolean dumpCaches) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFTopicMapStoreIF. getReference()INTERNAL: Returns a topic map reference for this store.Methods in net.ontopia.topicmaps.core with parameters of type TopicMapReferenceIF Modifier and Type Method Description voidTopicMapStoreIF. setReference(TopicMapReferenceIF reference)INTERNAL: Sets the topic map reference for this store. -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.core.events
Methods in net.ontopia.topicmaps.core.events with parameters of type TopicMapReferenceIF Modifier and Type Method Description static voidTopicMapEvents. addTopicListener(TopicMapReferenceIF topicmapRef, TopicMapListenerIF listener)PUBLIC: Call this method to register a topic listener with a given topic map.static voidTopicMapEvents. removeTopicListener(TopicMapReferenceIF topicmapRef, TopicMapListenerIF listener)PUBLIC: Call this method to unregister a topic listener with a given topic map.voidAbstractTopicMapListener. setReference(TopicMapReferenceIF ref)INTERNAL: Callback method called when listener is being registered or unregistered with a topic map reference. -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as TopicMapReferenceIF Modifier and Type Field Description protected TopicMapReferenceIFSynchronizationTask. refMethods in net.ontopia.topicmaps.db2tm with parameters of type TopicMapReferenceIF Modifier and Type Method Description voidSynchronizationTask. setTopicMapReference(TopicMapReferenceIF ref) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.entry
Classes in net.ontopia.topicmaps.entry that implement TopicMapReferenceIF Modifier and Type Class Description classAbstractOntopolyURLReferenceINTERNAL: Common abstract superclass for references from sources that support what Ontopoly needs.classAbstractTopicMapReferenceINTERNAL: An abstract topic map reference class that contains methods that handles the id and title properties.classAbstractURLTopicMapReferenceINTERNAL: An abstract topic map reference class that retrieves topic maps referenced through URLs.classStoreFactoryReferenceINTERNAL: A topic map reference that uses a topic map store factory to create stores.Fields in net.ontopia.topicmaps.entry with type parameters of type TopicMapReferenceIF Modifier and Type Field Description protected Map<String,TopicMapReferenceIF>TopicMapSourceManager. keyrefsprotected Map<TopicMapReferenceIF,String>TopicMapSourceManager. refkeysprotected Collection<TopicMapReferenceIF>ResourceTopicMapSource. reflistprotected Collection<TopicMapReferenceIF>URLTopicMapSource. reflistprotected Map<String,TopicMapReferenceIF>AbstractPathTopicMapSource. refmapprotected Collection<TopicMapReferenceIF>DefaultTopicMapSource. refsMethods in net.ontopia.topicmaps.entry that return TopicMapReferenceIF Modifier and Type Method Description abstract TopicMapReferenceIFAbstractOntopolyTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)protected TopicMapReferenceIFAbstractPathTopicMapSource. createReference(URL url, String id, String title)protected abstract TopicMapReferenceIFAbstractPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)TopicMapReferenceIFAbstractOntopolyTopicMapSource. createTopicMap(String name, String baseAddress)TopicMapReferenceIFAbstractPathTopicMapSource. createTopicMap(String name, String baseAddress)TopicMapReferenceIFDefaultTopicMapSource. createTopicMap(String name, String baseAddress)TopicMapReferenceIFResourceTopicMapSource. createTopicMap(String name, String baseAddress)TopicMapReferenceIFTopicMapSourceIF. createTopicMap(String name, String baseAddressURI)PUBLIC: Creates a new topic map in the underlying source and returns a reference to the created topic map.TopicMapReferenceIFURLTopicMapSource. createTopicMap(String name, String baseAddress)TopicMapReferenceIFTopicMapRepositoryIF. getReferenceByKey(String refkey)PUBLIC: Gets a topic map reference by its reference key.TopicMapReferenceIFTopicMapSourceManager. getReferenceByKey(String key)Methods in net.ontopia.topicmaps.entry that return types with arguments of type TopicMapReferenceIF Modifier and Type Method Description Collection<TopicMapReferenceIF>AbstractPathTopicMapSource. getReferences()Collection<TopicMapReferenceIF>DefaultTopicMapSource. getReferences()Collection<TopicMapReferenceIF>ResourceTopicMapSource. getReferences()Collection<TopicMapReferenceIF>TopicMapRepositoryIF. getReferences()PUBLIC: Returns a collection containing all references.Collection<TopicMapReferenceIF>TopicMapSourceIF. getReferences()PUBLIC: Returns an unmodifiable collection ofTopicMapReferenceIFs found by the topic map source.Collection<TopicMapReferenceIF>TopicMapSourceManager. getReferences()Collection<TopicMapReferenceIF>URLTopicMapSource. getReferences()protected Map<String,TopicMapReferenceIF>AbstractPathTopicMapSource. refreshFromFilesystem()Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapReferenceIF Modifier and Type Method Description voidDefaultTopicMapSource. addReference(TopicMapReferenceIF reference)INTERNAL: Adds the reference to the source and registers the source as the source of the reference.protected StringTopicMapSourceManager. createReferenceKey(TopicMapReferenceIF ref)INTERNAL: Creates a unique id.StringTopicMapRepositoryIF. getReferenceKey(TopicMapReferenceIF ref)PUBLIC: Gets the key used to identify the reference in the repository.StringTopicMapSourceManager. getReferenceKey(TopicMapReferenceIF ref)voidDefaultTopicMapSource. removeReference(TopicMapReferenceIF reference)INTERNAL: Removes the reference from the source and deregisters the source from the reference.Constructors in net.ontopia.topicmaps.entry with parameters of type TopicMapReferenceIF Constructor Description DefaultTopicMapSource(TopicMapReferenceIF reference)Constructor parameters in net.ontopia.topicmaps.entry with type arguments of type TopicMapReferenceIF Constructor Description DefaultTopicMapSource(Collection<TopicMapReferenceIF> refs) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapReferenceIF Modifier and Type Class Description classRDBMSTopicMapReferenceINTERNAL: RDBMS database topic map reference.Fields in net.ontopia.topicmaps.impl.rdbms with type parameters of type TopicMapReferenceIF Modifier and Type Field Description protected Map<String,TopicMapReferenceIF>RDBMSTopicMapSource. refmapMethods in net.ontopia.topicmaps.impl.rdbms that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFRDBMSPatternSingleTopicMapSource. createTopicMap(String name, String baseAddress)TopicMapReferenceIFRDBMSSingleTopicMapSource. createTopicMap(String name, String baseAddress)TopicMapReferenceIFRDBMSTopicMapSource. createTopicMap(String name, String baseAddress)Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type TopicMapReferenceIF Modifier and Type Method Description Collection<TopicMapReferenceIF>RDBMSTopicMapSource. getReferences() -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapReferenceIF Modifier and Type Field Description protected TopicMapReferenceIFAbstractTopicMapStore. referenceMethods in net.ontopia.topicmaps.impl.utils that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFAbstractTopicMapStore. getReference()Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapReferenceIF Modifier and Type Method Description voidAbstractTopicMapStore. setReference(TopicMapReferenceIF reference) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.nav.utils.comparators
Methods in net.ontopia.topicmaps.nav.utils.comparators with parameters of type TopicMapReferenceIF Modifier and Type Method Description intTopicMapReferenceComparator. compare(TopicMapReferenceIF tmr1, TopicMapReferenceIF tmr2)INTERNAL: Compares two TopicMapReferenceIFs. -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core with parameters of type TopicMapReferenceIF Modifier and Type Method Description StringLinkGeneratorIF. generate(ContextTag contextTag, TopicMapReferenceIF tmRefObj, String template)INTERNAL: create a String which contains link information to a Topicmap retrieved with the help of an TopicMapReferenceIF object. -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.nav2.impl.basic
Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type TopicMapReferenceIF Modifier and Type Method Description StringDefaultUniversalLinkGenerator. generate(ContextTag contextTag, TopicMapReferenceIF tmRefObj, String template) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.nav2.impl.framework
Methods in net.ontopia.topicmaps.nav2.impl.framework with parameters of type TopicMapReferenceIF Modifier and Type Method Description StringModelLinkGenerator. generate(ContextTag contextTag, TopicMapReferenceIF tmRefObj, String template) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest
Methods in net.ontopia.topicmaps.rest that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFOntopiaRestApplication. getTopicMapReference(org.restlet.Request request) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.core
Methods in net.ontopia.topicmaps.rest.core that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFTopicMapResolverIF. resolve(org.restlet.Request request) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of TopicMapReferenceIF in net.ontopia.topicmaps.rest.model.mixin Modifier and Type Interface Description interfaceMTopicMapReference -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.resources
Methods in net.ontopia.topicmaps.rest.resources that return TopicMapReferenceIF Modifier and Type Method Description protected TopicMapReferenceIFAbstractOntopiaResource. getTopicMapReference() -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.utils
Methods in net.ontopia.topicmaps.rest.utils that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFDefaultTopicMapResolver. resolve(org.restlet.Request request) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.v1.topicmap
Methods in net.ontopia.topicmaps.rest.v1.topicmap that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFTopicMapResource.TopicMapWrapper. getReference()Methods in net.ontopia.topicmaps.rest.v1.topicmap with parameters of type TopicMapReferenceIF Modifier and Type Method Description voidTopicMapController. change(TopicMapReferenceIF reference, TopicMapIF tm, TopicMap topicmap)voidTopicMapController. remove(TopicMapReferenceIF reference)Constructors in net.ontopia.topicmaps.rest.v1.topicmap with parameters of type TopicMapReferenceIF Constructor Description TopicMapWrapper(TopicMapIF tm, TopicMapReferenceIF reference) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils
Classes in net.ontopia.topicmaps.utils that implement TopicMapReferenceIF Modifier and Type Class Description classMergeReferenceINTERNAL: A topic map reference that uses a TopicMapRepositoryIF to retrieve a list of topic maps and create a new merged topic map from them. -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils.ctm
Classes in net.ontopia.topicmaps.utils.ctm that implement TopicMapReferenceIF Modifier and Type Class Description classCTMTopicMapReferenceINTERNAL: An CTM file topic map reference.Methods in net.ontopia.topicmaps.utils.ctm that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFCTMPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils.ltm
Classes in net.ontopia.topicmaps.utils.ltm that implement TopicMapReferenceIF Modifier and Type Class Description classLTMTopicMapReferenceINTERNAL: An LTM file topic map reference.Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFLTMPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils.rdf
Classes in net.ontopia.topicmaps.utils.rdf that implement TopicMapReferenceIF Modifier and Type Class Description classRDFTopicMapReferenceINTERNAL: An RDF file topic map reference.Methods in net.ontopia.topicmaps.utils.rdf that return TopicMapReferenceIF Modifier and Type Method Description protected TopicMapReferenceIFRDFPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils.tmprefs
Fields in net.ontopia.topicmaps.utils.tmprefs declared as TopicMapReferenceIF Modifier and Type Field Description protected TopicMapReferenceIFTopicMapPreferences. topicMapReferenceMethods in net.ontopia.topicmaps.utils.tmprefs that return TopicMapReferenceIF Modifier and Type Method Description protected abstract TopicMapReferenceIFTopicMapPreferencesFactory. getSystemTopicMapReference(String key)protected abstract TopicMapReferenceIFTopicMapPreferencesFactory. getUserTopicMapReference(String key)Methods in net.ontopia.topicmaps.utils.tmprefs with parameters of type TopicMapReferenceIF Modifier and Type Method Description protected TopicMapStoreIFTopicMapPreferences. createStore(TopicMapReferenceIF topicMapReference, boolean readonly)static TopicMapPreferencesTopicMapPreferences. createSystemRoot(TopicMapReferenceIF topicMapReference, TopicMapPreferencesFactory factory)static TopicMapPreferencesTopicMapPreferences. createUserRoot(TopicMapReferenceIF topicMapReference, TopicMapPreferencesFactory factory) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.viz
Methods in net.ontopia.topicmaps.viz with parameters of type TopicMapReferenceIF Modifier and Type Method Description static StringOpenRDBMSDialogBox. createTMString(TopicMapReferenceIF currentReference)voidVizDesktop. loadTopicMap(TopicMapReferenceIF tmReference, String configFilePath) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.xml
Classes in net.ontopia.topicmaps.xml that implement TopicMapReferenceIF Modifier and Type Class Description classTMXMLTopicMapReferenceINTERNAL: A TM/XML file topic map reference.classXTMTopicMapReferenceINTERNAL: An XTM document topic map reference.Methods in net.ontopia.topicmaps.xml that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIFTMXMLPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)TopicMapReferenceIFXTMPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address) -
Uses of TopicMapReferenceIF in ontopoly.sysmodel
Methods in ontopoly.sysmodel that return TopicMapReferenceIF Modifier and Type Method Description protected TopicMapReferenceIFTopicMapReference. getReference()
-