Uses of Class
net.ontopia.topicmaps.impl.utils.ObjectTreeManager
-
Packages that use ObjectTreeManager Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. -
-
Uses of ObjectTreeManager in net.ontopia.topicmaps.impl.basic
Fields in net.ontopia.topicmaps.impl.basic declared as ObjectTreeManager Modifier and Type Field Description protected ObjectTreeManager
InMemoryTopicMapTransaction. otree
Methods in net.ontopia.topicmaps.impl.basic that return ObjectTreeManager Modifier and Type Method Description ObjectTreeManager
InMemoryTopicMapTransaction. getObjectTreeManager()
-
Uses of ObjectTreeManager in net.ontopia.topicmaps.impl.basic.index
Constructors in net.ontopia.topicmaps.impl.basic.index with parameters of type ObjectTreeManager Constructor Description IndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory, EventManagerIF emanager, ObjectTreeManager otree, SubjectIdentityCache sicache)
-
Uses of ObjectTreeManager in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as ObjectTreeManager Modifier and Type Field Description protected ObjectTreeManager
RDBMSTopicMapTransaction. otree
Methods in net.ontopia.topicmaps.impl.rdbms that return ObjectTreeManager Modifier and Type Method Description ObjectTreeManager
RDBMSTopicMapTransaction. getObjectTreeManager()
-
Uses of ObjectTreeManager in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as ObjectTreeManager Modifier and Type Field Description protected ObjectTreeManager
ObjectTreeManager. otree
-