static ExampleScenario.Process.Builder |
ExampleScenario.Process.builder() |
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.Builder.description(Markdown description) |
A longer description of the group of operations.
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.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.Builder |
ExampleScenario.Process.Builder.from(ExampleScenario.Process process) |
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.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.Builder |
ExampleScenario.Process.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.Builder |
ExampleScenario.Process.Builder.postConditions(Markdown postConditions) |
Description of final status after the process ends.
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.Builder.preConditions(Markdown preConditions) |
Description of initial status before the process starts.
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.Builder.step(ExampleScenario.Process.Step... step) |
Each step of the process.
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.Builder.step(Collection<ExampleScenario.Process.Step> step) |
Each step of the process.
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.Builder.title(String title) |
The diagram title of the group of operations.
|
ExampleScenario.Process.Builder |
ExampleScenario.Process.toBuilder() |
|