Uses of Class
org.exoplatform.commons.file.model.FileItem
Packages that use FileItem
Package
Description
-
Uses of FileItem in org.exoplatform.commons.file.resource
Methods in org.exoplatform.commons.file.resource with parameters of type FileItem -
Uses of FileItem in org.exoplatform.commons.file.services
Methods in org.exoplatform.commons.file.services that return FileItemModifier and TypeMethodDescriptionFileService.getFile(long id) Get the file (info + binary) of the given idFileService.updateFile(FileItem file) Update the stored file using the provided DAO and binary provider.Store the file using the provided DAO and binary provider.Methods in org.exoplatform.commons.file.services that return types with arguments of type FileItemModifier and TypeMethodDescriptionFileService.getFilesByChecksum(String checksum) Get the files (info + binary) of the given checksumMethods in org.exoplatform.commons.file.services with parameters of type FileItem -
Uses of FileItem in org.exoplatform.commons.file.services.impl
Methods in org.exoplatform.commons.file.services.impl that return FileItemModifier and TypeMethodDescriptionFileServiceImpl.getFile(long id) FileServiceImpl.updateFile(FileItem file) Methods in org.exoplatform.commons.file.services.impl that return types with arguments of type FileItemMethods in org.exoplatform.commons.file.services.impl with parameters of type FileItem -
Uses of FileItem in org.exoplatform.services.thumbnail
Methods in org.exoplatform.services.thumbnail that return FileItemModifier and TypeMethodDescriptionImageThumbnailService.createThumbnail(String id, FileContent fileContent, String userName, int width, int height) Create a thumbnail for given fileId thith given width and height.ImageThumbnailService.getOrCreateThumbnail(String fileType, String id, String userName, int width, int height) Retrieves a thumbnail by given fileId, fileType, width and height or creates a thumbnail image and create it if not existImageThumbnailService.getOrCreateThumbnail(FileItem file, int width, int height) Deprecated, for removal: This API element is subject to removal in a future version.ImageThumbnailService.getOrCreateThumbnail(ImageResizeService resizeSupplier, FileItem file, int width, int height) Deprecated, for removal: This API element is subject to removal in a future version.ImageThumbnailService.getThumbnail(String id, int width, int height) Retrieves a thumbnail by given fileId, width and height or creates a thumbnailMethods in org.exoplatform.services.thumbnail with parameters of type FileItemModifier and TypeMethodDescriptionImageThumbnailService.getOrCreateThumbnail(FileItem file, int width, int height) Deprecated, for removal: This API element is subject to removal in a future version.ImageThumbnailService.getOrCreateThumbnail(ImageResizeService resizeSupplier, FileItem file, int width, int height) Deprecated, for removal: This API element is subject to removal in a future version.
ImageThumbnailService.getOrCreateThumbnail(String fileType, String id, String userName, int width, int height)instead