Uses of Class
io.camunda.zeebe.gateway.protocol.rest.SetVariableRequest
Packages that use SetVariableRequest
Package
Description
-
Uses of SetVariableRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return SetVariableRequestModifier and TypeMethodDescriptionSetVariableRequest.operationReference(Long operationReference) SetVariableRequest.putVariablesItem(String key, Object variablesItem) -
Uses of SetVariableRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type SetVariableRequestModifier and TypeMethodDescriptionstatic Either<org.springframework.http.ProblemDetail, ElementInstanceServices.SetVariablesRequest> RequestMapper.toVariableRequest(SetVariableRequest variableRequest, long elementInstanceKey) -
Uses of SetVariableRequest in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller with parameters of type SetVariableRequestModifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> ElementInstanceController.setVariables(long elementInstanceKey, SetVariableRequest variableRequest) -
Uses of SetVariableRequest in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type SetVariableRequestModifier and TypeMethodDescriptionstatic Optional<org.springframework.http.ProblemDetail> ElementRequestValidator.validateVariableRequest(SetVariableRequest variableRequest)