Uses of Class
org.exoplatform.commons.file.model.FileInfo
Packages that use FileInfo
Package
Description
-
Uses of FileInfo in org.exoplatform.commons.file.model
Fields in org.exoplatform.commons.file.model declared as FileInfoMethods in org.exoplatform.commons.file.model that return FileInfoMethods in org.exoplatform.commons.file.model with parameters of type FileInfoConstructors in org.exoplatform.commons.file.model with parameters of type FileInfo -
Uses of FileInfo in org.exoplatform.commons.file.resource
Methods in org.exoplatform.commons.file.resource with parameters of type FileInfoModifier and TypeMethodDescriptionBinaryProvider.getFilePath(FileInfo fileInfo) BinaryProviderDelegate.getFilePath(FileInfo fileInfo) FileSystemResourceProvider.getFilePath(FileInfo fileInfo) MemoryProvider.getFilePath(FileInfo fileInfo) RdbmsResourceProvider.getFilePath(FileInfo fileInfo) booleanbooleanbooleanbooleanboolean -
Uses of FileInfo in org.exoplatform.commons.file.services
Methods in org.exoplatform.commons.file.services that return FileInfoModifier and TypeMethodDescriptionFileService.deleteFile(long id) Delete file with the given id The file is not physically deleted, it is only a logical deletionFileService.getFileInfo(long id) Get only the file info of the given idMethods in org.exoplatform.commons.file.services that return types with arguments of type FileInfoModifier and TypeMethodDescriptionFileService.getFileInfoListByChecksum(String checksum) Get the files info of the given checksum -
Uses of FileInfo in org.exoplatform.commons.file.services.impl
Methods in org.exoplatform.commons.file.services.impl that return FileInfoModifier and TypeMethodDescriptionFileServiceImpl.deleteFile(long id) FileServiceImpl.getFileInfo(long id) Methods in org.exoplatform.commons.file.services.impl that return types with arguments of type FileInfo -
Uses of FileInfo in org.exoplatform.commons.file.storage
Methods in org.exoplatform.commons.file.storage that return FileInfoModifier and TypeMethodDescriptionDataStorage.getFileInfo(long id) DataStorage.updateFileInfo(FileInfo fileInfo) Methods in org.exoplatform.commons.file.storage that return types with arguments of type FileInfoModifier and TypeMethodDescriptionDataStorage.getAllDeletedFiles(Date date) DataStorage.getAllFilesInfo(int offset, int limit) DataStorage.getFileInfoListByChecksum(String checksum) Methods in org.exoplatform.commons.file.storage with parameters of type FileInfoModifier and TypeMethodDescriptionvoidDataStorage.createOrphanFile(FileInfo fileInfo) DataStorage.updateFileInfo(FileInfo fileInfo)