Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DerivedDataSetHandle
Provides API to operate a derived data set.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DataSetHandle |
ModuleHandleImpl.findDataSet(java.lang.String name)
Finds a data set by name in this module and the included modules.
|
DataSetHandle |
ReportItemHandleImpl.getDataSet()
Returns the data set of the report item.
|
DataSetHandle |
CascadingParameterGroupHandleImpl.getDataSet()
Returns the handle for the data set defined on the cascading parameter
group.
|
DataSetHandle |
AbstractScalarParameterHandleImpl.getDataSet()
Returns the handle for the data set defined on the parameter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSetHandle> |
DerivedDataSetHandle.getInputDataSets()
Gets the list of all the input data set handle that this derive data set
includes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
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 |
ReportItemHandleImpl.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 |
AbstractScalarParameterHandleImpl.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.
|
Modifier and Type | Method and Description |
---|---|
IDataSet |
SimpleElementFactory.createDataSet(DataSetHandle handle) |
Modifier and Type | Method and Description |
---|---|
DataSetHandle |
TabularHierarchyHandle.getDataSet()
Returns the data set of this hierarchy.
|
DataSetHandle |
TabularCubeHandle.getDataSet()
Returns the data set of this cube.
|
Modifier and Type | Method and Description |
---|---|
void |
TabularHierarchyHandle.setDataSet(DataSetHandle handle)
Sets the data set of this hierarchy.
|
void |
TabularCubeHandle.setDataSet(DataSetHandle handle)
Sets the data set of this cube.
|
Modifier and Type | Method and Description |
---|---|
IDataSet |
ISimpleElementFactory.createDataSet(DataSetHandle handle)
Creates the IDataSet instance.
|
Modifier and Type | Method and Description |
---|---|
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.