Uses of Class
org.camunda.bpm.engine.rest.dto.task.AttachmentDto
-
Packages that use AttachmentDto Package Description org.camunda.bpm.engine.rest.dto.task org.camunda.bpm.engine.rest.sub.task org.camunda.bpm.engine.rest.sub.task.impl -
-
Uses of AttachmentDto in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return AttachmentDto Modifier and Type Method Description static 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 AttachmentDto Modifier and Type Method Description AttachmentDto
TaskAttachmentResource. addAttachment(javax.ws.rs.core.UriInfo uriInfo, MultipartFormData multipartFormData)
AttachmentDto
TaskAttachmentResource. getAttachment(String attachmentId)
Methods in org.camunda.bpm.engine.rest.sub.task that return types with arguments of type AttachmentDto Modifier and Type Method Description List<AttachmentDto>
TaskAttachmentResource. getAttachments()
-
Uses of AttachmentDto in org.camunda.bpm.engine.rest.sub.task.impl
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return AttachmentDto Modifier and Type Method Description AttachmentDto
TaskAttachmentResourceImpl. addAttachment(javax.ws.rs.core.UriInfo uriInfo, MultipartFormData payload)
AttachmentDto
TaskAttachmentResourceImpl. getAttachment(String attachmentId)
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return types with arguments of type AttachmentDto Modifier and Type Method Description List<AttachmentDto>
TaskAttachmentResourceImpl. getAttachments()
-