Uses of Class
org.flowable.rest.service.api.engine.AttachmentResponse
-
Packages that use AttachmentResponse Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime.task -
-
Uses of AttachmentResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return AttachmentResponse Modifier and Type Method Description AttachmentResponseRestResponseFactory. createAttachmentResponse(Attachment attachment)AttachmentResponseRestResponseFactory. createAttachmentResponse(Attachment attachment, RestUrlBuilder urlBuilder) -
Uses of AttachmentResponse in org.flowable.rest.service.api.runtime.task
Methods in org.flowable.rest.service.api.runtime.task that return AttachmentResponse Modifier and Type Method Description AttachmentResponseTaskAttachmentCollectionResource. createAttachment(String taskId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)protected AttachmentResponseTaskAttachmentCollectionResource. createBinaryAttachment(org.springframework.web.multipart.MultipartHttpServletRequest request, org.flowable.task.api.Task task, javax.servlet.http.HttpServletResponse response)protected AttachmentResponseTaskAttachmentCollectionResource. createSimpleAttachment(AttachmentRequest attachmentRequest, org.flowable.task.api.Task task)AttachmentResponseTaskAttachmentResource. getAttachment(String taskId, String attachmentId, javax.servlet.http.HttpServletRequest request)Methods in org.flowable.rest.service.api.runtime.task that return types with arguments of type AttachmentResponse Modifier and Type Method Description List<AttachmentResponse>TaskAttachmentCollectionResource. getAttachments(String taskId, javax.servlet.http.HttpServletRequest request)
-