| 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 |
|---|---|
Script |
Scripts.add()
Creates a new uninitialized customization script and appends it to the end of this list.
|
Script |
Scripts.add(int index)
Creates a new uninitialized customization script and inserts it at the specified position in this list.
|
Script |
Scripts.get(int index)
Retrieves the script at the specified position in this list.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<Script> |
Scripts.stream()
Returns a sequential
Stream with this list of scripts as its source. |
Copyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.