-
Interfaces Interface Description net.ontopia.topicmaps.impl.utils.IndexManagerIF Use the TopicMapIF.getIndex(String) method instead.net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF All the useful methods have been moved to TopicMapStoreIF and TopicMapIF.
-
Methods Method Description net.ontopia.topicmaps.nav.taglibs.template.PutTag.setBody(String) attribute no longer neccessary to use becaue the existence of a content attribute tells the tag whether to use the body content or not.net.ontopia.topicmaps.nav2.core.FunctionIF.call(PageContext, TagSupport) 1.3.4. UseObject call(PageContext)
instead.net.ontopia.topicmaps.nav2.core.FunctionIF.getModule() This method is not used, and need not be implemented.net.ontopia.topicmaps.nav2.core.FunctionIF.getName() 1.3.4. Function names are now stored outside the function object itself.net.ontopia.topicmaps.nav2.core.FunctionIF.getReturnVariableName() 1.3.4. Return function value from theObject call(PageContext)
method instead.net.ontopia.topicmaps.nav2.core.FunctionIF.getRootNode() This method is not used, and need not be implemented.net.ontopia.topicmaps.nav2.core.NavigatorPageIF.registerFunction(FunctionIF) 1.3.4. Replaced by registerFunction(String, Function).net.ontopia.topicmaps.query.core.QueryProcessorIF.load(String) use rule import declaration instead, or contextsnet.ontopia.topicmaps.viz.ExtendedTGPanel.edgeNum() this method has been replaced by the visibleEdgeCount() method.net.ontopia.topicmaps.viz.ExtendedTGPanel.nodeNum() this method has been replaced by the visibleNodeCount() method.