Package io.jmix.graphql.controller
Class GraphQLFilesDownloadController
java.lang.Object
io.jmix.graphql.controller.GraphQLFilesDownloadController
@RestController("graphql_FileDownloadController")
public class GraphQLFilesDownloadController
extends Object
GraphQL API controller that is used for downloading files
-
Field Summary
Modifier and TypeFieldDescriptionprotected AccessManager
protected FilePermissionService
protected FileTransferService
protected Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
downloadFile
(String fileRef, Boolean attachment, javax.servlet.http.HttpServletResponse response)
-
Field Details
-
metadata
-
accessManager
-
fileTransferService
-
filePermissionService
-
-
Constructor Details
-
GraphQLFilesDownloadController
public GraphQLFilesDownloadController()
-
-
Method Details
-
downloadFile
-