Uses of Interface
net.ontopia.topicmaps.impl.utils.IndexManagerIF
-
Packages that use IndexManagerIF Package Description net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation.net.ontopia.topicmaps.impl.rdbms.index Index classes for use with the rdbms implementation.net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. -
-
Uses of IndexManagerIF in net.ontopia.topicmaps.impl.basic.index
Classes in net.ontopia.topicmaps.impl.basic.index that implement IndexManagerIF Modifier and Type Class Description class
IndexManager
INTERNAL: The basic index manager implementation. -
Uses of IndexManagerIF in net.ontopia.topicmaps.impl.rdbms.index
Classes in net.ontopia.topicmaps.impl.rdbms.index that implement IndexManagerIF Modifier and Type Class Description class
IndexManager
INTERNAL: The rdbms index manager.Fields in net.ontopia.topicmaps.impl.rdbms.index declared as IndexManagerIF Modifier and Type Field Description protected IndexManagerIF
RDBMSIndex. imanager
Constructors in net.ontopia.topicmaps.impl.rdbms.index with parameters of type IndexManagerIF Constructor Description RDBMSIndex(IndexManagerIF imanager)
-
Uses of IndexManagerIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement IndexManagerIF Modifier and Type Class Description class
AbstractIndexManager
Fields in net.ontopia.topicmaps.impl.utils declared as IndexManagerIF Modifier and Type Field Description protected IndexManagerIF
AbstractTopicMapTransaction. imanager
Methods in net.ontopia.topicmaps.impl.utils that return IndexManagerIF Modifier and Type Method Description IndexManagerIF
AbstractTopicMapTransaction. getIndexManager()
IndexManagerIF
TopicMapTransactionIF. getIndexManager()
Deprecated.PUBLIC: Gets the index manager that manages the topic map indexes in the transaction.
-