Deprecated Methods |
net.ontopia.topicmaps.nav2.core.FunctionIF.call(PageContext, TagSupport)
1.3.4. Use Object call(PageContext)
instead. |
net.ontopia.topicmaps.viz.ExtendedTGPanel.edgeNum()
this method has been replaced by the
visibleEdgeCount() method. |
net.ontopia.topicmaps.impl.rdbms.RDBMSSingleTopicMapSource.getAlias()
Replaced by getReferenceId(). |
net.ontopia.topicmaps.entry.TopicMapSourceManager.getIds()
replaced by getReferenceKeys() |
net.ontopia.topicmaps.nav2.core.UserIF.getLogger()
Use addLogMessage() 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.entry.TopicMapSourceManager.getReferenceById(String)
replaced by getReferenceByKey(String) |
net.ontopia.topicmaps.nav2.core.FunctionIF.getReturnVariableName()
1.3.4. Return function value from the Object
call(PageContext) method instead. |
net.ontopia.topicmaps.nav2.core.FunctionIF.getRootNode()
This method is not used, and need not be implemented. |
net.ontopia.infoset.impl.basic.URILocator.getURL()
Because not all URIs can be represented as URL objects. |
net.ontopia.infoset.impl.basic.URIFragmentLocator.getURL()
Because not all URIs can be represented as URL objects. |
net.ontopia.topicmaps.nav2.core.NavigatorApplicationIF.getUserStoreRegistry()
|
net.ontopia.topicmaps.entry.TopicMapSourceManager.hasId(String)
use 'getReferenceByKey(key) != null' instead |
net.ontopia.topicmaps.query.core.QueryProcessorIF.load(Reader)
use rule import declaration instead, or contexts |
net.ontopia.topicmaps.query.core.QueryProcessorIF.load(String)
use rule import declaration instead, or contexts |
net.ontopia.topicmaps.core.TopicMapBuilderIF.makeVariantName(TopicNameIF, LocatorIF)
Use makeVariantName(TopicNameIF, LocatorIF, Collection) |
net.ontopia.topicmaps.core.TopicMapBuilderIF.makeVariantName(TopicNameIF, Reader, long, LocatorIF)
Use makeVariantName(TopicNameIF, Reader, long, LocatorIF, Collection) |
net.ontopia.topicmaps.core.TopicMapBuilderIF.makeVariantName(TopicNameIF, String)
Use makeVariantName(TopicNameIF, String, Collection) |
net.ontopia.topicmaps.core.TopicMapBuilderIF.makeVariantName(TopicNameIF, String, LocatorIF)
Use makeVariantName(TopicNameIF, String, LocatorIF, Collection) |
net.ontopia.topicmaps.viz.ExtendedTGPanel.nodeNum()
this method has been replaced by the
visibleNodeCount() method. |
net.ontopia.topicmaps.nav2.impl.basic.NavigatorApplication.refreshAppConfig()
|
net.ontopia.topicmaps.nav2.impl.basic.NavigatorApplication.refreshTopicMapRegistry()
|
net.ontopia.topicmaps.nav2.core.NavigatorPageIF.registerFunction(FunctionIF)
1.3.4. Replaced by registerFunction(String, Function). |
net.ontopia.topicmaps.impl.rdbms.RDBMSSingleTopicMapSource.setAlias(String)
Replaced by setReferenceId(String). |
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.entry.AbstractOntopolyTopicMapSource.setDeleteFiles(boolean)
Replaced by setSupportsCreate |
net.ontopia.topicmaps.xml.XTMTopicMapWriter.setVersion(int)
|