Uses of Class
org.eclipse.birt.report.model.api.DataSourceHandle
Packages that use DataSourceHandle
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.
-
Uses of DataSourceHandle in org.eclipse.birt.report.model.api
Subclasses of DataSourceHandle in org.eclipse.birt.report.model.apiModifier and TypeClassDescriptionclass
Represents a extended data source.class
Represents a script data source.Methods in org.eclipse.birt.report.model.api that return DataSourceHandleModifier and TypeMethodDescriptionfinal DataSourceHandle
ModuleHandleImpl.findDataSource
(String name) Finds a data source by name in this module and the included modules.DataSetHandle.getDataSource()
Returns a handle to the data source for this data set. -
Uses of DataSourceHandle in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl with parameters of type DataSourceHandle -
Uses of DataSourceHandle in org.eclipse.birt.report.model.api.simpleapi
Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type DataSourceHandleModifier and TypeMethodDescriptionISimpleElementFactory.createDataSource
(DataSourceHandle handle) Creates the IDataSource instance.