Uses of Interface
net.ontopia.topicmaps.entry.TopicMapReferenceIF
Packages that use TopicMapReferenceIF
Package
Description
Interfaces for working with fulltext indexes.
The Lucene fulltext integration.
An object-relational mapping framework.
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
Provides an event interface to Ontopia where clients can receive
notification about updates to topic maps.
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
High level interfaces for locating and maintaining references to
topic maps.
Relational database implementation of the core topic map
interfaces.
INTERNAL: Classes that are used by many implementations.
Provides Comparators which are used by the Navigator.
Provides interfaces for the Navigator Tag Libraries
and Framework.
The basic implementation of the Navigator core interfaces.
The implementation of the Navigator Framework related interfaces.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
This package provides support for the textual Linear Topic Map
Notation (or LTM) format for topic maps.
This package provides support for RDF (Resource Description
Framework), a topic map-like data model for metadata defined by the
W3C.
Classes for importing and exporting topic maps in the XML
interchange format.
-
Uses of TopicMapReferenceIF in net.ontopia.infoset.fulltext.core
Methods in net.ontopia.infoset.fulltext.core with parameters of type TopicMapReferenceIFModifier and TypeMethodDescriptionvoidFulltextImplementationIF.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 TopicMapReferenceIFModifier and TypeMethodDescriptionvoidLuceneFulltextImplementation.install(TopicMapReferenceIF reference) -
Uses of TopicMapReferenceIF in net.ontopia.persistence.proxy
Methods in net.ontopia.persistence.proxy with parameters of type TopicMapReferenceIFModifier and TypeMethodDescriptionvoidRDBMSStorage.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 TopicMapReferenceIFModifier and TypeMethodDescriptionTopicMapStoreIF.getReference()INTERNAL: Returns a topic map reference for this store.Methods in net.ontopia.topicmaps.core with parameters of type TopicMapReferenceIFModifier and TypeMethodDescriptionvoidTopicMapStoreIF.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 TopicMapReferenceIFModifier and TypeMethodDescriptionstatic 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 TopicMapReferenceIFMethods in net.ontopia.topicmaps.db2tm with parameters of type TopicMapReferenceIFModifier and TypeMethodDescriptionvoidSynchronizationTask.setTopicMapReference(TopicMapReferenceIF ref) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.entry
Classes in net.ontopia.topicmaps.entry that implement TopicMapReferenceIFModifier and TypeClassDescriptionclassINTERNAL: Common abstract superclass for references from sources that support what Ontopoly needs.classINTERNAL: An abstract topic map reference class that contains methods that handles the id and title properties.classINTERNAL: An abstract topic map reference class that retrieves topic maps referenced through URLs.classINTERNAL: 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 TopicMapReferenceIFModifier and TypeFieldDescriptionprotected 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 TopicMapReferenceIFModifier and TypeMethodDescriptionabstract 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) AbstractOntopolyTopicMapSource.createTopicMap(String name, String baseAddress) AbstractPathTopicMapSource.createTopicMap(String name, String baseAddress) DefaultTopicMapSource.createTopicMap(String name, String baseAddress) ResourceTopicMapSource.createTopicMap(String name, String baseAddress) TopicMapSourceIF.createTopicMap(String name, String baseAddressURI) PUBLIC: Creates a new topic map in the underlying source and returns a reference to the created topic map.URLTopicMapSource.createTopicMap(String name, String baseAddress) TopicMapRepositoryIF.getReferenceByKey(String refkey) PUBLIC: Gets a topic map reference by its reference key.TopicMapSourceManager.getReferenceByKey(String key) Methods in net.ontopia.topicmaps.entry that return types with arguments of type TopicMapReferenceIFModifier and TypeMethodDescriptionAbstractPathTopicMapSource.getReferences()DefaultTopicMapSource.getReferences()ResourceTopicMapSource.getReferences()TopicMapRepositoryIF.getReferences()PUBLIC: Returns a collection containing all references.TopicMapSourceIF.getReferences()PUBLIC: Returns an unmodifiable collection ofTopicMapReferenceIFs found by the topic map source.TopicMapSourceManager.getReferences()URLTopicMapSource.getReferences()protected Map<String,TopicMapReferenceIF> AbstractPathTopicMapSource.refreshFromFilesystem()Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapReferenceIFModifier and TypeMethodDescriptionvoidDefaultTopicMapSource.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.TopicMapRepositoryIF.getReferenceKey(TopicMapReferenceIF ref) PUBLIC: Gets the key used to identify the reference in the repository.TopicMapSourceManager.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 TopicMapReferenceIFConstructor parameters in net.ontopia.topicmaps.entry with type arguments of type TopicMapReferenceIF -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapReferenceIFModifier and TypeClassDescriptionclassINTERNAL: RDBMS database topic map reference.Fields in net.ontopia.topicmaps.impl.rdbms with type parameters of type TopicMapReferenceIFModifier and TypeFieldDescriptionprotected Map<String,TopicMapReferenceIF> RDBMSTopicMapSource.refmapMethods in net.ontopia.topicmaps.impl.rdbms that return TopicMapReferenceIFModifier and TypeMethodDescriptionRDBMSPatternSingleTopicMapSource.createTopicMap(String name, String baseAddress) RDBMSSingleTopicMapSource.createTopicMap(String name, String baseAddress) RDBMSTopicMapSource.createTopicMap(String name, String baseAddress) Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type TopicMapReferenceIF -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapReferenceIFMethods in net.ontopia.topicmaps.impl.utils that return TopicMapReferenceIFMethods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapReferenceIFModifier and TypeMethodDescriptionvoidAbstractTopicMapStore.setReference(TopicMapReferenceIF reference) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest
Methods in net.ontopia.topicmaps.rest that return TopicMapReferenceIFModifier and TypeMethodDescriptionOntopiaRestApplication.getTopicMapReference(org.restlet.Request request) -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.core
Methods in net.ontopia.topicmaps.rest.core that return TopicMapReferenceIF -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of TopicMapReferenceIF in net.ontopia.topicmaps.rest.model.mixin -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.resources
Methods in net.ontopia.topicmaps.rest.resources that return TopicMapReferenceIFModifier and TypeMethodDescriptionprotected TopicMapReferenceIFAbstractOntopiaResource.getTopicMapReference() -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.utils
Methods in net.ontopia.topicmaps.rest.utils that return TopicMapReferenceIF -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.rest.v1.topicmap
Methods in net.ontopia.topicmaps.rest.v1.topicmap that return TopicMapReferenceIFMethods in net.ontopia.topicmaps.rest.v1.topicmap with parameters of type TopicMapReferenceIFModifier and TypeMethodDescriptionvoidTopicMapController.change(TopicMapReferenceIF reference, TopicMapIF tm, TopicMap topicmap) voidTopicMapController.remove(TopicMapReferenceIF reference) Constructors in net.ontopia.topicmaps.rest.v1.topicmap with parameters of type TopicMapReferenceIF -
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils
Classes in net.ontopia.topicmaps.utils that implement TopicMapReferenceIFModifier and TypeClassDescriptionclassINTERNAL: 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 TopicMapReferenceIFModifier and TypeClassDescriptionclassINTERNAL: An CTM file topic map reference.Methods in net.ontopia.topicmaps.utils.ctm that return TopicMapReferenceIFModifier and TypeMethodDescriptionCTMPathTopicMapSource.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 TopicMapReferenceIFModifier and TypeClassDescriptionclassINTERNAL: An LTM file topic map reference.Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapReferenceIFModifier and TypeMethodDescriptionLTMPathTopicMapSource.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 TopicMapReferenceIFModifier and TypeClassDescriptionclassINTERNAL: An RDF file topic map reference.Methods in net.ontopia.topicmaps.utils.rdf that return TopicMapReferenceIFModifier and TypeMethodDescriptionprotected 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 TopicMapReferenceIFModifier and TypeFieldDescriptionprotected TopicMapReferenceIFTopicMapPreferences.topicMapReferenceMethods in net.ontopia.topicmaps.utils.tmprefs that return TopicMapReferenceIFModifier and TypeMethodDescriptionprotected abstract TopicMapReferenceIFTopicMapPreferencesFactory.getSystemTopicMapReference(String key) protected abstract TopicMapReferenceIFTopicMapPreferencesFactory.getUserTopicMapReference(String key) Methods in net.ontopia.topicmaps.utils.tmprefs with parameters of type TopicMapReferenceIFModifier and TypeMethodDescriptionprotected 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 TopicMapReferenceIFModifier and TypeMethodDescriptionstatic 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 TopicMapReferenceIFModifier and TypeClassDescriptionclassINTERNAL: A TM/XML file topic map reference.classINTERNAL: An XTM document topic map reference.Methods in net.ontopia.topicmaps.xml that return TopicMapReferenceIFModifier and TypeMethodDescriptionTMXMLPathTopicMapSource.createReference(URL url, String id, String title, LocatorIF base_address) XTMPathTopicMapSource.createReference(URL url, String id, String title, LocatorIF base_address) -
Uses of TopicMapReferenceIF in ontopoly.sysmodel
Methods in ontopoly.sysmodel that return TopicMapReferenceIF