Search
Preparing search index...
The search index is not available
ply
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ply
PlyExecBase
Class PlyExecBase
Abstract
Hierarchy
PlyExecBase
Implements
PlyExec
Index
Constructors
constructor
Properties
instance
logger
step
Methods
evaluate
To
String
get
Attribute
is
Expression
is
Trust
Required
map
To
Exec
Result
run
Constructors
constructor
new
Ply
Exec
Base
(
step
:
FlowStep
, instance
:
StepInstance
, logger
:
Logger
)
:
PlyExecBase
Parameters
step:
FlowStep
instance:
StepInstance
logger:
Logger
Returns
PlyExecBase
Properties
Readonly
instance
instance
:
StepInstance
Readonly
logger
logger
:
Logger
Readonly
step
step
:
FlowStep
Methods
Protected
evaluate
To
String
evaluate
To
String
(
expr
:
string
, values
:
any
)
:
string
Parameters
expr:
string
values:
any
Returns
string
Protected
get
Attribute
get
Attribute
(
name
:
string
, values
:
object
, options
?:
{
required
?:
boolean
;
trusted
?:
boolean
}
)
:
undefined
|
string
Returns a substituted attribute value
Parameters
name:
string
values:
object
Optional
options:
{
required
?:
boolean
;
trusted
?:
boolean
}
Optional
required
?:
boolean
Optional
trusted
?:
boolean
Returns
undefined
|
string
is
Expression
is
Expression
(
input
:
string
)
:
boolean
Parameters
input:
string
Returns
boolean
is
Trust
Required
is
Trust
Required
(
)
:
boolean
Returns
boolean
Protected
map
To
Exec
Result
map
To
Exec
Result
(
instance
:
StepInstance
, runOptions
?:
RunOptions
)
:
ExecResult
Maps instance status to ply result
Parameters
instance:
StepInstance
Optional
runOptions:
RunOptions
Returns
ExecResult
Abstract
run
run
(
runtime
:
Runtime
, values
:
any
, runOptions
?:
RunOptions
)
:
Promise
<
ExecResult
>
Parameters
runtime:
Runtime
values:
any
Optional
runOptions:
RunOptions
Returns
Promise
<
ExecResult
>
Exports
openapi
util
Ply
Exec
Base
constructor
instance
logger
step
evaluate
To
String
get
Attribute
is
Expression
is
Trust
Required
map
To
Exec
Result
run
Generated using
TypeDoc
Returns a substituted attribute value