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(java.util.Collection<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(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(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.initiator(java.lang.String initiator) |
Convenience method for setting initiator .
|
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(java.lang.Boolean initiatorActive) |
Convenience method for setting initiatorActive .
|
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(java.util.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.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.name(java.lang.String name) |
Convenience method for setting name .
|
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(java.lang.String number) |
Convenience method for setting number .
|
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(java.lang.String receiver) |
Convenience method for setting receiver .
|
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(java.lang.Boolean receiverActive) |
Convenience method for setting receiverActive .
|
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(java.lang.String type) |
Convenience method for setting type .
|
ExampleScenario.Process.Step.Operation.Builder |
ExampleScenario.Process.Step.Operation.Builder.type(String type) |
The type of operation - CRUD.
|