Uses of Interface
io.camunda.zeebe.client.api.command.CompleteJobCommandStep1
-
-
Uses of CompleteJobCommandStep1 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return CompleteJobCommandStep1 Modifier and Type Method Description CompleteJobCommandStep1CompleteJobCommandStep1. variables(InputStream variables)Set the variables to complete the job with.CompleteJobCommandStep1CompleteJobCommandStep1. variables(Object variables)Set the variables to complete the job with.CompleteJobCommandStep1CompleteJobCommandStep1. variables(String variables)Set the variables to complete the job with.CompleteJobCommandStep1CompleteJobCommandStep1. variables(Map<String,Object> variables)Set the variables to complete the job with. -
Uses of CompleteJobCommandStep1 in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker that return CompleteJobCommandStep1 Modifier and Type Method Description CompleteJobCommandStep1JobClient. newCompleteCommand(long jobKey)Command to complete a job. -
Uses of CompleteJobCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return CompleteJobCommandStep1 Modifier and Type Method Description CompleteJobCommandStep1ZeebeClientImpl. newCompleteCommand(long jobKey) -
Uses of CompleteJobCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement CompleteJobCommandStep1 Modifier and Type Class Description classCompleteJobCommandImplMethods in io.camunda.zeebe.client.impl.command that return CompleteJobCommandStep1 Modifier and Type Method Description protected CompleteJobCommandStep1CompleteJobCommandImpl. setVariablesInternal(String variables) -
Uses of CompleteJobCommandStep1 in io.camunda.zeebe.client.impl.worker
Methods in io.camunda.zeebe.client.impl.worker that return CompleteJobCommandStep1 Modifier and Type Method Description CompleteJobCommandStep1JobClientImpl. newCompleteCommand(long jobKey)
-