Uses of Interface
net.ontopia.topicmaps.core.TopicMapStoreIF
Packages that use TopicMapStoreIF
Package
Description
Interfaces for working with fulltext indexes.
The Lucene fulltext integration.
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
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.
Provides utility classes for the Navigator Tag Libraries and
Framework.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
-
Uses of TopicMapStoreIF in net.ontopia.infoset.fulltext.core
Methods in net.ontopia.infoset.fulltext.core with parameters of type TopicMapStoreIFModifier and TypeMethodDescriptionvoidFulltextImplementationIF.storeOpened(TopicMapStoreIF store) voidFulltextImplementationIF.synchronize(TopicMapStoreIF store) -
Uses of TopicMapStoreIF in net.ontopia.infoset.fulltext.impl.lucene
Methods in net.ontopia.infoset.fulltext.impl.lucene with parameters of type TopicMapStoreIFModifier and TypeMethodDescriptionvoidLuceneFulltextImplementation.storeOpened(TopicMapStoreIF store) voidLuceneFulltextImplementation.synchronize(TopicMapStoreIF store) -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that return TopicMapStoreIFModifier and TypeMethodDescriptionTopicMapStoreFactoryIF.createStore()PUBLIC: Creates a topic map store object.TopicMapIF.getStore()PUBLIC: Gets the store to which the topic map's transaction is connected. -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.entry
Fields in net.ontopia.topicmaps.entry declared as TopicMapStoreIFMethods in net.ontopia.topicmaps.entry that return TopicMapStoreIFModifier and TypeMethodDescriptionabstract TopicMapStoreIFAbstractTopicMapReference.createStore(boolean readonly) AbstractURLTopicMapReference.createStore(boolean readonly) StoreFactoryReference.createStore(boolean readonly) TopicMapReferenceIF.createStore(boolean readonly) PUBLIC: Creates a topic map store that lets you access the referenced topic map.TopicMapRepositoryIF.createStore(String refkey, boolean readonly) PUBLIC: Creates a new topic map store for the given topic map id.static TopicMapStoreIFTopicMaps.createStore(String topicmapId, boolean readOnly) PUBLIC: Returns a new TopicMapStoreIF from the default repository.static TopicMapStoreIFTopicMaps.createStore(String topicmapId, boolean readOnly, String repositoryId) PUBLIC: Returns a new TopicMapStoreIF from the given repository.TopicMapSourceManager.createStore(String refkey, boolean readonly) Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapStoreIFModifier and TypeMethodDescriptionvoidAbstractTopicMapReference.storeClosed(TopicMapStoreIF store) voidStoreFactoryReference.storeClosed(TopicMapStoreIF store) voidTopicMapReferenceIF.storeClosed(TopicMapStoreIF store) INTERNAL: Callback from the specified TopicMapStoreIF after it has been closed.voidAbstractOntopolyURLReference.synchronizeFulltextIndex(TopicMapStoreIF store) INTERNAL: Synchronizes the underlying fulltext index with the latest changes in the topic map. -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement TopicMapStoreIFModifier and TypeClassDescriptionclassPUBLIC: The in-memory TopicMapStoreIF implementation.Methods in net.ontopia.topicmaps.impl.basic that return TopicMapStoreIF -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapStoreIFModifier and TypeClassDescriptionclassPUBLIC: The rdbms topic map store implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapStoreIFModifier and TypeMethodDescriptionRDBMSStoreFactory.createStore()RDBMSTopicMapReference.createStore(boolean readonly) ReadOnlyTopicMap.getStore()TopicMap.getStore()Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMapStoreIF -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement TopicMapStoreIFModifier and TypeClassDescriptionclassINTERNAL: The remote (remote in the sense that it deals with remote topics - and not that the transactions work in a remote or distributed fashion) extension of AbstractTopicMapStore. -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.impl.tmapi2
Constructors in net.ontopia.topicmaps.impl.tmapi2 with parameters of type TopicMapStoreIF -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement TopicMapStoreIFModifier and TypeClassDescriptionclassINTERNAL: An abstract TopicMapStoreIF implementation.Fields in net.ontopia.topicmaps.impl.utils with type parameters of type TopicMapStoreIFMethods in net.ontopia.topicmaps.impl.utils that return TopicMapStoreIF -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.rest.resources
Fields in net.ontopia.topicmaps.rest.resources declared as TopicMapStoreIF -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as TopicMapStoreIFModifier and TypeFieldDescriptionprotected TopicMapStoreIFMergeReference.storeprotected TopicMapStoreIFSameStoreFactory.storeMethods in net.ontopia.topicmaps.utils that return TopicMapStoreIFModifier and TypeMethodDescriptionprotected TopicMapStoreIFMergeReference.createStore()MergeReference.createStore(boolean readonly) SameStoreFactory.createStore()PUBLIC: Returns a topicmap store, which is the store given to the constructor.Constructors in net.ontopia.topicmaps.utils with parameters of type TopicMapStoreIFModifierConstructorDescriptionSameStoreFactory(TopicMapStoreIF store) PUBLIC: Creates a TopicMapStoreFactoryIF which persistently references the given store -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.utils.tmprefs
Methods in net.ontopia.topicmaps.utils.tmprefs that return TopicMapStoreIFModifier and TypeMethodDescriptionprotected TopicMapStoreIFTopicMapPreferences.createStore(TopicMapReferenceIF topicMapReference, boolean readonly)