| 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 | Method and Description |
|---|---|
Document |
Fields.getDocument()
Returns the document that this collection of fields is associated with.
|
Document |
Field.getDocument()
Returns the document that this field is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<Document> |
Documents.stream()
Returns a sequential
Stream with this document batch as its source. |
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.