Uses of Class
io.camunda.zeebe.gateway.protocol.rest.DeleteResourceRequest
Packages that use DeleteResourceRequest
Package
Description
-
Uses of DeleteResourceRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return DeleteResourceRequestModifier and TypeMethodDescriptionDeleteResourceRequest.operationReference(Long operationReference) -
Uses of DeleteResourceRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type DeleteResourceRequestModifier and TypeMethodDescriptionstatic Either<org.springframework.http.ProblemDetail, ResourceServices.ResourceDeletionRequest> RequestMapper.toResourceDeletion(long resourceKey, DeleteResourceRequest deleteRequest) -
Uses of DeleteResourceRequest in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller with parameters of type DeleteResourceRequestModifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> ResourceController.deleteResource(long resourceKey, DeleteResourceRequest deleteRequest) -
Uses of DeleteResourceRequest in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type DeleteResourceRequestModifier and TypeMethodDescriptionstatic Optional<org.springframework.http.ProblemDetail> ResourceRequestValidator.validateResourceDeletion(DeleteResourceRequest request)