See: Description
| Interface | Description |
|---|---|
| Application |
Represents the entire service.
|
| BatchSizeController |
Used for controlling the sizes of the batches passed to implementations of the
BulkDocumentWorker interface. |
| Document |
Represents a document being processed.
|
| Documents |
Represents a batch of documents to be processed.
|
| DocumentWorkerObject |
This is the base object of the Document Worker Object Model.
|
| Field |
Represents a field of the document.
|
| Fields |
Represents the collection of fields that are attached to a document.
|
| FieldValue |
Represents one of the data values of a field.
|
| FieldValues |
Represents the collection of data values that belong to a field.
|
| HealthMonitor |
Used for reporting any health issues detected.
|
| ServiceLocator |
Used for caching and loading extra services that may be made available.
|
All of the objects in this package inherit from DocumentWorkerObject.
New methods being added to the interfaces in this package is not considered to constitute a breaking change as workers built on the Document Worker Framework are not expected to implement these interfaces themselves; rather they are expected to be implemented by framework objects.
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.