Uses of Class
org.eclipse.birt.report.model.api.DataSetHandle

Packages that use DataSetHandle
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.impl   
org.eclipse.birt.report.model.api.olap   
org.eclipse.birt.report.model.api.simpleapi Report element representations in the BIRT simple API environment. 
org.eclipse.birt.report.model.api.util Utility classes. 
 

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

Subclasses of DataSetHandle in org.eclipse.birt.report.model.api
 class JointDataSetHandle
          Provides API to operate a joint data set.
 class OdaDataSetHandle
          Represents an extended data set.
 class ScriptDataSetHandle
          Represents a script data set item.
 

Methods in org.eclipse.birt.report.model.api that return DataSetHandle
 DataSetHandle ModuleHandle.findDataSet(java.lang.String name)
          Finds a data set by name in this module and the included modules.
 DataSetHandle ScalarParameterHandle.getDataSet()
          Returns the handle for the data set defined on the parameter.
 DataSetHandle ReportItemHandle.getDataSet()
          Returns the data set of the report item.
 DataSetHandle CascadingParameterGroupHandle.getDataSet()
          Returns the handle for the data set defined on the cascading parameter group.
 

Methods in org.eclipse.birt.report.model.api with parameters of type DataSetHandle
 void ReportItemHandle.setDataSet(DataSetHandle handle)
          Sets the data set of the report item.
 void CascadingParameterGroupHandle.setDataSet(DataSetHandle handle)
          Sets the data set of the report item.
 void TemplateDataSetHandle.transformToDataSet(DataSetHandle dataSetHandle)
          Transforms the current template data set to the given real data set.
protected  void DesignVisitor.visitDataSet(DataSetHandle obj)
          Visits the data set element.
protected  void DesignVisitor.visitSimpleDataSet(DataSetHandle obj)
          Visits the simple data set element.
 

Uses of DataSetHandle in org.eclipse.birt.report.model.api.impl
 

Methods in org.eclipse.birt.report.model.api.impl with parameters of type DataSetHandle
 IDataSet SimpleElementFactory.createDataSet(DataSetHandle handle)
           
 

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

Methods in org.eclipse.birt.report.model.api.olap that return DataSetHandle
 DataSetHandle TabularCubeHandle.getDataSet()
          Returns the data set of this cube.
 DataSetHandle TabularHierarchyHandle.getDataSet()
          Returns the data set of this hierarchy.
 

Methods in org.eclipse.birt.report.model.api.olap with parameters of type DataSetHandle
 void TabularCubeHandle.setDataSet(DataSetHandle handle)
          Sets the data set of this cube.
 void TabularHierarchyHandle.setDataSet(DataSetHandle handle)
          Sets the data set of this hierarchy.
 

Uses of DataSetHandle in org.eclipse.birt.report.model.api.simpleapi
 

Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type DataSetHandle
 IDataSet ISimpleElementFactory.createDataSet(DataSetHandle handle)
          Creates the IDataSet instance.
 

Uses of DataSetHandle in org.eclipse.birt.report.model.api.util
 

Methods in org.eclipse.birt.report.model.api.util with parameters of type DataSetHandle
static void CompatibilityUtil.addResultSetColumn(DataSetHandle dataSetHandle, java.util.List columns)
          Adds ResultSetColumn without sending out event.
static void CompatibilityUtil.updateResultSetinCachedMetaData(DataSetHandle setHandle, java.util.List resultColumns)
          Updates CachedMetaData.resultSet property with the given data set and the list of result set columns.
 



Copyright © 2008 Actuate Corp. All rights reserved.