Click or drag to resize

Plugin Class

Base implementation of the plugin interface to the Report Miner processing engine.
Remarks
All plugin functions are implemented as virtual methods that return a code to continue with the normal processing. The API clients can override any number of these virtual functions to implement customized handling of the processing workflow.
Inheritance Hierarchy
SystemObject
  Opait.ReportMiner.ApiPlugin

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public class Plugin : IPlugin

The Plugin type exposes the following members.

Constructors
  NameDescription
Public methodPlugin
Initializes a new instance of the Plugin class
Top
Methods
  NameDescription
Public methodOnGetSourcePassword
Called when a password is needed to open the source file.
Public methodOnGlobalsReady
Called when the export job has finished processing global fields.
Public methodOnJobCompleted
Called when the export job has finished processing.
Public methodOnJobStartup
Called when a new job is about to start.
Public methodOnPageReady
Called when a page is about to be parsed.
Public methodOnRecordReady
Called when a record has been parsed and is ready for save.
Public methodOnSourceReady
Called when the source file for an export job has been initialized.
Top
See Also