Interface | Description |
---|---|
ThreadedServiceObserver |
This interface is used by Objects wishing to determine when a background threaded service process (E.g., Export or Validation)
has completed and to perform additional processing at that time.
|
Class | Description |
---|---|
AutoExportTask |
Export collections at regular intervals.
|
ExportingService |
Supports exporting of collections and portions of collections to disk.
|
ExportReport | |
MonitoredTask |
Provides a monitoring mechanism for threaded tasks
|
Report | |
TaskProgress |
Class to report progress of a
MonitoredTask via a json object. |
ThreadedService |
Provides services over collections, such as Validation and Export, that run
in their own thread.
|
ValidatingService |
Threaded Service for validating records.
|
ValidationReport |
Exception | Description |
---|---|
ExportingServiceException |
Indicates an error occured in the ExportingService occured.
|
ValidatingServiceException |
Indicates an error occured in the ValidatingService occured.
|