Class TaskAttachmentContentResource


  • @RestController
    public class TaskAttachmentContentResource
    extends TaskBaseResource
    Author:
    Frederik Heremans
    • Constructor Detail

      • TaskAttachmentContentResource

        public TaskAttachmentContentResource()
    • Method Detail

      • getAttachmentContent

        @GetMapping("/runtime/tasks/{taskId}/attachments/{attachmentId}/content")
        public org.springframework.http.ResponseEntity<byte[]> getAttachmentContent​(@PathVariable("taskId")
                                                                                    String taskId,
                                                                                    @PathVariable("attachmentId")
                                                                                    String attachmentId,
                                                                                    javax.servlet.http.HttpServletResponse response)