static ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.builder() |
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.description(Markdown description) |
A comment to be inserted in the diagram.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.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.Operation.Builder |
ExampleScenario.Process.Step.Operation.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.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.from(ExampleScenario.Process.Step.Operation operation) |
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.initiator(String initiator) |
Who starts the transaction.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.initiatorActive(Boolean initiatorActive) |
Whether the initiator is deactivated right after the transaction.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.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.Operation.Builder |
ExampleScenario.Process.Step.Operation.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.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.name(String name) |
The human-friendly name of the interaction.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.number(String number) |
The sequential number of the interaction, e.g.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.receiver(String receiver) |
Who receives the transaction.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.receiverActive(Boolean receiverActive) |
Whether the receiver is deactivated right after the transaction.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.request(ExampleScenario.Instance.ContainedInstance request) |
Each resource instance used by the initiator.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.response(ExampleScenario.Instance.ContainedInstance response) |
Each resource instance used by the responder.
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.toBuilder() |
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.type(String type) |
The type of operation - CRUD.
|