Uses of Interface
net.ontopia.topicmaps.core.TopicMapStoreFactoryIF
Packages that use TopicMapStoreFactoryIF
Package
Description
High level interfaces for locating and maintaining references to
topic maps.
The in-memory implementation of the core topic map interfaces.
Relational database implementation of the core topic map
interfaces.
INTERNAL: Classes that are used by many implementations.
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 JSON Topic Map
Notation (or JTM) format for topic maps.
This package provides support for the textual Linear Topic Map
Notation (or LTM) format for topic maps.
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 TopicMapStoreFactoryIFModifier and TypeFieldDescriptionprotected TopicMapStoreFactoryIFStoreFactoryReference.sfactory_roprotected TopicMapStoreFactoryIFStoreFactoryReference.sfactory_rwConstructors in net.ontopia.topicmaps.entry with parameters of type TopicMapStoreFactoryIFModifierConstructorDescriptionStoreFactoryReference(String id, String title, TopicMapStoreFactoryIF sfactory) StoreFactoryReference(String id, 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 TopicMapStoreFactoryIFModifier and TypeClassDescriptionclassPUBLIC: The in-memory TopicMapStoreFactoryIF implementation. -
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapStoreFactoryIFModifier and TypeClassDescriptionclassPUBLIC: The RDBMS TopicMapStoreFactoryIF implementation. -
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapStoreFactoryIFModifier and TypeFieldDescriptionprotected TopicMapStoreFactoryIFStorePoolableObjectFactory.sfactoryprotected TopicMapStoreFactoryIFAbstractTopicMapReader.store_factoryMethods in net.ontopia.topicmaps.impl.utils that return TopicMapStoreFactoryIFModifier and TypeMethodDescriptionAbstractTopicMapReader.getStoreFactory()PUBLIC: Gets the store factory which will be used to create stores.Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapStoreFactoryIFModifier and TypeMethodDescriptionprotected abstract TopicMapIFAbstractTopicMapReader.read(TopicMapStoreFactoryIF store_factory) protected Collection<TopicMapIF>AbstractTopicMapReader.readAll(TopicMapStoreFactoryIF store_factory) voidAbstractTopicMapReader.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 -
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils
Classes in net.ontopia.topicmaps.utils that implement TopicMapStoreFactoryIFModifier and TypeClassDescriptionclassPUBLIC: A store factory that always returns the store given to it via its constructor.Fields in net.ontopia.topicmaps.utils declared as TopicMapStoreFactoryIFConstructors in net.ontopia.topicmaps.utils with parameters of type TopicMapStoreFactoryIFModifierConstructorDescriptionMergeReference(String id, String title, TopicMapStoreFactoryIF sfactory, TopicMapRepositoryIF repository, List<String> 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 TopicMapStoreFactoryIFModifier and TypeMethodDescriptionprotected TopicMapIFCTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) -
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.jtm
Methods in net.ontopia.topicmaps.utils.jtm with parameters of type TopicMapStoreFactoryIFModifier and TypeMethodDescriptionprotected TopicMapIFJTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) -
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.ltm
Methods in net.ontopia.topicmaps.utils.ltm with parameters of type TopicMapStoreFactoryIFModifier and TypeMethodDescriptionprotected TopicMapIFLTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) -
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.tmrap
Fields in net.ontopia.topicmaps.utils.tmrap declared as TopicMapStoreFactoryIFMethods in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicMapStoreFactoryIFModifier and TypeMethodDescriptionvoidRemoteTopicIndex.setStoreFactory(TopicMapStoreFactoryIF storefactory) Constructors in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicMapStoreFactoryIFModifierConstructorDescriptionRemoteTopicIndex(String editBaseuri, String viewBaseuri, TopicMapStoreFactoryIF factory) RemoteTopicIndex(String editBaseuri, String viewBaseuri, TopicMapStoreFactoryIF factory, String tmid) -
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.utils.xfml
Fields in net.ontopia.topicmaps.utils.xfml declared as TopicMapStoreFactoryIFModifier and TypeFieldDescriptionprotected TopicMapStoreFactoryIFXFMLTopicMapReader.store_factoryprotected TopicMapStoreFactoryIFXFMLContentHandler.storesMethods in net.ontopia.topicmaps.utils.xfml that return TopicMapStoreFactoryIFModifier and TypeMethodDescriptionXFMLTopicMapReader.getStoreFactory()PUBLIC: Gets the store factory which will be used to create stores.Methods in net.ontopia.topicmaps.utils.xfml with parameters of type TopicMapStoreFactoryIFModifier and TypeMethodDescriptionvoidXFMLTopicMapReader.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 TopicMapStoreFactoryIFModifierConstructorDescriptionXFMLContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address) XFMLContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address, Collection processed_documents) -
Uses of TopicMapStoreFactoryIF in net.ontopia.topicmaps.xml
Fields in net.ontopia.topicmaps.xml declared as TopicMapStoreFactoryIFModifier and TypeFieldDescriptionprotected TopicMapStoreFactoryIFXTMTopicMapReader.store_factoryprotected TopicMapStoreFactoryIFXTMContentHandler.storesMethods in net.ontopia.topicmaps.xml that return TopicMapStoreFactoryIFModifier and TypeMethodDescriptionXTMTopicMapReader.getStoreFactory()PUBLIC: Gets the store factory which will be used to create stores.Methods in net.ontopia.topicmaps.xml with parameters of type TopicMapStoreFactoryIFModifier and TypeMethodDescriptionprotected TopicMapIFXTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) protected CollectionXTMTopicMapReader.readAll(TopicMapStoreFactoryIF store_factory) voidXTMTopicMapReader.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 TopicMapStoreFactoryIFModifierConstructorDescriptionXTM2ContentHandler(TopicMapStoreFactoryIF store_factory, LocatorIF doc_address) XTM2ContentHandler(TopicMapStoreFactoryIF store_factory, LocatorIF doc_address, Set read_documents) XTMContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address) XTMContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address, Collection<LocatorIF> processed_documents) XTMSnifferContentHandler(XTMTopicMapReader reader, TopicMapStoreFactoryIF store_factory, XMLReader parser, LocatorIF base_address)