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 voidFulltextImplementationIF. 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 TopicMapStoreIF Modifier and Type Method Description voidLuceneFulltextImplementation. storeOpened(TopicMapStoreIF store)voidLuceneFulltextImplementation. 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 TopicMapStoreIFTopicMapStoreFactoryIF. createStore()PUBLIC: Creates a topic map store object.TopicMapStoreIFTopicMapIF. 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 TopicMapStoreIFAbstractURLTopicMapReference. storeMethods in net.ontopia.topicmaps.entry that return TopicMapStoreIF Modifier and Type Method Description abstract TopicMapStoreIFAbstractTopicMapReference. createStore(boolean readonly)TopicMapStoreIFAbstractURLTopicMapReference. createStore(boolean readonly)TopicMapStoreIFStoreFactoryReference. createStore(boolean readonly)TopicMapStoreIFTopicMapReferenceIF. createStore(boolean readonly)PUBLIC: Creates a topic map store that lets you access the referenced topic map.TopicMapStoreIFTopicMapRepositoryIF. 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.TopicMapStoreIFTopicMapSourceManager. createStore(String refkey, boolean readonly)Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapStoreIF Modifier and Type Method Description voidAbstractTopicMapReference. 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 TopicMapStoreIF Modifier and Type Class Description classInMemoryTopicMapStorePUBLIC: The in-memory TopicMapStoreIF implementation.Methods in net.ontopia.topicmaps.impl.basic that return TopicMapStoreIF Modifier and Type Method Description TopicMapStoreIFInMemoryStoreFactory. createStore()TopicMapStoreIFTopicMap. 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 classRDBMSTopicMapStorePUBLIC: The rdbms topic map store implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapStoreIF Modifier and Type Method Description TopicMapStoreIFRDBMSStoreFactory. createStore()TopicMapStoreIFRDBMSTopicMapReference. createStore(boolean readonly)TopicMapStoreIFReadOnlyTopicMap. getStore()TopicMapStoreIFTopicMap. getStore()Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMapStoreIF Modifier and Type Method Description voidRDBMSTopicMapReference. 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 classRemoteTopicMapStoreINTERNAL: 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 classAbstractTopicMapStoreINTERNAL: 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. storesMethods in net.ontopia.topicmaps.impl.utils that return TopicMapStoreIF Modifier and Type Method Description TopicMapStoreIFAbstractTopicMapTransaction. getStore()TopicMapStoreIFTopicMapTransactionIF. 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 TopicMapStoreIFThreadLocalStoreServletFilter. 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 TopicMapStoreIFAbstractTransactionalResource. store -
Uses of TopicMapStoreIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as TopicMapStoreIF Modifier and Type Field Description protected TopicMapStoreIFMergeReference. storeprotected TopicMapStoreIFSameStoreFactory. storeMethods in net.ontopia.topicmaps.utils that return TopicMapStoreIF Modifier and Type Method Description protected TopicMapStoreIFMergeReference. createStore()TopicMapStoreIFMergeReference. createStore(boolean readonly)TopicMapStoreIFSameStoreFactory. 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 TopicMapStoreIFTopicMapPreferences. createStore(TopicMapReferenceIF topicMapReference, boolean readonly)
-