Uses of Class
io.camunda.zeebe.gateway.protocol.rest.JobErrorRequest
Packages that use JobErrorRequest
Package
Description
-
Uses of JobErrorRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return JobErrorRequestModifier and TypeMethodDescriptionJobErrorRequest.errorMessage(String errorMessage) JobErrorRequest.putVariablesItem(String key, Object variablesItem) -
Uses of JobErrorRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type JobErrorRequestModifier and TypeMethodDescriptionstatic Either<org.springframework.http.ProblemDetail, RequestMapper.ErrorJobRequest> RequestMapper.toJobErrorRequest(JobErrorRequest errorRequest, long jobKey) -
Uses of JobErrorRequest in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller with parameters of type JobErrorRequestModifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> JobController.errorJob(long jobKey, JobErrorRequest errorRequest) -
Uses of JobErrorRequest in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type JobErrorRequestModifier and TypeMethodDescriptionstatic Optional<org.springframework.http.ProblemDetail> JobRequestValidator.validateJobErrorRequest(JobErrorRequest errorRequest)