Uses of Class
org.camunda.bpm.engine.rest.dto.task.AttachmentDto
Packages that use AttachmentDto
Package
Description
-
Uses of AttachmentDto in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return AttachmentDtoModifier and TypeMethodDescriptionstatic AttachmentDto
AttachmentDto.fromAttachment
(Attachment attachment) -
Uses of AttachmentDto in org.camunda.bpm.engine.rest.sub.task
Methods in org.camunda.bpm.engine.rest.sub.task that return AttachmentDtoModifier and TypeMethodDescriptionTaskAttachmentResource.addAttachment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData multipartFormData) TaskAttachmentResource.getAttachment
(String attachmentId) Methods in org.camunda.bpm.engine.rest.sub.task that return types with arguments of type AttachmentDto -
Uses of AttachmentDto in org.camunda.bpm.engine.rest.sub.task.impl
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return AttachmentDtoModifier and TypeMethodDescriptionTaskAttachmentResourceImpl.addAttachment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData payload) TaskAttachmentResourceImpl.getAttachment
(String attachmentId) Methods in org.camunda.bpm.engine.rest.sub.task.impl that return types with arguments of type AttachmentDto