| 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 |
|---|---|
static ScriptEngineType |
ScriptEngineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptEngineType[] |
ScriptEngineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Script.setScriptByReference(String reference,
ScriptEngineType engineType)
Sets the customization script.
|
void |
Script.setScriptByUrl(URL url,
ScriptEngineType engineType)
Sets the customization script.
|
void |
Script.setScriptInline(String script,
ScriptEngineType engineType)
Sets the customization script.
|
Copyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.