Uses of Class
com.daml.ledger.javaapi.data.DamlRecord
Packages that use DamlRecord
-
Uses of DamlRecord in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return DamlRecordModifier and TypeMethodDescriptionstatic @NonNull DamlRecordDamlRecord.fromProto(ValueOuterClass.Record record) @NonNull DamlRecordCreatedEvent.getArguments()CreateAndExerciseCommand.getCreateArguments()@NonNull DamlRecordCreateCommand.getCreateArguments()Methods in com.daml.ledger.javaapi.data that return types with arguments of type DamlRecordModifier and TypeMethodDescriptionfinal Optional<DamlRecord>Value.asRecord()@NonNull Map<@NonNull Identifier,@NonNull DamlRecord> CreatedEvent.getInterfaceViews()Constructors in com.daml.ledger.javaapi.data with parameters of type DamlRecordModifierConstructorDescriptionCreateAndExerciseCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments, @NonNull String choice, @NonNull Value choiceArgument) CreateCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments) CreatedEvent(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String contractId, @NonNull DamlRecord arguments, @NonNull com.google.protobuf.ByteString createdEventBlob, @NonNull Map<@NonNull Identifier, @NonNull DamlRecord> interfaceViews, @NonNull Map<@NonNull Identifier, @NonNull com.google.rpc.Status> failedInterfaceViews, @NonNull Optional<Value> contractKey, @NonNull Collection<@NonNull String> signatories, @NonNull Collection<@NonNull String> observers, @NonNull Instant createdAt) Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type DamlRecordModifierConstructorDescriptionCreatedEvent(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String contractId, @NonNull DamlRecord arguments, @NonNull com.google.protobuf.ByteString createdEventBlob, @NonNull Map<@NonNull Identifier, @NonNull DamlRecord> interfaceViews, @NonNull Map<@NonNull Identifier, @NonNull com.google.rpc.Status> failedInterfaceViews, @NonNull Optional<Value> contractKey, @NonNull Collection<@NonNull String> signatories, @NonNull Collection<@NonNull String> observers, @NonNull Instant createdAt) -
Uses of DamlRecord in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return DamlRecordMethods in com.daml.ledger.javaapi.data.codegen with parameters of type DamlRecordModifier and TypeMethodDescriptionContractCompanion.WithKey.fromIdAndRecord(String contractId, DamlRecord record$, Optional<Key> key, Set<String> signatories, Set<String> observers) ContractCompanion.WithoutKey.fromIdAndRecord(String contractId, DamlRecord record$, Set<String> signatories, Set<String> observers)