| Package | Description |
|---|---|
| com.hpe.caf.worker.document.model |
This package defines a set of objects which are made available by the Document Worker Framework.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Application
Represents the entire service.
|
interface |
BatchSizeController
Used for controlling the sizes of the batches passed to implementations of the
BulkDocumentWorker interface. |
interface |
Document
Represents a document being processed.
|
interface |
Documents
Represents a batch of documents to be processed.
|
interface |
Failure
Represents a failure attached to the document.
|
interface |
Failures
Represents the collection of failures that are attached to a document.
|
interface |
Field
Represents a field of the document.
|
interface |
Fields
Represents the collection of fields that are attached to a document.
|
interface |
FieldValue
Represents one of the data values of a field.
|
interface |
FieldValues
Represents the collection of data values that belong to a field.
|
interface |
HealthMonitor
Used for reporting any health issues detected.
|
interface |
InputMessageProcessor
Used for controlling how messages that are received from the input queue are processed.
|
interface |
Response
Used for customizing the response to the document processing task.
|
interface |
ResponseCustomData
Represents the custom data that is sent as part of the response to the document processing task.
|
interface |
ResponseQueue
Used for managing the queue that response messages are published to.
|
interface |
Script
Represents a customization script which is attached to a task.
|
interface |
Scripts
Represents the list of customization scripts which are attached to a task.
|
interface |
ServiceLocator
Used for caching and loading extra services that may be made available.
|
interface |
Subdocument
Represents a direct or indirect subdocument of the document being processed.
|
interface |
Subdocuments
Represents the list of subdocuments that are attached to a document.
|
interface |
Task
Represents the document processing task.
|
Copyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.