Uses of Interface
net.ontopia.topicmaps.entry.TopicMapRepositoryIF
-
Packages that use TopicMapRepositoryIF Package Description net.ontopia.instrumentation net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps.net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces.net.ontopia.topicmaps.nav2.taglibs.logic Logic tags, which define the execution context, modify the context, and control the flow of execution.net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces.net.ontopia.topicmaps.utils.tmrap ontopoly.conversion ontopoly.sysmodel -
-
Uses of TopicMapRepositoryIF in net.ontopia.instrumentation
Methods in net.ontopia.instrumentation with parameters of type TopicMapRepositoryIF Modifier and Type Method Description voidOntopiaRDBMSMetrics.Builder. register(io.prometheus.metrics.model.registry.PrometheusRegistry registry, TopicMapRepositoryIF repository) -
Uses of TopicMapRepositoryIF in net.ontopia.topicmaps.entry
Classes in net.ontopia.topicmaps.entry that implement TopicMapRepositoryIF Modifier and Type Class Description classTopicMapSourceManagerINTERNAL: This is the primary implementation of the TopicMapRepositoryIF interface.Fields in net.ontopia.topicmaps.entry with type parameters of type TopicMapRepositoryIF Modifier and Type Field Description protected static Map<String,TopicMapRepositoryIF>SharedStoreRegistry. repositoriesprotected static Map<String,TopicMapRepositoryIF>TopicMaps. repositoriesMethods in net.ontopia.topicmaps.entry that return TopicMapRepositoryIF Modifier and Type Method Description static TopicMapRepositoryIFTopicMaps. getRepository()PUBLIC: Returns the default topic maps repository.static TopicMapRepositoryIFTopicMaps. getRepository(String repositoryId)PUBLIC: Returns the default topic maps repository.static TopicMapRepositoryIFTopicMaps. getRepository(String repositoryId, Map<String,String> environ)static TopicMapRepositoryIFXMLConfigSource. getRepository(Reader config_file)PUBLIC: Gets the topic map repository that is created by reading the configuration file from the reader.static TopicMapRepositoryIFXMLConfigSource. getRepository(Reader config_file, Map<String,String> environ)INTERNAL: Gets the topic map repository that is created by reading the configuration file from the reader with the given environment.static TopicMapRepositoryIFXMLConfigSource. getRepository(String config_file)PUBLIC: Gets the topic map repository that is created by reading the configuration file.static TopicMapRepositoryIFXMLConfigSource. getRepository(String config_file, Map<String,String> environ)INTERNAL: Gets the topic map repository that is created by reading the configuration file with the given environment.static TopicMapRepositoryIFXMLConfigSource. getRepositoryFromClassPath()PUBLIC: Get the topic map repository that is created by loading the 'tm-sources.xml' configuration file from the classpath.static TopicMapRepositoryIFXMLConfigSource. getRepositoryFromClassPath(String resourceName)PUBLIC: Get the topic map repository that is created by loading the named resource from the classpath.static TopicMapRepositoryIFXMLConfigSource. getRepositoryFromClassPath(String resourceName, Map<String,String> environ)INTERNAL:static TopicMapRepositoryIFXMLConfigSource. getRepositoryFromClassPath(Map<String,String> environ)INTERNAL:TopicMapRepositoryIFSharedStoreRegistry. getTopicMapRepository()INTERNAL: Method which returns the shared topic map repository instance.TopicMapRepositoryIFSharedStoreRegistry. replaceTopicMapRepository()INTERNAL: Method which replaces the currently shared topic map repository with another one.Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapRepositoryIF Modifier and Type Method Description static voidTopicMaps. forget(TopicMapRepositoryIF repositoryIF) -
Uses of TopicMapRepositoryIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return TopicMapRepositoryIF Modifier and Type Method Description TopicMapRepositoryIFNavigatorApplicationIF. getTopicMapRepository()INTERNAL: Returns the topic map repository used by the navigator application. -
Uses of TopicMapRepositoryIF in net.ontopia.topicmaps.nav2.impl.basic
Methods in net.ontopia.topicmaps.nav2.impl.basic that return TopicMapRepositoryIF Modifier and Type Method Description TopicMapRepositoryIFNavigatorApplication. getTopicMapRepository() -
Uses of TopicMapRepositoryIF in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return TopicMapRepositoryIF Modifier and Type Method Description TopicMapRepositoryIFContextTag. getTopicMapRepository() -
Uses of TopicMapRepositoryIF in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils that return TopicMapRepositoryIF Modifier and Type Method Description static TopicMapRepositoryIFContextUtils. getRepository(javax.servlet.ServletContext servletContext)EXPERIMENTAL: Gets the topic map repository used by the navigator framework.static TopicMapRepositoryIFNavigatorUtils. getTopicMapRepository(javax.servlet.jsp.PageContext pageContext)INTERNAL: Gets the topic map repository used by the web application.static TopicMapRepositoryIFNavigatorUtils. getTopicMapRepository(javax.servlet.ServletContext servletContext)INTERNAL: Gets the topic map repository used by the web application. -
Uses of TopicMapRepositoryIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as TopicMapRepositoryIF Modifier and Type Field Description protected TopicMapRepositoryIFMergeReference. repositoryConstructors in net.ontopia.topicmaps.utils with parameters of type TopicMapRepositoryIF Constructor Description MergeReference(String id, String title, TopicMapStoreFactoryIF sfactory, TopicMapRepositoryIF repository, List<String> refkeys)INTERNAL: Creates a TopicMapReferenceIF which references the result of merging a number of topic maps -
Uses of TopicMapRepositoryIF in net.ontopia.topicmaps.utils.tmrap
Fields in net.ontopia.topicmaps.utils.tmrap declared as TopicMapRepositoryIF Modifier and Type Field Description protected TopicMapRepositoryIFRegistryTopicIndex. repositoryConstructors in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicMapRepositoryIF Constructor Description RegistryTopicIndex(TopicMapRepositoryIF repository, boolean readonly, String editBaseuri, String viewBaseuri) -
Uses of TopicMapRepositoryIF in ontopoly.conversion
Methods in ontopoly.conversion with parameters of type TopicMapRepositoryIF Modifier and Type Method Description static TopicMapSourceIFConversionUtils. getSource(TopicMapRepositoryIF rep, String tmsource) -
Uses of TopicMapRepositoryIF in ontopoly.sysmodel
Methods in ontopoly.sysmodel that return TopicMapRepositoryIF Modifier and Type Method Description protected TopicMapRepositoryIFOntopolyRepository. createTopicMapRepository()TopicMapRepositoryIFOntopolyRepository. getTopicMapRepository()
-