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 void
FulltextImplementationIF. 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 void
LuceneFulltextImplementation. 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 void
RDBMSStorage. 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 TopicMapReferenceIF
TopicMapStoreIF. 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 void
TopicMapStoreIF. 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 void
TopicMapEvents. addTopicListener(TopicMapReferenceIF topicmapRef, TopicMapListenerIF listener)
PUBLIC: Call this method to register a topic listener with a given topic map.static void
TopicMapEvents. removeTopicListener(TopicMapReferenceIF topicmapRef, TopicMapListenerIF listener)
PUBLIC: Call this method to unregister a topic listener with a given topic map.void
AbstractTopicMapListener. 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 TopicMapReferenceIF
SynchronizationTask. ref
Methods in net.ontopia.topicmaps.db2tm with parameters of type TopicMapReferenceIF Modifier and Type Method Description void
SynchronizationTask. 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 class
AbstractOntopolyURLReference
INTERNAL: Common abstract superclass for references from sources that support what Ontopoly needs.class
AbstractTopicMapReference
INTERNAL: An abstract topic map reference class that contains methods that handles the id and title properties.class
AbstractURLTopicMapReference
INTERNAL: An abstract topic map reference class that retrieves topic maps referenced through URLs.class
StoreFactoryReference
INTERNAL: 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. keyrefs
protected Map<TopicMapReferenceIF,String>
TopicMapSourceManager. refkeys
protected Collection<TopicMapReferenceIF>
ResourceTopicMapSource. reflist
protected Collection<TopicMapReferenceIF>
URLTopicMapSource. reflist
protected Map<String,TopicMapReferenceIF>
AbstractPathTopicMapSource. refmap
protected Collection<TopicMapReferenceIF>
DefaultTopicMapSource. refs
Methods in net.ontopia.topicmaps.entry that return TopicMapReferenceIF Modifier and Type Method Description abstract TopicMapReferenceIF
AbstractOntopolyTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)
protected TopicMapReferenceIF
AbstractPathTopicMapSource. createReference(URL url, String id, String title)
protected abstract TopicMapReferenceIF
AbstractPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)
TopicMapReferenceIF
AbstractOntopolyTopicMapSource. createTopicMap(String name, String baseAddress)
TopicMapReferenceIF
AbstractPathTopicMapSource. createTopicMap(String name, String baseAddress)
TopicMapReferenceIF
DefaultTopicMapSource. createTopicMap(String name, String baseAddress)
TopicMapReferenceIF
ResourceTopicMapSource. createTopicMap(String name, String baseAddress)
TopicMapReferenceIF
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.TopicMapReferenceIF
URLTopicMapSource. createTopicMap(String name, String baseAddress)
TopicMapReferenceIF
TopicMapRepositoryIF. getReferenceByKey(String refkey)
PUBLIC: Gets a topic map reference by its reference key.TopicMapReferenceIF
TopicMapSourceManager. 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 ofTopicMapReferenceIF
s 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 void
DefaultTopicMapSource. addReference(TopicMapReferenceIF reference)
INTERNAL: Adds the reference to the source and registers the source as the source of the reference.protected String
TopicMapSourceManager. createReferenceKey(TopicMapReferenceIF ref)
INTERNAL: Creates a unique id.String
TopicMapRepositoryIF. getReferenceKey(TopicMapReferenceIF ref)
PUBLIC: Gets the key used to identify the reference in the repository.String
TopicMapSourceManager. getReferenceKey(TopicMapReferenceIF ref)
void
DefaultTopicMapSource. 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 class
RDBMSTopicMapReference
INTERNAL: 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. refmap
Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIF
RDBMSPatternSingleTopicMapSource. createTopicMap(String name, String baseAddress)
TopicMapReferenceIF
RDBMSSingleTopicMapSource. createTopicMap(String name, String baseAddress)
TopicMapReferenceIF
RDBMSTopicMapSource. 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 TopicMapReferenceIF
AbstractTopicMapStore. reference
Methods in net.ontopia.topicmaps.impl.utils that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIF
AbstractTopicMapStore. getReference()
Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapReferenceIF Modifier and Type Method Description void
AbstractTopicMapStore. 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 int
TopicMapReferenceComparator. 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 String
LinkGeneratorIF. 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 String
DefaultUniversalLinkGenerator. 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 String
ModelLinkGenerator. 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 TopicMapReferenceIF
OntopiaRestApplication. 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 TopicMapReferenceIF
TopicMapResolverIF. 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 interface
MTopicMapReference
-
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 TopicMapReferenceIF
AbstractOntopiaResource. 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 TopicMapReferenceIF
DefaultTopicMapResolver. 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 TopicMapReferenceIF
TopicMapResource.TopicMapWrapper. getReference()
Methods in net.ontopia.topicmaps.rest.v1.topicmap with parameters of type TopicMapReferenceIF Modifier and Type Method Description void
TopicMapController. change(TopicMapReferenceIF reference, TopicMapIF tm, TopicMap topicmap)
void
TopicMapController. 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 class
MergeReference
INTERNAL: 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 class
CTMTopicMapReference
INTERNAL: An CTM file topic map reference.Methods in net.ontopia.topicmaps.utils.ctm that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIF
CTMPathTopicMapSource. 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 class
LTMTopicMapReference
INTERNAL: An LTM file topic map reference.Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIF
LTMPathTopicMapSource. 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 class
RDFTopicMapReference
INTERNAL: An RDF file topic map reference.Methods in net.ontopia.topicmaps.utils.rdf that return TopicMapReferenceIF Modifier and Type Method Description protected TopicMapReferenceIF
RDFPathTopicMapSource. 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 TopicMapReferenceIF
TopicMapPreferences. topicMapReference
Methods in net.ontopia.topicmaps.utils.tmprefs that return TopicMapReferenceIF Modifier and Type Method Description protected abstract TopicMapReferenceIF
TopicMapPreferencesFactory. getSystemTopicMapReference(String key)
protected abstract TopicMapReferenceIF
TopicMapPreferencesFactory. getUserTopicMapReference(String key)
Methods in net.ontopia.topicmaps.utils.tmprefs with parameters of type TopicMapReferenceIF Modifier and Type Method Description protected TopicMapStoreIF
TopicMapPreferences. createStore(TopicMapReferenceIF topicMapReference, boolean readonly)
static TopicMapPreferences
TopicMapPreferences. createSystemRoot(TopicMapReferenceIF topicMapReference, TopicMapPreferencesFactory factory)
static TopicMapPreferences
TopicMapPreferences. 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 String
OpenRDBMSDialogBox. createTMString(TopicMapReferenceIF currentReference)
void
VizDesktop. 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 class
TMXMLTopicMapReference
INTERNAL: A TM/XML file topic map reference.class
XTMTopicMapReference
INTERNAL: An XTM document topic map reference.Methods in net.ontopia.topicmaps.xml that return TopicMapReferenceIF Modifier and Type Method Description TopicMapReferenceIF
TMXMLPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)
TopicMapReferenceIF
XTMPathTopicMapSource. 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 TopicMapReferenceIF
TopicMapReference. getReference()
-