Uses of Interface
net.ontopia.topicmaps.impl.utils.IndexManagerIF
Packages that use IndexManagerIF
Package
Description
Index classes for use with the basic implementation.
Index classes for use with the rdbms implementation.
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 IndexManagerIFModifier and TypeClassDescriptionclassINTERNAL: 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 IndexManagerIFFields in net.ontopia.topicmaps.impl.rdbms.index declared as IndexManagerIFConstructors in net.ontopia.topicmaps.impl.rdbms.index with parameters of type IndexManagerIF -
Uses of IndexManagerIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement IndexManagerIFFields in net.ontopia.topicmaps.impl.utils declared as IndexManagerIFMethods in net.ontopia.topicmaps.impl.utils that return IndexManagerIFModifier and TypeMethodDescriptionAbstractTopicMapTransaction.getIndexManager()TopicMapTransactionIF.getIndexManager()Deprecated.PUBLIC: Gets the index manager that manages the topic map indexes in the transaction.