public static interface EventOuterClass.ExercisedEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActingParties(int index)
The parties that made the choice.
|
com.google.protobuf.ByteString |
getActingPartiesBytes(int index)
The parties that made the choice.
|
int |
getActingPartiesCount()
The parties that made the choice.
|
java.util.List<java.lang.String> |
getActingPartiesList()
The parties that made the choice.
|
java.lang.String |
getChildEventIds(int index)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
com.google.protobuf.ByteString |
getChildEventIdsBytes(int index)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
int |
getChildEventIdsCount()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
java.util.List<java.lang.String> |
getChildEventIdsList()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
java.lang.String |
getChoice()
The choice that's been exercised on the target contract.
|
ValueOuterClass.Value |
getChoiceArgument()
The argument the choice was made with.
|
ValueOuterClass.ValueOrBuilder |
getChoiceArgumentOrBuilder()
The argument the choice was made with.
|
com.google.protobuf.ByteString |
getChoiceBytes()
The choice that's been exercised on the target contract.
|
boolean |
getConsuming()
If true, the target contract may no longer be exercised.
|
java.lang.String |
getContractId()
The ID of the target contract.
|
com.google.protobuf.ByteString |
getContractIdBytes()
The ID of the target contract.
|
java.lang.String |
getEventId()
The ID of this particular event.
|
com.google.protobuf.ByteString |
getEventIdBytes()
The ID of this particular event.
|
ValueOuterClass.Value |
getExerciseResult()
The result of exercising the choice
Required
|
ValueOuterClass.ValueOrBuilder |
getExerciseResultOrBuilder()
The result of exercising the choice
Required
|
ValueOuterClass.Identifier |
getTemplateId()
The template of the target contract.
|
ValueOuterClass.IdentifierOrBuilder |
getTemplateIdOrBuilder()
The template of the target contract.
|
java.lang.String |
getWitnessParties(int index)
The parties that are notified of this event.
|
com.google.protobuf.ByteString |
getWitnessPartiesBytes(int index)
The parties that are notified of this event.
|
int |
getWitnessPartiesCount()
The parties that are notified of this event.
|
java.util.List<java.lang.String> |
getWitnessPartiesList()
The parties that are notified of this event.
|
boolean |
hasChoiceArgument()
The argument the choice was made with.
|
boolean |
hasExerciseResult()
The result of exercising the choice
Required
|
boolean |
hasTemplateId()
The template of the target contract.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getEventId()
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1 [json_name = "eventId"];
com.google.protobuf.ByteString getEventIdBytes()
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1 [json_name = "eventId"];
java.lang.String getContractId()
The ID of the target contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2 [json_name = "contractId"];
com.google.protobuf.ByteString getContractIdBytes()
The ID of the target contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2 [json_name = "contractId"];
boolean hasTemplateId()
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3 [json_name = "templateId"];
ValueOuterClass.Identifier getTemplateId()
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3 [json_name = "templateId"];
ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3 [json_name = "templateId"];
java.lang.String getChoice()
The choice that's been exercised on the target contract. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 5 [json_name = "choice"];
com.google.protobuf.ByteString getChoiceBytes()
The choice that's been exercised on the target contract. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 5 [json_name = "choice"];
boolean hasChoiceArgument()
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6 [json_name = "choiceArgument"];
ValueOuterClass.Value getChoiceArgument()
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6 [json_name = "choiceArgument"];
ValueOuterClass.ValueOrBuilder getChoiceArgumentOrBuilder()
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6 [json_name = "choiceArgument"];
java.util.List<java.lang.String> getActingPartiesList()
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7 [json_name = "actingParties"];
int getActingPartiesCount()
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7 [json_name = "actingParties"];
java.lang.String getActingParties(int index)
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7 [json_name = "actingParties"];
index
- The index of the element to return.com.google.protobuf.ByteString getActingPartiesBytes(int index)
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7 [json_name = "actingParties"];
index
- The index of the value to return.boolean getConsuming()
If true, the target contract may no longer be exercised. Required
bool consuming = 8 [json_name = "consuming"];
java.util.List<java.lang.String> getWitnessPartiesList()
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the ``choice ... controller`` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10 [json_name = "witnessParties"];
int getWitnessPartiesCount()
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the ``choice ... controller`` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10 [json_name = "witnessParties"];
java.lang.String getWitnessParties(int index)
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the ``choice ... controller`` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10 [json_name = "witnessParties"];
index
- The index of the element to return.com.google.protobuf.ByteString getWitnessPartiesBytes(int index)
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the ``choice ... controller`` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10 [json_name = "witnessParties"];
index
- The index of the value to return.java.util.List<java.lang.String> getChildEventIdsList()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11 [json_name = "childEventIds"];
int getChildEventIdsCount()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11 [json_name = "childEventIds"];
java.lang.String getChildEventIds(int index)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11 [json_name = "childEventIds"];
index
- The index of the element to return.com.google.protobuf.ByteString getChildEventIdsBytes(int index)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11 [json_name = "childEventIds"];
index
- The index of the value to return.boolean hasExerciseResult()
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12 [json_name = "exerciseResult"];
ValueOuterClass.Value getExerciseResult()
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12 [json_name = "exerciseResult"];
ValueOuterClass.ValueOrBuilder getExerciseResultOrBuilder()
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12 [json_name = "exerciseResult"];