Uses of Class
org.eclipse.birt.report.model.api.olap.CubeHandle

Packages that use CubeHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
org.eclipse.birt.report.model.api.olap   
 

Uses of CubeHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return CubeHandle
 CubeHandle ModuleHandleImpl.findCube(java.lang.String name)
          Finds a cube element by name in this module and the included modules.
 CubeHandle ReportItemHandleImpl.getCube()
          Returns the cube of the report item.
 

Methods in org.eclipse.birt.report.model.api with parameters of type CubeHandle
 void ReportItemHandleImpl.setCube(CubeHandle handle)
          Sets the cube of the report item.
 

Uses of CubeHandle in org.eclipse.birt.report.model.api.olap
 

Subclasses of CubeHandle in org.eclipse.birt.report.model.api.olap
 class OdaCubeHandle
          Represents a cube.
 class TabularCubeHandle
          Represents a cube.
 

Methods in org.eclipse.birt.report.model.api.olap that return types with arguments of type CubeHandle
 java.util.List<CubeHandle> DimensionHandle.getCubeClients()
           
 



Copyright © 2008 Actuate Corp. All rights reserved.