Uses of Class
com.gentics.contentnode.rest.model.response.FileUploadResponse
-
Uses of FileUploadResponse in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionFileResource.copyFile
(FileCopyRequest request) Create a copy of the given file.FileResource.create
(FileCreateRequest request) Create a new file with the binary data loaded from a URLFileResource.create
(org.glassfish.jersey.media.multipart.MultiPart multiPart) Create a new file handling multipart form-data.FileResource.createSimple
(javax.servlet.http.HttpServletRequest request, int folderId, int nodeId, String customBodyPartKeyName, String fileName, String description, boolean overwrite) Create a new file handling simple post dataFileResource.createSimpleMultiPartFallback
(org.glassfish.jersey.media.multipart.MultiPart multiPart, javax.servlet.http.HttpServletRequest request, String folderId, String nodeId, String customBodyPartName, String qqFileUploaderFileName, String description, boolean overwrite) Create a new file handling simple post dataImageResource.resize
(ImageResizeRequest imageResizeRequest) Rotate by 90° (optionally), crop (optionally) and resize an image (in this order).