Interface IDataExtractionOption
- All Superinterfaces:
IExtractionOption
,ITaskOption
- All Known Implementing Classes:
DataExtractionOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.eclipse.birt.report.engine.api.IExtractionOption
OPTION_FORMATTER, OUTPUT_FILE_NAME, OUTPUT_FORMAT, OUTPUT_STREAM
-
Method Summary
Modifier and TypeMethodDescriptionGet extension.void
setActionHandler
(IHTMLActionHandler actionHandler) void
setExtension
(String extension) Set extension id.void
setImageHandler
(IHTMLImageHandler imageHandler) void
setInstanceID
(InstanceID iid) Methods inherited from interface org.eclipse.birt.report.engine.api.IExtractionOption
getFormatter, getOutputFile, getOutputFormat, getOutputStream, setFormatter, setOutputFile, setOutputFormat, setOutputStream
Methods inherited from interface org.eclipse.birt.report.engine.api.ITaskOption
getOption, getOptions, hasOption, setOption
-
Field Details
-
EXTENSION
- See Also:
-
INSTANCE_ID
- See Also:
-
IMAGE_HANDLER
- See Also:
-
ACTION_HANDLER
- See Also:
-
LOCALE
- See Also:
-
-
Method Details
-
setExtension
Set extension id.- Parameters:
extension
- extension id.
-
getExtension
String getExtension()Get extension. -
setInstanceID
-
getInstanceID
InstanceID getInstanceID() -
setImageHandler
-
getImageHandler
IHTMLImageHandler getImageHandler() -
setActionHandler
-
getActionHandler
IHTMLActionHandler getActionHandler()
-