- FileBinaryDAO - Interface in org.exoplatform.commons.file.storage.dao
-
Data Access Object layer for binary data files.
- FileBinaryDAOImpl - Class in org.exoplatform.commons.file.storage.dao.impl
-
Data Access Object layer for binary data files.
- FileBinaryDAOImpl() - Constructor for class org.exoplatform.commons.file.storage.dao.impl.FileBinaryDAOImpl
-
- FileBinaryEntity - Class in org.exoplatform.commons.file.storage.entity
-
Entity for Binary DATA File.
- FileBinaryEntity() - Constructor for class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
-
- FileChecksum - Class in org.exoplatform.commons.file.services.util
-
Offers to calculate Checksum
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
- FileChecksum() - Constructor for class org.exoplatform.commons.file.services.util.FileChecksum
-
- FileInfo - Class in org.exoplatform.commons.file.model
-
File information
- FileInfo(Long, String, String, String, long, Date, String, String, boolean) - Constructor for class org.exoplatform.commons.file.model.FileInfo
-
- fileInfo - Variable in class org.exoplatform.commons.file.model.FileItem
-
- FileInfoDAO - Interface in org.exoplatform.commons.file.storage.dao
-
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
- FileInfoDAOImpl - Class in org.exoplatform.commons.file.storage.dao.impl
-
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
- FileInfoDAOImpl() - Constructor for class org.exoplatform.commons.file.storage.dao.impl.FileInfoDAOImpl
-
- FileInfoEntity - Class in org.exoplatform.commons.file.storage.entity
-
Entity for File Information.
- FileInfoEntity() - Constructor for class org.exoplatform.commons.file.storage.entity.FileInfoEntity
-
- FileInfoEntity(String, String, long, Date, String, String, boolean) - Constructor for class org.exoplatform.commons.file.storage.entity.FileInfoEntity
-
- FileInfoEntity(long, String, String, long, Date, String, String, boolean) - Constructor for class org.exoplatform.commons.file.storage.entity.FileInfoEntity
-
- FileItem - Class in org.exoplatform.commons.file.model
-
Object representing a file : information + binary
- FileItem(FileInfo, InputStream) - Constructor for class org.exoplatform.commons.file.model.FileItem
-
- FileItem(Long, String, String, String, long, Date, String, boolean, InputStream) - Constructor for class org.exoplatform.commons.file.model.FileItem
-
- FileService - Interface in org.exoplatform.commons.file.services
-
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
- FileServiceImpl - Class in org.exoplatform.commons.file.services.impl
-
File Service which stores the file metadata in a database, and uses a
BinaryProvider to store the file binary.
- FileServiceImpl(DataStorage, BinaryProvider) - Constructor for class org.exoplatform.commons.file.services.impl.FileServiceImpl
-
- FileStorageCheckController - Class in org.exoplatform.commons.file.services.checker
-
File Storage Check Controller allows check file Storage consistency: Created
by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
- FileStorageCheckController(DataStorage, BinaryProvider) - Constructor for class org.exoplatform.commons.file.services.checker.FileStorageCheckController
-
- FileStorageCleanJob - Class in org.exoplatform.commons.file.services.job
-
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
- FileStorageCleanJob() - Constructor for class org.exoplatform.commons.file.services.job.FileStorageCleanJob
-
- FileStorageCronJob - Class in org.exoplatform.commons.file.services.job
-
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
- FileStorageCronJob(InitParams) - Constructor for class org.exoplatform.commons.file.services.job.FileStorageCronJob
-
- FileStorageException - Exception in org.exoplatform.commons.file.services
-
An exception that represents any type of exception persisted File Storage
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
- FileStorageException(String) - Constructor for exception org.exoplatform.commons.file.services.FileStorageException
- FileStorageException(Throwable) - Constructor for exception org.exoplatform.commons.file.services.FileStorageException
- FileStorageException(String, Throwable) - Constructor for exception org.exoplatform.commons.file.services.FileStorageException
- FileSystemResourceProvider - Class in org.exoplatform.commons.file.resource
-
This class provide file system implementation of the File RDBMS API.
- FileSystemResourceProvider(String) - Constructor for class org.exoplatform.commons.file.resource.FileSystemResourceProvider
-
- FileSystemResourceProvider(InitParams) - Constructor for class org.exoplatform.commons.file.resource.FileSystemResourceProvider
-
- FileUtils - Class in org.exoplatform.commons.file.resource
-
This is an utility class : File operation Created by The eXo Platform SAS
Author : eXoPlatform exo@exoplatform.com
- findAllByPage(int, int) - Method in interface org.exoplatform.commons.file.storage.dao.FileInfoDAO
-
- findAllByPage(int, int) - Method in class org.exoplatform.commons.file.storage.dao.impl.FileInfoDAOImpl
-
- findDeletedFiles(Date) - Method in interface org.exoplatform.commons.file.storage.dao.FileInfoDAO
-
- findDeletedFiles(Date) - Method in class org.exoplatform.commons.file.storage.dao.impl.FileInfoDAOImpl
-
- findDeletedFiles(Date) - Method in class org.exoplatform.commons.file.storage.dao.impl.OrphanFileDAOImpl
-
- findDeletedFiles(Date) - Method in interface org.exoplatform.commons.file.storage.dao.OrphanFileDAO
-
- findFileBinaryByName(String) - Method in interface org.exoplatform.commons.file.storage.dao.FileBinaryDAO
-
- findFileBinaryByName(String) - Method in class org.exoplatform.commons.file.storage.dao.impl.FileBinaryDAOImpl
-
- findFilesByChecksum(String) - Method in interface org.exoplatform.commons.file.storage.dao.FileInfoDAO
-
- findFilesByChecksum(String) - Method in class org.exoplatform.commons.file.storage.dao.impl.FileInfoDAOImpl
-