ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.alternative(ExampleScenario.Process.Step.Alternative... alternative) |
Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical
circumstances.
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.alternative(Collection<ExampleScenario.Process.Step.Alternative> alternative) |
Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical
circumstances.
|
static ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.builder() |
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.from(ExampleScenario.Process.Step step) |
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.operation(ExampleScenario.Process.Step.Operation operation) |
Each interaction or action.
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.pause(Boolean pause) |
If there is a pause in the flow.
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.process(ExampleScenario.Process... process) |
Nested process.
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.Builder.process(Collection<ExampleScenario.Process> process) |
Nested process.
|
ExampleScenario.Process.Step.Builder |
ExampleScenario.Process.Step.toBuilder() |
|