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.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 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 ModuleHandle.findDataSet(java.lang.String name)
          Finds a data set by name in this module and the included modules.
 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 TemplateDataSetHandle.transformToDataSet(DataSetHandle dataSetHandle)
          Transforms the current template data set to the given real data set.
 void ReportItemHandle.setDataSet(DataSetHandle handle)
          Sets the data set of the report item.
protected  void DesignVisitor.visitDataSet(DataSetHandle obj)
          Visits the data set element.
protected  void DesignVisitor.visitSimpleDataSet(DataSetHandle obj)
          Visits the simple data set element.
 void CascadingParameterGroupHandle.setDataSet(DataSetHandle handle)
          Sets the data set of the report item.
 

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 CompaibilityUtil.updateResultSetinCachedMetaData(DataSetHandle setHandle, java.util.List resultColumns)
          Updates CachedMetaData.resultSet property with the given data set and the list of result set columns.
 



Copyright © 2005 Actuate Corp. All rights reserved.