Uses of Class
org.flowable.rest.service.api.engine.AttachmentResponse
Packages that use AttachmentResponse
-
Uses of AttachmentResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return AttachmentResponseModifier and TypeMethodDescriptionRestResponseFactory.createAttachmentResponse(Attachment attachment) RestResponseFactory.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 AttachmentResponseModifier and TypeMethodDescriptionTaskAttachmentCollectionResource.createAttachment(String taskId, jakarta.servlet.http.HttpServletRequest request) protected AttachmentResponseTaskAttachmentCollectionResource.createBinaryAttachment(MultipartHttpServletRequest request, Task task) protected AttachmentResponseTaskAttachmentCollectionResource.createSimpleAttachment(AttachmentRequest attachmentRequest, Task task) TaskAttachmentResource.getAttachment(String taskId, String attachmentId) Methods in org.flowable.rest.service.api.runtime.task that return types with arguments of type AttachmentResponse