Uses of Interface
mondrian.spi.CatalogLocator
Packages that use CatalogLocator
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Augments the Mondrian engine with server functionality.
Provides implementations of SPIs defined in the
mondrian.spi
package.Text user interface for Mondrian.
-
Uses of CatalogLocator in mondrian.olap
Methods in mondrian.olap that return CatalogLocatorMethods in mondrian.olap with parameters of type CatalogLocatorModifier and TypeMethodDescriptionstatic MondrianServer
MondrianServer.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Creates a server.static Connection
DriverManager.getConnection
(String connectString, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine using a connect string and a catalog locator.static Connection
DriverManager.getConnection
(Util.PropertyList properties, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine.static Connection
DriverManager.getConnection
(Util.PropertyList properties, CatalogLocator locator, DataSource dataSource) Creates a connection to a Mondrian OLAP Engine using a list of connection properties, a catalog locator, and a JDBC data source. -
Uses of CatalogLocator in mondrian.server
Methods in mondrian.server with parameters of type CatalogLocatorModifier and TypeMethodDescriptionMondrianServerRegistry.createWithRepository
(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Constructors in mondrian.server with parameters of type CatalogLocatorModifierConstructorDescriptionFileRepository
(RepositoryContentFinder repositoryContentFinder, CatalogLocator locator) -
Uses of CatalogLocator in mondrian.spi.impl
Classes in mondrian.spi.impl that implement CatalogLocatorModifier and TypeClassDescriptionclass
CatalogLocator which returns the catalog URI unchanged.class
Implementation ofCatalogLocator
that returns the path unchanged.class
Locates a catalog based upon aServletContext
.Fields in mondrian.spi.impl declared as CatalogLocator -
Uses of CatalogLocator in mondrian.tui
Methods in mondrian.tui that return CatalogLocator -
Uses of CatalogLocator in mondrian.xmla.impl
Methods in mondrian.xmla.impl that return CatalogLocatorModifier and TypeMethodDescriptionprotected CatalogLocator
MondrianXmlaServlet.makeCatalogLocator
(javax.servlet.ServletConfig servletConfig) Make catalog locator.