Interface IDataAction
- All Superinterfaces:
IAction
Data Action is used to generate a URL used to reterive the data from the data
base.
It has following files:
getDataType the output data type, such as csv, xml etc.
getReportName the report document name, which is the data soruce.
getBookmark the bookmark which define the result set to be exported.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
data action, the user can safely type cast this object to IDataActionFields inherited from interface org.eclipse.birt.report.engine.api.IAction
ACTION_BOOKMARK, ACTION_DRILLTHROUGH, ACTION_HYPERLINK
-
Method Summary
Modifier and TypeMethodDescriptionthe output data type, such as csv, xml.Returns the instance ID of associated report item instance.boolean
isCube()
Returns true if current action is to get cube data.Methods inherited from interface org.eclipse.birt.report.engine.api.IAction
getActionString, getBookmark, getFormat, getParameterBindings, getReportName, getSearchCriteria, getSystemId, getTargetFileType, getTargetWindow, getTooltip, getType, isBookmark
-
Field Details
-
ACTION_DATA
static final int ACTION_DATAdata action, the user can safely type cast this object to IDataAction- See Also:
-
-
Method Details
-
getDataType
String getDataType()the output data type, such as csv, xml. the type should be registered by a IDataExtractionExtension.- Returns:
- the data type.
-
getInstanceID
InstanceID getInstanceID()Returns the instance ID of associated report item instance.- Returns:
- The instance ID
-
isCube
boolean isCube()Returns true if current action is to get cube data.- Returns:
- Since:
- 2.5.1
-