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)
           
MondrianDataSource(MondrianDataSource copy, String overrideInfo)