Uses of Class
org.pentaho.platform.plugin.action.mondrian.catalog.MondrianDataSource

Packages that use MondrianDataSource
org.pentaho.platform.plugin.action.mondrian.catalog   
 

Uses of MondrianDataSource in org.pentaho.platform.plugin.action.mondrian.catalog
 

Methods in org.pentaho.platform.plugin.action.mondrian.catalog that return MondrianDataSource
 MondrianDataSource MondrianCatalog.getDataSource()
           
 MondrianDataSource MondrianCatalog.getEffectiveDataSource()
          Returns dataSource with overridden dataSourceInfo (if any).
 

Constructors in org.pentaho.platform.plugin.action.mondrian.catalog with parameters of type MondrianDataSource
MondrianCatalog(String name, String dataSourceInfo, String definition, MondrianDataSource dataSource, MondrianSchema schema)
           
MondrianCatalog(String name, String dataSourceInfo, String definition, MondrianDataSource dataSource, MondrianSchema schema, MondrianCatalogComplementInfo mondrianCatalogComplementInfo)
           
MondrianDataSource(MondrianDataSource copy, String overrideInfo)