Package org.eclipse.birt.report.engine.api.script
Commonly used interfaces for the BIRT scripting environment.
Package Specification
Commonly used interfaces for the BIRT scripting environment.
- Since:
- 2.0
-
Interface Summary Interface Description IColumnMetaData Describes the column metadata of a row.IDataSetRow IReportContext An interface used to share information between the event methods in scripting.IRowData Represents the computed expression results that are bound to the current row.IScriptedDataSetMetaData Interface used by Scripted Data Set's describe handler to define column metadata of the data set.IUpdatableDataSetRow A Data Set Row which allows its column values to be updated. -
Class Summary Class Description EngineScriptableClassInfo ScriptMethodVisibilityUtil Util class that check methods in script interface are visible or not. -
Exception Summary Exception Description ScriptException Exception thrown in scripting.