Uses of Class
com.daml.ledger.javaapi.data.DamlRecord
-
Packages that use DamlRecord Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen -
-
Uses of DamlRecord in com.daml.ledger.javaapi.data
Subclasses of DamlRecord in com.daml.ledger.javaapi.data Modifier and Type Class Description class
Record
Deprecated.UseDamlRecord
instead.Methods in com.daml.ledger.javaapi.data that return DamlRecord Modifier and Type Method Description static @NonNull DamlRecord
DamlRecord. fromProto(ValueOuterClass.Record record)
@NonNull DamlRecord
CreatedEvent. getArguments()
DamlRecord
CreateAndExerciseCommand. getCreateArguments()
@NonNull DamlRecord
CreateCommand. getCreateArguments()
abstract DamlRecord
Template. toValue()
Methods in com.daml.ledger.javaapi.data that return types with arguments of type DamlRecord Modifier and Type Method Description java.util.Optional<DamlRecord>
Value. asRecord()
@NonNull java.util.Map<@NonNull Identifier,@NonNull DamlRecord>
CreatedEvent. getInterfaceViews()
Constructors in com.daml.ledger.javaapi.data with parameters of type DamlRecord Constructor Description CreateAndExerciseCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments, @NonNull java.lang.String choice, @NonNull Value choiceArgument)
CreateCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments)
CreatedEvent(@NonNull java.util.List<@NonNull java.lang.String> witnessParties, @NonNull java.lang.String eventId, @NonNull Identifier templateId, @NonNull java.lang.String contractId, @NonNull DamlRecord arguments, @NonNull java.util.Map<@NonNull Identifier,@NonNull DamlRecord> interfaceViews, @NonNull java.util.Map<@NonNull Identifier,@NonNull com.google.rpc.Status> failedInterfaceViews, @NonNull java.util.Optional<java.lang.String> agreementText, @NonNull java.util.Optional<Value> contractKey, @NonNull java.util.Collection<@NonNull java.lang.String> signatories, @NonNull java.util.Collection<@NonNull java.lang.String> observers)
CreatedEvent(@NonNull java.util.List<@NonNull java.lang.String> witnessParties, @NonNull java.lang.String eventId, @NonNull Identifier templateId, @NonNull java.lang.String contractId, @NonNull DamlRecord arguments, @NonNull java.util.Optional<java.lang.String> agreementText, @NonNull java.util.Optional<Value> contractKey, @NonNull java.util.Collection<@NonNull java.lang.String> signatories, @NonNull java.util.Collection<@NonNull java.lang.String> observers)
Deprecated.PassinterfaceViews
andfailedInterfaceViews
arguments; empty maps are reasonable defaults.Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type DamlRecord Constructor Description CreatedEvent(@NonNull java.util.List<@NonNull java.lang.String> witnessParties, @NonNull java.lang.String eventId, @NonNull Identifier templateId, @NonNull java.lang.String contractId, @NonNull DamlRecord arguments, @NonNull java.util.Map<@NonNull Identifier,@NonNull DamlRecord> interfaceViews, @NonNull java.util.Map<@NonNull Identifier,@NonNull com.google.rpc.Status> failedInterfaceViews, @NonNull java.util.Optional<java.lang.String> agreementText, @NonNull java.util.Optional<Value> contractKey, @NonNull java.util.Collection<@NonNull java.lang.String> signatories, @NonNull java.util.Collection<@NonNull java.lang.String> observers)
-
Uses of DamlRecord in com.daml.ledger.javaapi.data.codegen
Fields in com.daml.ledger.javaapi.data.codegen with type parameters of type DamlRecord Modifier and Type Field Description protected java.util.function.Function<DamlRecord,Data>
ContractCompanion. fromValue
Methods in com.daml.ledger.javaapi.data.codegen with parameters of type DamlRecord Modifier and Type Method Description Ct
ContractCompanion.WithKey. fromIdAndRecord(java.lang.String contractId, DamlRecord record$, java.util.Optional<java.lang.String> agreementText, java.util.Optional<Key> key, java.util.Set<java.lang.String> signatories, java.util.Set<java.lang.String> observers)
Ct
ContractCompanion.WithoutKey. fromIdAndRecord(java.lang.String contractId, DamlRecord record$, java.util.Optional<java.lang.String> agreementText, java.util.Set<java.lang.String> signatories, java.util.Set<java.lang.String> observers)
-