Package | Description |
---|---|
org.camunda.bpm.engine.rest.dto.task | |
org.camunda.bpm.engine.rest.sub.task | |
org.camunda.bpm.engine.rest.sub.task.impl |
Modifier and Type | Method and Description |
---|---|
static AttachmentDto |
AttachmentDto.fromAttachment(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
AttachmentDto |
TaskAttachmentResource.addAttachment(javax.ws.rs.core.UriInfo uriInfo,
MultipartFormData multipartFormData) |
AttachmentDto |
TaskAttachmentResource.getAttachment(String attachmentId) |
Modifier and Type | Method and Description |
---|---|
List<AttachmentDto> |
TaskAttachmentResource.getAttachments() |
Modifier and Type | Method and Description |
---|---|
AttachmentDto |
TaskAttachmentResourceImpl.addAttachment(javax.ws.rs.core.UriInfo uriInfo,
MultipartFormData payload) |
AttachmentDto |
TaskAttachmentResourceImpl.getAttachment(String attachmentId) |
Modifier and Type | Method and Description |
---|---|
List<AttachmentDto> |
TaskAttachmentResourceImpl.getAttachments() |
Copyright © 2022. All rights reserved.