| Package | Description |
|---|---|
| com.hpe.caf.worker.document.extensibility |
This package contains a set of interfaces which may be implemented when developing a worker based on the Document Worker Framework.
|
| 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 | Method and Description |
|---|---|
void |
DocumentWorker.processDocument(Document document)
Processes a single document.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Subdocument
Represents a direct or indirect subdocument of the document being processed.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Fields.getDocument()
Returns the document that this collection of fields is associated with.
|
Document |
Subdocuments.getDocument()
Returns the document that this collection of subdocuments is associated with.
|
Document |
Task.getDocument()
Returns the document to be processed by this task.
|
Document |
Failures.getDocument()
Returns the document that this collection of failures is associated with.
|
Document |
Failure.getDocument()
Returns the document that this failure is associated with.
|
Document |
Field.getDocument()
Returns the document that this field is associated with.
|
Document |
Subdocument.getParentDocument()
Returns the parent document of this subdocument.
|
Document |
Document.getParentDocument()
Returns the parent document of this document, or
null if this document does not have a parent document. |
Document |
Document.getRootDocument()
Returns the root document of this document's hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<Document> |
Documents.stream()
Returns a sequential
Stream with this document batch as its source. |
Copyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.