Uses of Class
org.eclipse.birt.report.model.api.DataSetHandle
Packages that use DataSetHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Report element representations in the BIRT simple API environment.
Utility classes.
-
Uses of DataSetHandle in org.eclipse.birt.report.model.api
Subclasses of DataSetHandle in org.eclipse.birt.report.model.apiModifier and TypeClassDescriptionclass
Provides API to operate a derived data set.class
Provides API to operate a joint data set.class
Represents an extended data set.class
Represents a script data set item.Methods in org.eclipse.birt.report.model.api that return DataSetHandleModifier and TypeMethodDescriptionfinal DataSetHandle
ModuleHandleImpl.findDataSet
(String name) Finds a data set by name in this module and the included modules.AbstractScalarParameterHandleImpl.getDataSet()
Returns the handle for the data set defined on the parameter.CascadingParameterGroupHandleImpl.getDataSet()
Returns the handle for the data set defined on the cascading parameter group.ReportItemHandleImpl.getDataSet()
Returns the data set of the report item.Methods in org.eclipse.birt.report.model.api that return types with arguments of type DataSetHandleModifier and TypeMethodDescriptionDerivedDataSetHandle.getInputDataSets()
Gets the list of all the input data set handle that this derive data set includes.Methods in org.eclipse.birt.report.model.api with parameters of type DataSetHandleModifier and TypeMethodDescriptionboolean
DynamicFilterParameterHandle.checkRecursiveDataSet
(DataSetHandle dataSetToCheck) Checks whether there is recursive reference if this dynamic filter parameter uses the given data set element handle as its "dataSet" property.void
AbstractScalarParameterHandleImpl.setDataSet
(DataSetHandle handle) Sets the data set of the report item.void
CascadingParameterGroupHandleImpl.setDataSet
(DataSetHandle handle) Sets the data set of the report item.void
ReportItemHandleImpl.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. -
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 -
Uses of DataSetHandle in org.eclipse.birt.report.model.api.olap
Methods in org.eclipse.birt.report.model.api.olap that return DataSetHandleModifier and TypeMethodDescriptionTabularCubeHandle.getDataSet()
Returns the data set of this cube.TabularHierarchyHandle.getDataSet()
Returns the data set of this hierarchy.Methods in org.eclipse.birt.report.model.api.olap with parameters of type DataSetHandleModifier and TypeMethodDescriptionvoid
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 DataSetHandleModifier and TypeMethodDescriptionISimpleElementFactory.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 DataSetHandleModifier and TypeMethodDescriptionstatic void
CompatibilityUtil.addResultSetColumn
(DataSetHandle dataSetHandle, List columns) Adds ResultSetColumn without sending out event.static void
CompatibilityUtil.updateResultSetinCachedMetaData
(DataSetHandle setHandle, List resultColumns) Updates CachedMetaData.resultSet property with the given data set and the list of result set columns.