|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicMapReferenceIF | |
---|---|
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.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.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.viz | |
net.ontopia.topicmaps.webed.impl.utils | |
net.ontopia.topicmaps.webed.utils | Utility classes for the Web Editor Framework; useful for writing Web Editor applications. |
net.ontopia.topicmaps.xml | Classes for importing and exporting topic maps in the XML interchange format. |
ontopoly.sysmodel |
Uses of TopicMapReferenceIF in net.ontopia.persistence.proxy |
---|
Methods in net.ontopia.persistence.proxy with parameters of type TopicMapReferenceIF | |
---|---|
void |
RDBMSStorage.writeReport(java.io.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 | |
---|---|
TopicMapReferenceIF |
TopicMapStoreIF.getReference()
INTERNAL: Returns a topic map reference for this store. |
Methods in net.ontopia.topicmaps.core with parameters of type TopicMapReferenceIF | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected TopicMapReferenceIF |
SynchronizationTask.ref
|
Methods in net.ontopia.topicmaps.db2tm with parameters of type TopicMapReferenceIF | |
---|---|
void |
SynchronizationTask.setTopicMapReference(TopicMapReferenceIF ref)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.entry |
---|
Classes in net.ontopia.topicmaps.entry that implement TopicMapReferenceIF | |
---|---|
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 |
DefaultTopicMapReference
Deprecated. Class is now superseded by StoreFactoryReference. |
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 | |
---|---|
protected java.util.Map<java.lang.String,TopicMapReferenceIF> |
TopicMapSourceManager.keyrefs
|
protected java.util.Map<TopicMapReferenceIF,java.lang.String> |
TopicMapSourceManager.refkeys
|
protected java.util.Collection<TopicMapReferenceIF> |
URLTopicMapSource.reflist
|
protected java.util.Collection<TopicMapReferenceIF> |
ResourceTopicMapSource.reflist
|
protected java.util.Map<java.lang.String,TopicMapReferenceIF> |
AbstractPathTopicMapSource.refmap
|
protected java.util.Collection<TopicMapReferenceIF> |
DefaultTopicMapSource.refs
|
Methods in net.ontopia.topicmaps.entry that return TopicMapReferenceIF | |
---|---|
protected TopicMapReferenceIF |
AbstractPathTopicMapSource.createReference(java.net.URL url,
java.lang.String id,
java.lang.String title)
|
protected abstract TopicMapReferenceIF |
AbstractPathTopicMapSource.createReference(java.net.URL url,
java.lang.String id,
java.lang.String title,
LocatorIF base_address)
|
abstract TopicMapReferenceIF |
AbstractOntopolyTopicMapSource.createReference(java.net.URL url,
java.lang.String id,
java.lang.String title,
LocatorIF base_address)
|
TopicMapReferenceIF |
URLTopicMapSource.createTopicMap(java.lang.String name,
java.lang.String baseAddress)
|
TopicMapReferenceIF |
TopicMapSourceIF.createTopicMap(java.lang.String name,
java.lang.String baseAddressURI)
PUBLIC: Creates a new topic map in the underlying source and returns a reference to the created topic map. |
TopicMapReferenceIF |
ResourceTopicMapSource.createTopicMap(java.lang.String name,
java.lang.String baseAddress)
|
TopicMapReferenceIF |
DefaultTopicMapSource.createTopicMap(java.lang.String name,
java.lang.String baseAddress)
|
TopicMapReferenceIF |
AbstractPathTopicMapSource.createTopicMap(java.lang.String name,
java.lang.String baseAddress)
|
TopicMapReferenceIF |
AbstractOntopolyTopicMapSource.createTopicMap(java.lang.String name,
java.lang.String baseAddress)
|
TopicMapReferenceIF |
TopicMapSourceManager.getReferenceById(java.lang.String reference_id)
Deprecated. replaced by getReferenceByKey(String) |
TopicMapReferenceIF |
TopicMapSourceManager.getReferenceByKey(java.lang.String key)
|
TopicMapReferenceIF |
TopicMapRepositoryIF.getReferenceByKey(java.lang.String refkey)
PUBLIC: Gets a topic map reference by its reference key. |
Methods in net.ontopia.topicmaps.entry that return types with arguments of type TopicMapReferenceIF | |
---|---|
java.util.Collection<TopicMapReferenceIF> |
URLTopicMapSource.getReferences()
|
java.util.Collection<TopicMapReferenceIF> |
TopicMapSourceManager.getReferences()
|
java.util.Collection<TopicMapReferenceIF> |
TopicMapSourceIF.getReferences()
PUBLIC: Returns an unmodifiable collection of TopicMapReferenceIF s found by the topic map source. |
java.util.Collection<TopicMapReferenceIF> |
TopicMapRepositoryIF.getReferences()
PUBLIC: Returns a collection containing all references. |
java.util.Collection<TopicMapReferenceIF> |
ResourceTopicMapSource.getReferences()
|
java.util.Collection<TopicMapReferenceIF> |
DefaultTopicMapSource.getReferences()
|
java.util.Collection<TopicMapReferenceIF> |
AbstractPathTopicMapSource.getReferences()
|
protected java.util.Map<java.lang.String,TopicMapReferenceIF> |
AbstractPathTopicMapSource.refreshFromFilesystem()
|
Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapReferenceIF | |
---|---|
void |
DefaultTopicMapSource.addReference(TopicMapReferenceIF reference)
INTERNAL: Adds the reference to the source and registers the source as the source of the reference. |
protected java.lang.String |
TopicMapSourceManager.createReferenceKey(TopicMapReferenceIF ref)
INTERNAL: Creates a unique id. |
java.lang.String |
TopicMapSourceManager.getReferenceKey(TopicMapReferenceIF ref)
|
java.lang.String |
TopicMapRepositoryIF.getReferenceKey(TopicMapReferenceIF ref)
PUBLIC: Gets the key used to identify the reference in the repository. |
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 | |
---|---|
DefaultTopicMapSource(TopicMapReferenceIF reference)
|
Constructor parameters in net.ontopia.topicmaps.entry with type arguments of type TopicMapReferenceIF | |
---|---|
DefaultTopicMapSource(java.util.Collection<TopicMapReferenceIF> refs)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.impl.rdbms |
---|
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapReferenceIF | |
---|---|
class |
RDBMSTopicMapReference
INTERNAL: RDBMS database topic map reference. |
Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapReferenceIF | |
---|---|
TopicMapReferenceIF |
RDBMSTopicMapSource.createTopicMap(java.lang.String name,
java.lang.String baseAddress)
|
TopicMapReferenceIF |
RDBMSSingleTopicMapSource.createTopicMap(java.lang.String name,
java.lang.String baseAddress)
|
TopicMapReferenceIF |
RDBMSPatternSingleTopicMapSource.createTopicMap(java.lang.String name,
java.lang.String baseAddress)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.impl.utils |
---|
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapReferenceIF | |
---|---|
protected TopicMapReferenceIF |
AbstractTopicMapStore.reference
|
Methods in net.ontopia.topicmaps.impl.utils that return TopicMapReferenceIF | |
---|---|
TopicMapReferenceIF |
AbstractTopicMapStore.getReference()
|
Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapReferenceIF | |
---|---|
void |
AbstractTopicMapStore.setReference(TopicMapReferenceIF reference)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.nav2.core |
---|
Methods in net.ontopia.topicmaps.nav2.core with parameters of type TopicMapReferenceIF | |
---|---|
java.lang.String |
LinkGeneratorIF.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.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 | |
---|---|
java.lang.String |
DefaultUniversalLinkGenerator.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.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 | |
---|---|
java.lang.String |
ModelLinkGenerator.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.String template)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils |
---|
Classes in net.ontopia.topicmaps.utils that implement TopicMapReferenceIF | |
---|---|
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 | |
---|---|
class |
CTMTopicMapReference
INTERNAL: An CTM file topic map reference. |
Methods in net.ontopia.topicmaps.utils.ctm that return TopicMapReferenceIF | |
---|---|
TopicMapReferenceIF |
CTMPathTopicMapSource.createReference(java.net.URL url,
java.lang.String id,
java.lang.String title,
LocatorIF base)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils.ltm |
---|
Classes in net.ontopia.topicmaps.utils.ltm that implement TopicMapReferenceIF | |
---|---|
class |
LTMTopicMapReference
INTERNAL: An LTM file topic map reference. |
Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapReferenceIF | |
---|---|
TopicMapReferenceIF |
LTMPathTopicMapSource.createReference(java.net.URL url,
java.lang.String id,
java.lang.String title,
LocatorIF base)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.utils.rdf |
---|
Classes in net.ontopia.topicmaps.utils.rdf that implement TopicMapReferenceIF | |
---|---|
class |
RDFTopicMapReference
INTERNAL: An RDF file topic map reference. |
Methods in net.ontopia.topicmaps.utils.rdf that return TopicMapReferenceIF | |
---|---|
protected TopicMapReferenceIF |
RDFPathTopicMapSource.createReference(java.net.URL url,
java.lang.String id,
java.lang.String title,
LocatorIF base_address)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.viz |
---|
Methods in net.ontopia.topicmaps.viz with parameters of type TopicMapReferenceIF | |
---|---|
static java.lang.String |
OpenRDBMSDialogBox.createTMString(TopicMapReferenceIF currentReference)
|
void |
VizDesktop.loadTopicMap(TopicMapReferenceIF tmReference,
java.lang.String configFilePath)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.webed.impl.utils |
---|
Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type TopicMapReferenceIF | |
---|---|
java.lang.String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.String template)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.webed.utils |
---|
Methods in net.ontopia.topicmaps.webed.utils with parameters of type TopicMapReferenceIF | |
---|---|
java.lang.String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.String template)
|
Uses of TopicMapReferenceIF in net.ontopia.topicmaps.xml |
---|
Classes in net.ontopia.topicmaps.xml that implement TopicMapReferenceIF | |
---|---|
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 | |
---|---|
TopicMapReferenceIF |
XTMPathTopicMapSource.createReference(java.net.URL url,
java.lang.String id,
java.lang.String title,
LocatorIF base_address)
|
TopicMapReferenceIF |
TMXMLPathTopicMapSource.createReference(java.net.URL url,
java.lang.String id,
java.lang.String title,
LocatorIF base_address)
|
Uses of TopicMapReferenceIF in ontopoly.sysmodel |
---|
Methods in ontopoly.sysmodel that return TopicMapReferenceIF | |
---|---|
protected TopicMapReferenceIF |
TopicMapReference.getReference()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |