toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.runtime.steps
/
ForEachStep
For
Each
Step
open
class
ForEachStep
(
config
:
XProcStepConfiguration
,
compound
:
CompoundStepModel
)
:
CompoundStep
(
source
)
Members
Constructors
For
Each
Step
Link copied to clipboard
constructor
(
config
:
XProcStepConfiguration
,
compound
:
CompoundStepModel
)
Properties
_id
Link copied to clipboard
val
_id
:
String
aborted
Link copied to clipboard
var
aborted
:
Boolean
id
Link copied to clipboard
open
override
val
id
:
String
input
Count
Link copied to clipboard
val
inputCount
:
<Error class: unknown class>
input
Ports
Link copied to clipboard
val
inputPorts
:
<Error class: unknown class>
location
Link copied to clipboard
val
location
:
Location
name
Link copied to clipboard
val
name
:
String
output
Count
Link copied to clipboard
val
outputCount
:
<Error class: unknown class>
params
Link copied to clipboard
override
val
params
:
RuntimeStepParameters
ready
To
Run
Link copied to clipboard
open
override
val
readyToRun
:
Boolean
static
Options
Link copied to clipboard
val
staticOptions
:
<Error class: unknown class>
step
Config
Link copied to clipboard
val
stepConfig
:
XProcStepConfiguration
steps
To
Run
Link copied to clipboard
protected
val
stepsToRun
:
<Error class: unknown class>
step
Timeout
Link copied to clipboard
open
override
val
stepTimeout
:
Duration
thread
Group
Link copied to clipboard
val
threadGroup
:
Int
type
Link copied to clipboard
val
type
:
QName
verbosity
Link copied to clipboard
val
verbosity
:
Verbosity
Functions
abort
Link copied to clipboard
open
override
fun
abort
(
)
close
Link copied to clipboard
open
override
fun
close
(
port
:
String
)
default
Binding
Documents
Link copied to clipboard
fun
defaultBindingDocuments
(
binding
:
ConnectionInstruction
)
:
List
<
XProcDocument
>
input
Link copied to clipboard
open
override
fun
input
(
port
:
String
,
doc
:
XProcDocument
)
instantiate
Link copied to clipboard
open
override
fun
instantiate
(
)
output
Link copied to clipboard
open
override
fun
output
(
port
:
String
,
document
:
XProcDocument
)
prepare
Link copied to clipboard
open
override
fun
prepare
(
)
reset
Link copied to clipboard
open
override
fun
reset
(
)
run
Link copied to clipboard
open
override
fun
run
(
)
run
Step
Link copied to clipboard
open
fun
runStep
(
parent
:
CompoundStep
)
run
Subpipeline
Link copied to clipboard
protected
fun
runSubpipeline
(
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String