Uses of Class
org.camunda.bpm.engine.rest.dto.task.AttachmentDto
Package
Description
-
Uses of AttachmentDto in org.camunda.bpm.engine.rest.dto.task
Modifier and TypeMethodDescriptionstatic AttachmentDto
AttachmentDto.fromAttachment
(Attachment attachment) -
Uses of AttachmentDto in org.camunda.bpm.engine.rest.sub.task
Modifier and TypeMethodDescriptionTaskAttachmentResource.addAttachment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData multipartFormData) TaskAttachmentResource.getAttachment
(String attachmentId) -
Uses of AttachmentDto in org.camunda.bpm.engine.rest.sub.task.impl
Modifier and TypeMethodDescriptionTaskAttachmentResourceImpl.addAttachment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData payload) TaskAttachmentResourceImpl.getAttachment
(String attachmentId)