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 classRecordDeprecated.UseDamlRecordinstead.Methods in com.daml.ledger.javaapi.data that return DamlRecord Modifier and Type Method Description static @NonNull DamlRecordDamlRecord. fromProto(ValueOuterClass.Record record)@NonNull DamlRecordCreatedEvent. getArguments()DamlRecordCreateAndExerciseCommand. getCreateArguments()@NonNull DamlRecordCreateCommand. getCreateArguments()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 com.google.protobuf.Any createArgumentsBlob, @NonNull ContractMetadata contractMetadata, @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.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)Deprecated.You should passcreateArgumentsBlobandcontractMetadataarguments as well.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.PassinterfaceViewsandfailedInterfaceViewsarguments; 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 com.google.protobuf.Any createArgumentsBlob, @NonNull ContractMetadata contractMetadata, @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.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)Deprecated.You should passcreateArgumentsBlobandcontractMetadataarguments as well. -
Uses of DamlRecord in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return DamlRecord Modifier and Type Method Description abstract DamlRecordDamlRecord. toValue()Methods in com.daml.ledger.javaapi.data.codegen with parameters of type DamlRecord Modifier and Type Method Description CtContractCompanion.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)CtContractCompanion.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)
-