Public Member Functions | |
boolean | prepareExport (in boolean confirmation) |
Prepare export. | |
void | export (in AString aPath, in tmozIScanBatchExportResponse aResponse) |
Export batch. | |
Public Attributes | |
readonly attribute AString | menuName |
Name of the export module. |
This interface is used to export data from the scanning component (tmozIScanComponent).
Component is used to export whole batch.
void export | ( | in AString | aPath, | |
in tmozIScanBatchExportResponse | aResponse | |||
) |
Export batch.
Export whole batch.
aPath | Path to the scanned batch. | |
aResponse | Object to store results. |
boolean prepareExport | ( | in boolean | confirmation | ) |
Prepare export.
Prepare export module. Method is called at the beginning of export.
confirmation | Flag if confirmation should be displayed. |
readonly attribute AString menuName |
Name of the export module.
This name is displayed in the context menu.