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 |
Modifier and Type | Method and Description |
---|---|
void |
FulltextImplementationIF.storeOpened(TopicMapStoreIF store) |
void |
FulltextImplementationIF.synchronize(TopicMapStoreIF store) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneFulltextImplementation.storeOpened(TopicMapStoreIF store) |
void |
LuceneFulltextImplementation.synchronize(TopicMapStoreIF store) |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreIF |
AbstractURLTopicMapReference.store |
Modifier and Type | Field and Description |
---|---|
protected Map<Object,Map<String,TopicMapStoreIF>> |
StoreRegistry.txnusers
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TopicMapStoreIF |
StoreFactoryReference.createStore(boolean readonly) |
abstract TopicMapStoreIF |
AbstractTopicMapReference.createStore(boolean readonly) |
TopicMapStoreIF |
TopicMapReferenceIF.createStore(boolean readonly)
PUBLIC: Creates a topic map store that lets you access the
referenced topic map.
|
TopicMapStoreIF |
AbstractURLTopicMapReference.createStore(boolean readonly) |
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.
|
TopicMapStoreIF |
TopicMapSourceManager.createStore(String refkey,
boolean readonly) |
static TopicMapStoreIF |
TopicMaps.createStore(String topicmapId,
boolean readOnly,
String repositoryId)
PUBLIC: Returns a new TopicMapStoreIF from the given
repository.
|
TopicMapStoreIF |
StoreRegistry.getStore(Object txnuser,
String refkey)
Deprecated.
INTERNAL: Looks up a topic map store for a given transaction user
and topic map reference key.
|
TopicMapStoreIF |
UserStoreRegistry.getStore(String refkey)
Deprecated.
INTERNAL: Delegates to StoreRegistry.getStore(Object txnuser, String refkey).
|
TopicMapStoreIF |
StoreRegistry.openStore(Object txnuser,
String refkey,
boolean readonly)
Deprecated.
INTERNAL: Open a new topic store for the given transaction user
and reference key.
|
TopicMapStoreIF |
UserStoreRegistry.openStore(String refkey,
boolean readonly)
Deprecated.
INTERNAL: Delegates to StoreRegistry.openStore(Object txnuser,
String refkey, boolean readonly).
|
Modifier and Type | Method and Description |
---|---|
Collection<TopicMapStoreIF> |
UserStoreRegistry.getStores()
Deprecated.
INTERNAL: Delegates to StoreRegistry.getStores(Object txnuser).
|
Collection<TopicMapStoreIF> |
StoreRegistry.getStores(Object txnuser)
Deprecated.
INTERNAL: Returns a collection contains all stores that is
registered with the given transaction user.
|
Modifier and Type | Method and Description |
---|---|
String |
StoreRegistry.getReferenceKey(Object txnuser,
TopicMapStoreIF store)
Deprecated.
INTERNAL: Returns the reference key for the given transaction
user's topic map store.
|
String |
UserStoreRegistry.getReferenceKey(TopicMapStoreIF store)
Deprecated.
INTERNAL: Delegates to StoreRegistry.getReferenceKey(Object txnuser, TopicMapStoreIF store).
|
protected void |
StoreRegistry.putStore(Object txnuser,
String refkey,
TopicMapStoreIF store)
Deprecated.
|
void |
StoreFactoryReference.storeClosed(TopicMapStoreIF store) |
void |
AbstractTopicMapReference.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.
|
Constructor and Description |
---|
DefaultTopicMapReference(String id,
String title,
TopicMapStoreIF store)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTopicMapStore
PUBLIC: The in-memory TopicMapStoreIF implementation.
|
Modifier and Type | Method and Description |
---|---|
TopicMapStoreIF |
InMemoryStoreFactory.createStore() |
TopicMapStoreIF |
TopicMap.getStore() |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSTopicMapStore
PUBLIC: The rdbms topic map store implementation.
|
Modifier and Type | Method and Description |
---|---|
TopicMapStoreIF |
RDBMSStoreFactory.createStore() |
TopicMapStoreIF |
RDBMSTopicMapReference.createStore(boolean readonly) |
TopicMapStoreIF |
ReadOnlyTopicMap.getStore() |
TopicMapStoreIF |
TopicMap.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
RDBMSTopicMapReference.storeClosed(TopicMapStoreIF store) |
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
TopicMapImpl(TopicMapSystemIF tmsystem,
TopicMapStoreIF store) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopicMapStore
INTERNAL: An abstract TopicMapStoreIF implementation.
|
Modifier and Type | Field and Description |
---|---|
Collection<TopicMapStoreIF> |
StorePoolableObjectFactory.stores |
Modifier and Type | Method and Description |
---|---|
TopicMapStoreIF |
AbstractTopicMapTransaction.getStore() |
TopicMapStoreIF |
TopicMapTransactionIF.getStore()
Deprecated.
PUBLIC: Gets the store to which the transaction is connected.
|
Modifier and Type | Method and Description |
---|---|
static TopicMapStoreIF |
ThreadLocalStoreServletFilter.getStore() |
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreIF |
AbstractTransactionalResource.store |
Modifier and Type | Field and Description |
---|---|
protected TopicMapStoreIF |
MergeReference.store |
protected TopicMapStoreIF |
SameStoreFactory.store |
Modifier and Type | Method and Description |
---|---|
protected TopicMapStoreIF |
MergeReference.createStore() |
TopicMapStoreIF |
SameStoreFactory.createStore()
PUBLIC: Returns a topicmap store, which is the store given to the
constructor.
|
TopicMapStoreIF |
MergeReference.createStore(boolean readonly) |
Constructor and Description |
---|
SameStoreFactory(TopicMapStoreIF store)
PUBLIC: Creates a TopicMapStoreFactoryIF which persistently
references the given store
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapStoreIF |
TopicMapPreferences.createStore(TopicMapReferenceIF topicMapReference,
boolean readonly) |