| 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 | Method and Description |
|---|---|
Subdocument |
Subdocuments.add(String reference)
Creates a new subdocument and adds it to the collection.
|
Subdocument |
Subdocuments.get(int index)
Retrieves the subdocument at the specified position.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<Subdocument> |
Subdocuments.stream()
Returns a sequential
Stream with this subdocuments collection as its source. |
Copyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.