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 classIndexManagerINTERNAL: 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 classIndexManagerINTERNAL: The rdbms index manager.Fields in net.ontopia.topicmaps.impl.rdbms.index declared as IndexManagerIF Modifier and Type Field Description protected IndexManagerIFRDBMSIndex. imanagerConstructors 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 classAbstractIndexManagerFields in net.ontopia.topicmaps.impl.utils declared as IndexManagerIF Modifier and Type Field Description protected IndexManagerIFAbstractTopicMapTransaction. imanagerMethods in net.ontopia.topicmaps.impl.utils that return IndexManagerIF Modifier and Type Method Description IndexManagerIFAbstractTopicMapTransaction. getIndexManager()IndexManagerIFTopicMapTransactionIF. getIndexManager()Deprecated.PUBLIC: Gets the index manager that manages the topic map indexes in the transaction.
-