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

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

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

Methods in org.pentaho.platform.plugin.action.mondrian.catalog that return MondrianSchema
 MondrianSchema MondrianCatalog.getSchema()
           
 MondrianSchema IMondrianCatalogService.loadMondrianSchema(String solutionLocation, IPentahoSession pentahoSession)
          this method loads a Mondrian schema
 MondrianSchema MondrianCatalogHelper.loadMondrianSchema(String solutionLocation, IPentahoSession pentahoSession)
          this method loads a mondrian schema
 

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