Uses of Class
com.daml.ledger.javaapi.data.codegen.Update
-
Packages that use Update Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen com.daml.ledger.rxjava com.daml.ledger.rxjava.grpc -
-
Uses of Update in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return Update Modifier and Type Method Description abstract Update<? extends Created<? extends ContractId<? extends Template>>>
Template. create()
-
Uses of Update in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return Update Modifier and Type Method Description <A,R>
Update<Exercised<R>>ByKey. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
<A,R>
Update<Exercised<R>>ByKey.ToInterface. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
<A,R>
Update<Exercised<R>>ContractId. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
<A,R>
Update<Exercised<R>>CreateAnd. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
<A,R>
Update<Exercised<R>>CreateAnd.ToInterface. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)
abstract <V> Update<V>
Update. map(java.util.function.Function<? super U,? extends V> f)
Map the result type. -
Uses of Update in com.daml.ledger.rxjava
Methods in com.daml.ledger.rxjava with parameters of type Update Modifier and Type Method Description <U> io.reactivex.Single<U>
CommandClient. submitAndWaitForResult(@NonNull java.lang.String workflowId, @NonNull java.lang.String applicationId, @NonNull java.lang.String commandId, @NonNull java.util.List<@NonNull java.lang.String> actAs, @NonNull java.util.List<@NonNull java.lang.String> readAs, @NonNull Update<U> update)
Deprecated.since 2.5.<U> io.reactivex.Single<U>
CommandClient. submitAndWaitForResult(@NonNull java.lang.String workflowId, @NonNull java.lang.String applicationId, @NonNull java.lang.String commandId, @NonNull java.util.List<@NonNull java.lang.String> actAs, @NonNull java.util.List<@NonNull java.lang.String> readAs, @NonNull Update<U> update, @NonNull java.lang.String accessToken)
Deprecated.since 2.5.<U> io.reactivex.Single<U>
CommandClient. submitAndWaitForResult(CommandsSubmission submission, @NonNull Update<U> update)
-
Uses of Update in com.daml.ledger.rxjava.grpc
Methods in com.daml.ledger.rxjava.grpc with parameters of type Update Modifier and Type Method Description <U> io.reactivex.Single<U>
CommandClientImpl. submitAndWaitForResult(@NonNull java.lang.String workflowId, @NonNull java.lang.String applicationId, @NonNull java.lang.String commandId, @NonNull java.util.List<@NonNull java.lang.String> actAs, @NonNull java.util.List<@NonNull java.lang.String> readAs, @NonNull Update<U> update)
Deprecated.<U> io.reactivex.Single<U>
CommandClientImpl. submitAndWaitForResult(@NonNull java.lang.String workflowId, @NonNull java.lang.String applicationId, @NonNull java.lang.String commandId, @NonNull java.util.List<@NonNull java.lang.String> actAs, @NonNull java.util.List<@NonNull java.lang.String> readAs, @NonNull Update<U> update, @NonNull java.lang.String accessToken)
Deprecated.<U> io.reactivex.Single<U>
CommandClientImpl. submitAndWaitForResult(CommandsSubmission submission, @NonNull Update<U> update)
-