Uses of Interface
io.camunda.client.api.command.CompleteJobCommandStep1
Packages that use CompleteJobCommandStep1
Package
Description
-
Uses of CompleteJobCommandStep1 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionSet a single variable to complete the job with.CompleteJobCommandStep1.variables(InputStream variables) Set the variables to complete the job with.Set the variables to complete the job with.Set the variables to complete the job with.Set the variables to complete the job with.CompleteJobCommandStep1.withResult(Function<CompleteJobCommandStep1.CompleteJobCommandJobResultStep, CompleteJobResult> consumer) Initializes the job result to allow followup actions to be configured. -
Uses of CompleteJobCommandStep1 in io.camunda.client.api.worker
Methods in io.camunda.client.api.worker that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionJobClient.newCompleteCommand(long jobKey) Command to complete a job.JobClient.newCompleteCommand(ActivatedJob job) Command to complete a job. -
Uses of CompleteJobCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionCamundaClientImpl.newCompleteCommand(long jobKey) CamundaClientImpl.newCompleteCommand(ActivatedJob job) -
Uses of CompleteJobCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CompleteJobCommandStep1Methods in io.camunda.client.impl.command that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionprotected CompleteJobCommandStep1CompleteJobCommandImpl.setVariablesInternal(String variables) CompleteJobCommandImpl.useGrpc()CompleteJobCommandImpl.useRest()CompleteJobCommandImpl.withResult(Function<CompleteJobCommandStep1.CompleteJobCommandJobResultStep, CompleteJobResult> function) -
Uses of CompleteJobCommandStep1 in io.camunda.client.impl.worker
Methods in io.camunda.client.impl.worker that return CompleteJobCommandStep1Modifier and TypeMethodDescriptionJobClientImpl.newCompleteCommand(long jobKey) JobClientImpl.newCompleteCommand(ActivatedJob job)