![]() | ExportJob Class |
Namespace: Opait.ReportMiner.Api
public class ExportJob
The ExportJob type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExportJob |
Default constructor.
|
![]() | ExportJob(XElement, String) |
Class construction from parsing a serialized XML element.
|
Name | Description | |
---|---|---|
![]() | AppendExport |
If true, exported data is appended to existing file instead of
clearing the export file content for each export.
Only supported for CSV and Pipe delimited files.
|
![]() | Description |
Gets or sets user description of the job.
|
![]() | DoneFolder |
Gets or sets the name of the folder for successfully processed reports.
The folder name can be either a full path or relative to the location of the report file. The report will be moved to this folder if either successfully processed in ExportManager or a plugin returns 'ActionCode.Done' from a call. Files moved to this folder will be automatically renamed to avoid overwriting of existing files. The folder will be automatically created at runtime if it doesn't exist. The default is a relative folder named "Done". |
![]() | ExportFile |
Gets or sets the path of the export file used to save extracted
fields and tables. Can be different than same defined within
the report model.
|
![]() | ExportFolder |
Gets or sets the path of the export folder used to save extracted
PDF logical records. Can be different than same defined within
the report model.
|
![]() | ExportFormat |
Gets or sets the format of the export file.
|
![]() | FailFolder |
Gets or sets the name of the folder for failed reports.
The folder name can be either a full path or relative to the location of the report file. The report will be moved to this folder if either processing fails in ExportManager or a plugin returns 'ActionCode.Fail' from a call. Files moved to this folder will be automatically renamed to avoid overwriting of existing files. The folder will be automatically created at runtime if it doesn't exist. The default is a relative folder named "Failed". |
![]() | HasHistory |
Get a flag to indicate that the job has some history.
|
![]() | JobName |
Gets or set the name of the job.
|
![]() | LastRunDate |
The date and time when the job was last run.
|
![]() | LastStatus |
The current or last run status of the job.
|
![]() | LogFile |
Gets or sets a path to the job log file.
|
![]() | MaxRecords |
Gets or sets the maximum number of records to process per report file.
Default is zero, which means there are no restrictions.
|
![]() | ModelFile |
Gets or sets the path to the current model definition file.
|
![]() | PagesProcessed |
The number of pages processed.
|
![]() | PluginDll |
Optional user defined plugin DLL which implements the IPlugin interface.
|
![]() | RecordsCreated |
The number of record created.
|
![]() | RunsCompleted |
The number of times the job has run.
|
![]() | WatchFolder |
Gets or sets the watch folder for incoming reports.
|
![]() | WatchPattern |
Gets or sets the file name pattern of the incoming reports.
Can contain wild-cards.
|
Name | Description | |
---|---|---|
![]() | FromXml |
Initializes an instance of the ExportJob from serialized XML root element.
|
![]() | ResetHistory |
Resets the job history.
|
![]() | ToXml |
Serializes the job attributes as XML.
|