Uses of Class
io.camunda.zeebe.gateway.protocol.rest.DocumentLinkRequest
Packages that use DocumentLinkRequest
Package
Description
-
Uses of DocumentLinkRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return DocumentLinkRequestModifier and TypeMethodDescription -
Uses of DocumentLinkRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type DocumentLinkRequestModifier and TypeMethodDescriptionstatic Either<org.springframework.http.ProblemDetail, DocumentServices.DocumentLinkParams> RequestMapper.toDocumentLinkParams(DocumentLinkRequest documentLinkRequest) -
Uses of DocumentLinkRequest in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller with parameters of type DocumentLinkRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> DocumentController.createDocumentLink(String documentId, String storeId, DocumentLinkRequest linkRequest) -
Uses of DocumentLinkRequest in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type DocumentLinkRequestModifier and TypeMethodDescriptionstatic Optional<org.springframework.http.ProblemDetail> DocumentValidator.validateDocumentLinkParams(DocumentLinkRequest request)