Uses of Class
com.gentics.contentnode.rest.model.File
Packages that use File
Package
Description
-
Uses of File in com.gentics.contentnode.rest.model
Subclasses of File in com.gentics.contentnode.rest.model -
Uses of File in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return FileMethods in com.gentics.contentnode.rest.model.request with parameters of type File -
Uses of File in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return FileMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type FileModifier and TypeMethodDescriptionFoundFilesListResponse.getFiles()
LegacyFileListResponse.getFiles()
Get the filesMultiFileLoadResponse.getFiles()
The list of found files.Methods in com.gentics.contentnode.rest.model.response with parameters of type FileModifier and TypeMethodDescriptionvoid
void
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type FileModifier and TypeMethodDescriptionvoid
NOTE: files won't be listed correctly until a setter is definedvoid
Set the filesvoid
Set the list of files to send with the response.Constructors in com.gentics.contentnode.rest.model.response with parameters of type FileModifierConstructorDescriptionFileLoadResponse
(Message message, ResponseInfo responseInfo, File file) Constructor with message, response info and fileFileUploadResponse
(Message message, ResponseInfo responseInfo, boolean success, File file) Constructor with message, response info and successConstructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type FileModifierConstructorDescriptionFileUsageListResponse
(Message message, ResponseInfo responseInfo, List<File> files, int total, int withoutPermission) Create a new instanceMultiFileLoadResponse
(List<File> files) Convenience constructor.ReferencedFilesListResponse
(Message message, ResponseInfo responseInfo, List<File> files, int total, int withoutPermission) Create an instance