@DTO public class UESScriptExec extends java.lang.Object
UESScript.exec(UESURI, UESScriptExec)
.Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
data
Script data (parameters).
|
private java.lang.Object |
options
Additional script options (may be instance of
Map , JSON representing Map
or UESURI of text property containing JSON representing Map ). |
private java.lang.String |
useCaseCode
Code of use case to be executed (use case code is translated to concrete script based
on main entity using use case registry).
|
private java.lang.Boolean |
waitForFinish
Flag if invoker wants command to automatically wait for script completion (including all
subtasks) or will handle the waiting itself (using returned UESURI of script process).
|
Constructor and Description |
---|
UESScriptExec() |
UESScriptExec(java.lang.String useCaseCode) |
UESScriptExec(java.lang.String useCaseCode, |
UESScriptExec(java.lang.String useCaseCode, |
Map
, JSON representing
Map
or UESURI of text property containing JSON representing Map
.Map
, JSON representing Map
or UESURI of text property containing JSON representing Map
).