Uses of Interface
net.ontopia.topicmaps.core.TopicMapStoreIF
-
Packages that use TopicMapStoreIF 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.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations.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.remote net.ontopia.topicmaps.impl.tmapi2 net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations.net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.rest.resources 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.tmprefs -
-
Uses of TopicMapStoreIF in net.ontopia.infoset.fulltext.core
Methods in net.ontopia.infoset.fulltext.core with parameters of type TopicMapStoreIF Modifier and Type Method Description void
FulltextImplementationIF. storeOpened(TopicMapStoreIF store)
void
FulltextImplementationIF. 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 TopicMapStoreIF Modifier and Type Method Description void
LuceneFulltextImplementation. storeOpened(TopicMapStoreIF store)
void
LuceneFulltextImplementation. synchronize(TopicMapStoreIF store)
-
Uses of TopicMapStoreIF in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that return TopicMapStoreIF Modifier and Type Method Description TopicMapStoreIF
TopicMapStoreFactoryIF. createStore()
PUBLIC: Creates a topic map store object.TopicMapStoreIF
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 TopicMapStoreIF Modifier and Type Field Description protected TopicMapStoreIF
AbstractURLTopicMapReference. store
Methods in net.ontopia.topicmaps.entry that return TopicMapStoreIF Modifier and Type Method Description abstract TopicMapStoreIF
AbstractTopicMapReference. createStore(boolean readonly)
TopicMapStoreIF
AbstractURLTopicMapReference. createStore(boolean readonly)
TopicMapStoreIF
StoreFactoryReference. createStore(boolean readonly)
TopicMapStoreIF
TopicMapReferenceIF. createStore(boolean readonly)
PUBLIC: Creates a topic map store that lets you access the referenced topic map.TopicMapStoreIF
TopicMapRepositoryIF. createStore(String refkey, boolean readonly)
PUBLIC: Creates a new topic map store for the given topic map id.static TopicMapStoreIF
TopicMaps. createStore(String topicmapId, boolean readOnly)
PUBLIC: Returns a new TopicMapStoreIF from the default repository.static TopicMapStoreIF
TopicMaps. createStore(String topicmapId, boolean readOnly, String repositoryId)
PUBLIC: Returns a new TopicMapStoreIF from the given repository.TopicMapStoreIF
TopicMapSourceManager. createStore(String refkey, boolean readonly)
Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapStoreIF Modifier and Type Method Description void
AbstractTopicMapReference. storeClosed(TopicMapStoreIF store)
void
StoreFactoryReference. storeClosed(TopicMapStoreIF store)
void
TopicMapReferenceIF. storeClosed(TopicMapStoreIF store)
INTERNAL: Callback from the specified TopicMapStoreIF after it has been closed.void
AbstractOntopolyURLReference. 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 TopicMapStoreIF Modifier and Type Class Description class
InMemoryTopicMapStore
PUBLIC: The in-memory TopicMapStoreIF implementation.Methods in net.ontopia.topicmaps.impl.basic that return TopicMapStoreIF Modifier and Type Method Description TopicMapStoreIF
InMemoryStoreFactory. createStore()
TopicMapStoreIF
TopicMap. getStore()
-
Uses of TopicMapStoreIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapStoreIF Modifier and Type Class Description class
RDBMSTopicMapStore
PUBLIC: The rdbms topic map store implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapStoreIF Modifier and Type Method Description TopicMapStoreIF
RDBMSStoreFactory. createStore()
TopicMapStoreIF
RDBMSTopicMapReference. createStore(boolean readonly)
TopicMapStoreIF
ReadOnlyTopicMap. getStore()
TopicMapStoreIF
TopicMap. getStore()
Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMapStoreIF Modifier and Type Method Description void
RDBMSTopicMapReference. storeClosed(TopicMapStoreIF store)
-
Uses of TopicMapStoreIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement TopicMapStoreIF Modifier and Type Class Description class
RemoteTopicMapStore
INTERNAL: 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 Constructor Description TopicMapImpl(TopicMapSystemIF tmsystem, TopicMapStoreIF store)
-
Uses of TopicMapStoreIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement TopicMapStoreIF Modifier and Type Class Description class
AbstractTopicMapStore
INTERNAL: An abstract TopicMapStoreIF implementation.Fields in net.ontopia.topicmaps.impl.utils with type parameters of type TopicMapStoreIF Modifier and Type Field Description Collection<TopicMapStoreIF>
StorePoolableObjectFactory. stores
Methods in net.ontopia.topicmaps.impl.utils that return TopicMapStoreIF Modifier and Type Method Description TopicMapStoreIF
AbstractTopicMapTransaction. getStore()
TopicMapStoreIF
TopicMapTransactionIF. getStore()
Deprecated.PUBLIC: Gets the store to which the transaction is connected. -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils that return TopicMapStoreIF Modifier and Type Method Description static TopicMapStoreIF
ThreadLocalStoreServletFilter. getStore()
-
Uses of TopicMapStoreIF in net.ontopia.topicmaps.rest.resources
Fields in net.ontopia.topicmaps.rest.resources declared as TopicMapStoreIF Modifier and Type Field Description protected TopicMapStoreIF
AbstractTransactionalResource. store
-
Uses of TopicMapStoreIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as TopicMapStoreIF Modifier and Type Field Description protected TopicMapStoreIF
MergeReference. store
protected TopicMapStoreIF
SameStoreFactory. store
Methods in net.ontopia.topicmaps.utils that return TopicMapStoreIF Modifier and Type Method Description protected TopicMapStoreIF
MergeReference. createStore()
TopicMapStoreIF
MergeReference. createStore(boolean readonly)
TopicMapStoreIF
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 TopicMapStoreIF Constructor Description SameStoreFactory(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 TopicMapStoreIF Modifier and Type Method Description protected TopicMapStoreIF
TopicMapPreferences. createStore(TopicMapReferenceIF topicMapReference, boolean readonly)
-