|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicMapStoreFactoryIF | |
---|---|
net.ontopia.topicmaps.entry | High level interfaces for locating and maintaining references to topic maps. |
net.ontopia.topicmaps.impl.basic | The in-memory implementation of the core topic map interfaces. |
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.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.jtm | This package provides support for the JSON Topic Map Notation (or JTM) 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.tmrap | |
net.ontopia.topicmaps.utils.xfml | |
net.ontopia.topicmaps.xml | Classes for importing and exporting topic maps in the XML interchange format. |
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.entry |
---|
Fields in net.ontopia.topicmaps.entry declared as TopicMapStoreFactoryIF | |
---|---|
protected TopicMapStoreFactoryIF |
StoreFactoryReference.sfactory_ro
|
protected TopicMapStoreFactoryIF |
StoreFactoryReference.sfactory_rw
|
Constructors in net.ontopia.topicmaps.entry with parameters of type TopicMapStoreFactoryIF | |
---|---|
StoreFactoryReference(java.lang.String id,
java.lang.String title,
TopicMapStoreFactoryIF sfactory)
|
|
StoreFactoryReference(java.lang.String id,
java.lang.String title,
TopicMapStoreFactoryIF sfactory_rw,
TopicMapStoreFactoryIF sfactory_ro)
|
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.impl.basic |
---|
Classes in net.ontopia.topicmaps.impl.basic that implement TopicMapStoreFactoryIF | |
---|---|
class |
InMemoryStoreFactory
PUBLIC: The in-memory TopicMapStoreFactoryIF implementation. |
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.impl.rdbms |
---|
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapStoreFactoryIF | |
---|---|
class |
RDBMSStoreFactory
PUBLIC: The RDBMS TopicMapStoreFactoryIF implementation. |
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.impl.utils |
---|
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapStoreFactoryIF | |
---|---|
protected TopicMapStoreFactoryIF |
StorePoolableObjectFactory.sfactory
|
protected TopicMapStoreFactoryIF |
AbstractTopicMapReader.store_factory
|
Methods in net.ontopia.topicmaps.impl.utils that return TopicMapStoreFactoryIF | |
---|---|
TopicMapStoreFactoryIF |
AbstractTopicMapReader.getStoreFactory()
PUBLIC: Gets the store factory which will be used to create stores. |
Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapStoreFactoryIF | |
---|---|
protected abstract TopicMapIF |
AbstractTopicMapReader.read(TopicMapStoreFactoryIF store_factory)
|
protected java.util.Collection<TopicMapIF> |
AbstractTopicMapReader.readAll(TopicMapStoreFactoryIF store_factory)
|
void |
AbstractTopicMapReader.setStoreFactory(TopicMapStoreFactoryIF store_factory)
PUBLIC: Sets the store factory which will be used to create stores. |
Constructors in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapStoreFactoryIF | |
---|---|
StorePoolableObjectFactory(TopicMapStoreFactoryIF sfactory)
|
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils |
---|
Classes in net.ontopia.topicmaps.utils that implement TopicMapStoreFactoryIF | |
---|---|
class |
SameStoreFactory
PUBLIC: A store factory that always returns the store given to it via its constructor. |
Fields in net.ontopia.topicmaps.utils declared as TopicMapStoreFactoryIF | |
---|---|
protected TopicMapStoreFactoryIF |
MergeReference.sfactory
|
Constructors in net.ontopia.topicmaps.utils with parameters of type TopicMapStoreFactoryIF | |
---|---|
MergeReference(java.lang.String id,
java.lang.String title,
TopicMapStoreFactoryIF sfactory,
TopicMapRepositoryIF repository,
java.util.List refkeys)
INTERNAL: Creates a TopicMapReferenceIF which references the result of merging a number of topic maps |
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.ctm |
---|
Methods in net.ontopia.topicmaps.utils.ctm with parameters of type TopicMapStoreFactoryIF | |
---|---|
protected TopicMapIF |
CTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory)
|
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.jtm |
---|
Methods in net.ontopia.topicmaps.utils.jtm with parameters of type TopicMapStoreFactoryIF | |
---|---|
protected TopicMapIF |
JTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory)
|
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.ltm |
---|
Methods in net.ontopia.topicmaps.utils.ltm with parameters of type TopicMapStoreFactoryIF | |
---|---|
protected TopicMapIF |
LTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory)
|
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.tmrap |
---|
Fields in net.ontopia.topicmaps.utils.tmrap declared as TopicMapStoreFactoryIF | |
---|---|
protected TopicMapStoreFactoryIF |
RemoteTopicIndex.storefactory
|
Methods in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicMapStoreFactoryIF | |
---|---|
void |
RemoteTopicIndex.setStoreFactory(TopicMapStoreFactoryIF storefactory)
|
Constructors in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicMapStoreFactoryIF | |
---|---|
RemoteTopicIndex(java.lang.String editBaseuri,
java.lang.String viewBaseuri,
TopicMapStoreFactoryIF factory)
|
|
RemoteTopicIndex(java.lang.String editBaseuri,
java.lang.String viewBaseuri,
TopicMapStoreFactoryIF factory,
java.lang.String tmid)
|
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.xfml |
---|
Fields in net.ontopia.topicmaps.utils.xfml declared as TopicMapStoreFactoryIF | |
---|---|
protected TopicMapStoreFactoryIF |
XFMLTopicMapReader.store_factory
|
protected TopicMapStoreFactoryIF |
XFMLContentHandler.stores
|
Methods in net.ontopia.topicmaps.utils.xfml that return TopicMapStoreFactoryIF | |
---|---|
TopicMapStoreFactoryIF |
XFMLTopicMapReader.getStoreFactory()
PUBLIC: Gets the store factory which will be used to create stores. |
Methods in net.ontopia.topicmaps.utils.xfml with parameters of type TopicMapStoreFactoryIF | |
---|---|
void |
XFMLTopicMapReader.setStoreFactory(TopicMapStoreFactoryIF store_factory)
PUBLIC: Sets the store factory which will be used to create stores. |
Constructors in net.ontopia.topicmaps.utils.xfml with parameters of type TopicMapStoreFactoryIF | |
---|---|
XFMLContentHandler(TopicMapStoreFactoryIF stores,
XMLReaderFactoryIF xrfactory,
LocatorIF base_address)
|
|
XFMLContentHandler(TopicMapStoreFactoryIF stores,
XMLReaderFactoryIF xrfactory,
LocatorIF base_address,
java.util.Collection processed_documents)
|
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.xml |
---|
Fields in net.ontopia.topicmaps.xml declared as TopicMapStoreFactoryIF | |
---|---|
protected TopicMapStoreFactoryIF |
XTMTopicMapReader.store_factory
|
protected TopicMapStoreFactoryIF |
XTMContentHandler.stores
|
Methods in net.ontopia.topicmaps.xml that return TopicMapStoreFactoryIF | |
---|---|
TopicMapStoreFactoryIF |
XTMTopicMapReader.getStoreFactory()
PUBLIC: Gets the store factory which will be used to create stores. |
Methods in net.ontopia.topicmaps.xml with parameters of type TopicMapStoreFactoryIF | |
---|---|
protected TopicMapIF |
XTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory)
|
protected java.util.Collection |
XTMTopicMapReader.readAll(TopicMapStoreFactoryIF store_factory)
|
void |
XTMTopicMapReader.setStoreFactory(TopicMapStoreFactoryIF store_factory)
PUBLIC: Sets the store factory which will be used to create stores. |
Constructors in net.ontopia.topicmaps.xml with parameters of type TopicMapStoreFactoryIF | |
---|---|
XTM2ContentHandler(TopicMapStoreFactoryIF store_factory,
XMLReaderFactoryIF xrfactory,
LocatorIF doc_address)
|
|
XTM2ContentHandler(TopicMapStoreFactoryIF store_factory,
XMLReaderFactoryIF xrfactory,
LocatorIF doc_address,
java.util.Set read_documents)
|
|
XTMContentHandler(TopicMapStoreFactoryIF stores,
XMLReaderFactoryIF xrfactory,
LocatorIF base_address)
|
|
XTMContentHandler(TopicMapStoreFactoryIF stores,
XMLReaderFactoryIF xrfactory,
LocatorIF base_address,
java.util.Collection processed_documents)
|
|
XTMSnifferContentHandler(XTMTopicMapReader reader,
TopicMapStoreFactoryIF store_factory,
org.xml.sax.XMLReader parser,
LocatorIF base_address)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |