Uses of Class
org.camunda.bpm.engine.rest.dto.task.AttachmentDto

Packages that use AttachmentDto
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
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
 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
 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
 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
 List<AttachmentDto> TaskAttachmentResourceImpl.getAttachments()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.