Uses of Class
net.ontopia.topicmaps.utils.tmrap.TopicPage
-
Packages that use TopicPage Package Description net.ontopia.topicmaps.utils.tmrap -
-
Uses of TopicPage in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap that return types with arguments of type TopicPage Modifier and Type Method Description Collection<TopicPage>
TopicPages. getPages(String mapHandle)
Collection<TopicPage>
FederatedTopicIndex. getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
Collection<TopicPage>
RegistryTopicIndex. getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
Collection<TopicPage>
RemoteTopicIndex. getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
Collection<TopicPage>
TopicIndexIF. getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
Returns all known topic pages for the topics whose identity matches one of the locators passed as arguments.Collection<TopicPage>
TopicMapTopicIndex. getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)
Methods in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicPage Modifier and Type Method Description void
TopicPages. addPage(String mapHandle, TopicPage page, String tmName)
-