Index

A B C D E F G H I L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addFile(File) - Method in class org.exoplatform.commons.file.resource.FileCleaner
 
addNameSpacePlugin(NameSpacePlugin) - Method in class org.exoplatform.commons.file.services.impl.NameSpaceServiceImpl
Add a nameSpace plugin
addResourceProviderPlugin(ResourceProviderPlugin) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
Add a resourceProvider plugin

B

BinaryProvider - Interface in org.exoplatform.commons.file.resource
When implementing a resource store you should implement equals and hashCode method.
BinaryProviderDelegate - Class in org.exoplatform.commons.file.resource
This service class allow to detect the implementation of File RDBMS API to use as Binary provider.
BinaryProviderDelegate(InitParams) - Constructor for class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
buildPath(String) - Method in class org.exoplatform.commons.file.resource.TreeFileUtils
 
buildPathX8(String) - Method in class org.exoplatform.commons.file.resource.TreeFileUtils
 

C

callPeriodically() - Method in class org.exoplatform.commons.file.resource.FileCleaner
 
callPeriodically() - Method in class org.exoplatform.commons.file.resource.WorkerThread
 
checkFileStorage() - Method in class org.exoplatform.commons.file.services.checker.FileStorageCheckController
 
checksum - Variable in class org.exoplatform.commons.file.model.FileInfo
 
copyToFile(InputStream, File) - Static method in class org.exoplatform.commons.file.resource.FileUtils
Writes bytes from the specified inputStream to output stream.
create(FileInfo, NameSpace) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
createNameSpace(String, String) - Method in class org.exoplatform.commons.file.services.impl.NameSpaceServiceImpl
 
createNameSpace(String, String) - Method in interface org.exoplatform.commons.file.services.NameSpaceService
 
createNameSpace(NameSpace) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
createNameSpaces(List<NameSpace>) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
createNewFile(File) - Static method in class org.exoplatform.commons.file.resource.FileUtils
Create new file.
createOrphanFile(FileInfo) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
CURRENT_SWAP_FILES - Static variable in class org.exoplatform.commons.file.resource.FileCleaner
In-share files database.

D

data - Variable in class org.exoplatform.commons.file.model.FileItem
Object representing a file : information + binary
DataStorage - Class in org.exoplatform.commons.file.storage
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
DataStorage(FileInfoDAO, NameSpaceDAO, OrphanFileDAO) - Constructor for class org.exoplatform.commons.file.storage.DataStorage
 
DEFAULT_TIMEOUT - Static variable in class org.exoplatform.commons.file.resource.FileCleaner
 
delete() - Method in class org.exoplatform.commons.file.resource.TreeFile
 
deleted - Variable in class org.exoplatform.commons.file.model.FileInfo
 
deleteFile(long) - Method in interface org.exoplatform.commons.file.services.FileService
Delete file with the given id The file is not physically deleted, it is only a logical deletion
deleteFile(long) - Method in class org.exoplatform.commons.file.services.impl.FileServiceImpl
 
deleteFileInfo(long) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
deleteOrphanFile(long) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
deleteParent(File) - Method in class org.exoplatform.commons.file.resource.TreeFile
 

E

ENABLED_PARAM - Static variable in class org.exoplatform.commons.file.services.job.FileStorageCronJob
 
equals(Object) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
equals(Object) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
execute(JobExecutionContext) - Method in class org.exoplatform.commons.file.services.job.FileStorageCleanJob
 
exists(File) - Static method in class org.exoplatform.commons.file.resource.FileUtils
Tests in privileged mode whether the file or directory denoted by this abstract pathname exists.
exists(String) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
exists(String) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
exists(String) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
exists(String) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
exists(String) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 

F

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
 
FileCleaner - Class in org.exoplatform.commons.file.resource
Created by The eXo Platform SAS.
FileCleaner() - Constructor for class org.exoplatform.commons.file.resource.FileCleaner
 
FileCleaner(boolean) - Constructor for class org.exoplatform.commons.file.resource.FileCleaner
 
FileCleaner(long) - Constructor for class org.exoplatform.commons.file.resource.FileCleaner
 
FileCleaner(long, boolean) - Constructor for class org.exoplatform.commons.file.resource.FileCleaner
 
FileCleaner(String, long, boolean) - Constructor for class org.exoplatform.commons.file.resource.FileCleaner
 
FileCleaner(String, ExoContainerContext, long) - Constructor for class org.exoplatform.commons.file.resource.FileCleaner
 
FileCleaner(ExoContainerContext) - Constructor for class org.exoplatform.commons.file.resource.FileCleaner
 
fileInfo - Variable in class org.exoplatform.commons.file.model.FileItem
 
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
 
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(long, String, String, long, Date, String, String, boolean) - 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
 
FileItem - Class in org.exoplatform.commons.file.model
Object representing a file : information + binary
FileItem(Long, String, String, String, long, Date, String, boolean, InputStream) - Constructor for class org.exoplatform.commons.file.model.FileItem
 
FileItem(FileInfo, InputStream) - Constructor for class org.exoplatform.commons.file.model.FileItem
 
files - Variable in class org.exoplatform.commons.file.resource.FileCleaner
 
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, NameSpaceService, ListenerService) - 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 Class 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 class org.exoplatform.commons.file.services.FileStorageException
FileStorageException(String, Throwable) - Constructor for exception class org.exoplatform.commons.file.services.FileStorageException
FileStorageException(Throwable) - Constructor for exception class 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
 

G

getAllDeletedFiles(Date) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
getAllFilesInfo(int, int) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
getAllOrphanFile(Date) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
getAsByte() - Method in class org.exoplatform.commons.file.model.FileItem
 
getAsStream() - Method in class org.exoplatform.commons.file.model.FileItem
getBytes(String) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
getBytes(String) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
getBytes(String) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
getBytes(String) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
getBytes(String) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
getChecksum() - Method in class org.exoplatform.commons.file.model.FileInfo
 
getChecksum() - Method in class org.exoplatform.commons.file.model.OrphanFile
 
getChecksum() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
getChecksum() - Method in class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
getChecksum(InputStream) - Static method in class org.exoplatform.commons.file.services.util.FileChecksum
MD5-Checksum for a file.
getChecksum(String) - Static method in class org.exoplatform.commons.file.services.util.FileChecksum
MD5-Checksum for a string.
getData() - Method in class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
 
getDefaultNameSpace() - Method in class org.exoplatform.commons.file.services.impl.NameSpaceServiceImpl
 
getDefaultNameSpace() - Method in interface org.exoplatform.commons.file.services.NameSpaceService
 
getDeletedDate() - Method in class org.exoplatform.commons.file.model.OrphanFile
 
getDeletedDate() - Method in class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
getDescription() - Method in class org.exoplatform.commons.file.model.NameSpace
 
getDescription() - Method in class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
getFile(long) - Method in interface org.exoplatform.commons.file.services.FileService
Get the file (info + binary) of the given id
getFile(long) - Method in class org.exoplatform.commons.file.services.impl.FileServiceImpl
 
getFile(String) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
getFile(String) - Method in class org.exoplatform.commons.file.resource.TreeFileUtils
 
getFileId() - Method in class org.exoplatform.commons.file.model.OrphanFile
 
getFileInfo() - Method in class org.exoplatform.commons.file.model.FileItem
 
getFileInfo(long) - Method in interface org.exoplatform.commons.file.services.FileService
Get only the file info of the given id
getFileInfo(long) - Method in class org.exoplatform.commons.file.services.impl.FileServiceImpl
 
getFileInfo(long) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
getFileInfoEntity() - Method in class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
getFileInfoListByChecksum(String) - Method in interface org.exoplatform.commons.file.services.FileService
Get the files info of the given checksum
getFileInfoListByChecksum(String) - Method in class org.exoplatform.commons.file.services.impl.FileServiceImpl
 
getFileInfoListByChecksum(String) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
getFilePath(String) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
getFilePath(String) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
getFilePath(String) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
getFilePath(String) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
getFilePath(String) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
getFilePath(FileInfo) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
getFilePath(FileInfo) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
getFilePath(FileInfo) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
getFilePath(FileInfo) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
getFilePath(FileInfo) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
getFilesByChecksum(String) - Method in interface org.exoplatform.commons.file.services.FileService
Get the files (info + binary) of the given checksum
getFilesByChecksum(String) - Method in class org.exoplatform.commons.file.services.impl.FileServiceImpl
 
getFilesInfo() - Method in class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
getId() - Method in class org.exoplatform.commons.file.model.FileInfo
 
getId() - Method in class org.exoplatform.commons.file.model.NameSpace
 
getId() - Method in class org.exoplatform.commons.file.model.OrphanFile
 
getId() - Method in class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
 
getId() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
getId() - Method in class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
getId() - Method in class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
getJobDataMap() - Method in class org.exoplatform.commons.file.services.job.FileStorageCronJob
 
getLocation() - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
getLocation() - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
getLocation() - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
getLocation() - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
getLocation() - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
getMimetype() - Method in class org.exoplatform.commons.file.model.FileInfo
 
getMimetype() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
getName() - Method in class org.exoplatform.commons.file.model.FileInfo
 
getName() - Method in class org.exoplatform.commons.file.model.NameSpace
 
getName() - Method in class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
 
getName() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
getName() - Method in class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
getNameSpace() - Method in class org.exoplatform.commons.file.model.FileInfo
 
getNameSpace(long) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
getNameSpace(String) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
getNameSpaceByName(String) - Method in class org.exoplatform.commons.file.storage.dao.impl.NameSpaceDAOImpl
 
getNameSpaceByName(String) - Method in interface org.exoplatform.commons.file.storage.dao.NameSpaceDAO
 
getNameSpaceEntity() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
getNameSpaceList() - Method in class org.exoplatform.commons.file.services.NameSpacePlugin
 
getResourceProviderData() - Method in class org.exoplatform.commons.file.resource.ResourceProviderPlugin
 
getRoot() - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
getSize() - Method in class org.exoplatform.commons.file.model.FileInfo
 
getSize() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
getStream(String) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
getStream(String) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
getStream(String) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
getStream(String) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
getStream(String) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
getUpdatedDate() - Method in class org.exoplatform.commons.file.model.FileInfo
 
getUpdatedDate() - Method in class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
 
getUpdatedDate() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
getUpdater() - Method in class org.exoplatform.commons.file.model.FileInfo
 
getUpdater() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
getURL(String) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
getURL(String) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
getURL(String) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
getURL(String) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
getURL(String) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 

H

halt() - Method in class org.exoplatform.commons.file.resource.FileCleaner
 
halt() - Method in class org.exoplatform.commons.file.resource.WorkerThread
 
hashCode() - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
hashCode() - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 

I

id - Variable in class org.exoplatform.commons.file.model.FileInfo
 
isDeleted() - Method in class org.exoplatform.commons.file.model.FileInfo
 
isDeleted() - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
isEnabled() - Static method in class org.exoplatform.commons.file.services.job.FileStorageCleanJob
 
isStarted() - Static method in class org.exoplatform.commons.file.services.job.FileStorageCleanJob
 

L

lastModified(String) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
lastModified(String) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
lastModified(String) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
lastModified(String) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
lastModified(String) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
location - Variable in class org.exoplatform.commons.file.resource.MemoryProvider
 
LOG - Static variable in class org.exoplatform.commons.file.resource.FileCleaner
 
LOG - Static variable in class org.exoplatform.commons.file.services.checker.FileStorageCheckController
 

M

makeFilePath(String) - Method in class org.exoplatform.commons.file.resource.TreeFileUtils
 
MemoryProvider - Class in org.exoplatform.commons.file.resource
 
MemoryProvider() - Constructor for class org.exoplatform.commons.file.resource.MemoryProvider
 
MemoryProvider(Map<String, byte[]>) - Constructor for class org.exoplatform.commons.file.resource.MemoryProvider
 
mimetype - Variable in class org.exoplatform.commons.file.model.FileInfo
 
mkdirs(File) - Static method in class org.exoplatform.commons.file.resource.FileUtils
Creates the directory in privileged mode.

N

name - Variable in class org.exoplatform.commons.file.model.FileInfo
 
nameSpace - Variable in class org.exoplatform.commons.file.model.FileInfo
 
NameSpace - Class in org.exoplatform.commons.file.model
NameSpace information
NameSpace(long, String, String) - Constructor for class org.exoplatform.commons.file.model.NameSpace
 
NameSpace(String, String) - Constructor for class org.exoplatform.commons.file.model.NameSpace
 
NameSpaceDAO - Interface in org.exoplatform.commons.file.storage.dao
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
NameSpaceDAOImpl - Class in org.exoplatform.commons.file.storage.dao.impl
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
NameSpaceDAOImpl() - Constructor for class org.exoplatform.commons.file.storage.dao.impl.NameSpaceDAOImpl
 
NameSpaceEntity - Class in org.exoplatform.commons.file.storage.entity
Entity for NameSpace.
NameSpaceEntity() - Constructor for class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
NameSpaceEntity(long, String, String) - Constructor for class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
NameSpaceEntity(String, String) - Constructor for class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
NameSpacePlugin - Class in org.exoplatform.commons.file.services
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
NameSpacePlugin(InitParams) - Constructor for class org.exoplatform.commons.file.services.NameSpacePlugin
 
NameSpaceService - Interface in org.exoplatform.commons.file.services
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
NameSpaceServiceImpl - Class in org.exoplatform.commons.file.services.impl
NameSpace service Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
NameSpaceServiceImpl(DataStorage, InitParams, DataInitializer) - Constructor for class org.exoplatform.commons.file.services.impl.NameSpaceServiceImpl
 

O

org.exoplatform.commons.file.model - package org.exoplatform.commons.file.model
 
org.exoplatform.commons.file.resource - package org.exoplatform.commons.file.resource
 
org.exoplatform.commons.file.services - package org.exoplatform.commons.file.services
 
org.exoplatform.commons.file.services.checker - package org.exoplatform.commons.file.services.checker
 
org.exoplatform.commons.file.services.impl - package org.exoplatform.commons.file.services.impl
 
org.exoplatform.commons.file.services.job - package org.exoplatform.commons.file.services.job
 
org.exoplatform.commons.file.services.util - package org.exoplatform.commons.file.services.util
 
org.exoplatform.commons.file.storage - package org.exoplatform.commons.file.storage
 
org.exoplatform.commons.file.storage.dao - package org.exoplatform.commons.file.storage.dao
 
org.exoplatform.commons.file.storage.dao.impl - package org.exoplatform.commons.file.storage.dao.impl
 
org.exoplatform.commons.file.storage.entity - package org.exoplatform.commons.file.storage.entity
 
OrphanFile - Class in org.exoplatform.commons.file.model
Orphan File information
OrphanFile(long, long, String, Date) - Constructor for class org.exoplatform.commons.file.model.OrphanFile
 
OrphanFile(long, String, Date) - Constructor for class org.exoplatform.commons.file.model.OrphanFile
 
OrphanFileDAO - Interface in org.exoplatform.commons.file.storage.dao
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
OrphanFileDAOImpl - Class in org.exoplatform.commons.file.storage.dao.impl
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
OrphanFileDAOImpl() - Constructor for class org.exoplatform.commons.file.storage.dao.impl.OrphanFileDAOImpl
 
OrphanFileEntity - Class in org.exoplatform.commons.file.storage.entity
Entity for Deleted Files.
OrphanFileEntity() - Constructor for class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
OrphanFileEntity(long, long, String, Date) - Constructor for class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
OrphanFileEntity(long, String, Date) - Constructor for class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 

P

put(String, byte[]) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
put(String, byte[]) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
put(String, byte[]) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
put(String, byte[]) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
put(String, byte[]) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
put(String, InputStream) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
put(String, InputStream) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
put(String, InputStream) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
Write a file to the file system.
put(String, InputStream) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
put(String, InputStream) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
put(FileItem) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
put(FileItem) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
put(FileItem) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
put(FileItem) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
put(FileItem) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 

R

RdbmsResourceProvider - Class in org.exoplatform.commons.file.resource
This class provide database implementation of the File RDBMS API.
RdbmsResourceProvider(FileBinaryDAO) - Constructor for class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
readBytes(InputStream) - Static method in class org.exoplatform.commons.file.resource.FileUtils
Reads bytes of data from the input stream into an array of bytes.
remove(String) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
remove(String) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
remove(String) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
remove(String) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
remove(String) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
remove(FileInfo) - Method in interface org.exoplatform.commons.file.resource.BinaryProvider
 
remove(FileInfo) - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
remove(FileInfo) - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
remove(FileInfo) - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
remove(FileInfo) - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
removeFile(File) - Method in class org.exoplatform.commons.file.resource.FileCleaner
 
RepairFileStorage() - Method in class org.exoplatform.commons.file.services.checker.FileStorageCheckController
 
REPORT_CONSISTENT_MESSAGE - Static variable in class org.exoplatform.commons.file.services.checker.FileStorageCheckController
 
REPORT_NOT_CONSISTENT_MESSAGE - Static variable in class org.exoplatform.commons.file.services.checker.FileStorageCheckController
 
ResourceProviderPlugin - Class in org.exoplatform.commons.file.resource
This Component Plugin allows you to dynamically define a resource provider.
ResourceProviderPlugin(InitParams) - Constructor for class org.exoplatform.commons.file.resource.ResourceProviderPlugin
 
RETENTION_PARAM - Static variable in class org.exoplatform.commons.file.services.job.FileStorageCronJob
 
root - Variable in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
rootDir - Variable in class org.exoplatform.commons.file.resource.TreeFileUtils
Storage root dir.
run() - Method in class org.exoplatform.commons.file.resource.WorkerThread
 

S

setChecksum(InputStream) - Method in class org.exoplatform.commons.file.model.FileItem
 
setChecksum(String) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setChecksum(String) - Method in class org.exoplatform.commons.file.model.OrphanFile
 
setChecksum(String) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
setChecksum(String) - Method in class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
setData(byte[]) - Method in class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
 
setDeleted(boolean) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setDeleted(boolean) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
setDeletedDate(Date) - Method in class org.exoplatform.commons.file.model.OrphanFile
 
setDeletedDate(Date) - Method in class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
setDescription(String) - Method in class org.exoplatform.commons.file.model.NameSpace
 
setDescription(String) - Method in class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
setEnabled(Boolean) - Static method in class org.exoplatform.commons.file.services.job.FileStorageCleanJob
 
setFileId(long) - Method in class org.exoplatform.commons.file.model.OrphanFile
 
setFileInfo(FileInfo) - Method in class org.exoplatform.commons.file.model.FileItem
 
setFileInfoEntity(FileInfoEntity) - Method in class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
setFilesInfo(List<FileInfoEntity>) - Method in class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
setId(long) - Method in class org.exoplatform.commons.file.model.NameSpace
 
setId(long) - Method in class org.exoplatform.commons.file.model.OrphanFile
 
setId(Long) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setId(Long) - Method in class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
 
setId(Long) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
setId(Long) - Method in class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
setId(Long) - Method in class org.exoplatform.commons.file.storage.entity.OrphanFileEntity
 
setInputStream(InputStream) - Method in class org.exoplatform.commons.file.model.FileItem
 
setMimetype(String) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setMimetype(String) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
setName(String) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setName(String) - Method in class org.exoplatform.commons.file.model.NameSpace
 
setName(String) - Method in class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
 
setName(String) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
setName(String) - Method in class org.exoplatform.commons.file.storage.entity.NameSpaceEntity
 
setNameSpace(String) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setNameSpaceEntity(NameSpaceEntity) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
setNameSpaceList(Map<String, String>) - Method in class org.exoplatform.commons.file.services.NameSpacePlugin
 
setResourceProviderData(Map<String, String>) - Method in class org.exoplatform.commons.file.resource.ResourceProviderPlugin
 
setSize(long) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setSize(long) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
setUpdatedDate(Date) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setUpdatedDate(Date) - Method in class org.exoplatform.commons.file.storage.entity.FileBinaryEntity
 
setUpdatedDate(Date) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
setUpdater(String) - Method in class org.exoplatform.commons.file.model.FileInfo
 
setUpdater(String) - Method in class org.exoplatform.commons.file.storage.entity.FileInfoEntity
 
sharedChecksum(String) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
size - Variable in class org.exoplatform.commons.file.model.FileInfo
 
start() - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
start() - Method in class org.exoplatform.commons.file.services.checker.FileStorageCheckController
 
start() - Method in class org.exoplatform.commons.file.services.impl.NameSpaceServiceImpl
 
stop() - Method in class org.exoplatform.commons.file.resource.BinaryProviderDelegate
 
stop() - Method in class org.exoplatform.commons.file.services.checker.FileStorageCheckController
 
stop() - Method in class org.exoplatform.commons.file.services.impl.NameSpaceServiceImpl
 
stopped - Variable in class org.exoplatform.commons.file.resource.WorkerThread
 
store - Variable in class org.exoplatform.commons.file.resource.MemoryProvider
 

T

timeout - Variable in class org.exoplatform.commons.file.resource.WorkerThread
 
toString() - Method in class org.exoplatform.commons.file.resource.FileSystemResourceProvider
 
toString() - Method in class org.exoplatform.commons.file.resource.MemoryProvider
 
toString() - Method in class org.exoplatform.commons.file.resource.RdbmsResourceProvider
 
TreeFile - Class in org.exoplatform.commons.file.resource
 
TreeFileUtils - Class in org.exoplatform.commons.file.resource
Utils class offers build file tree with take account concurrency access.
TreeFileUtils(File) - Constructor for class org.exoplatform.commons.file.resource.TreeFileUtils
 

U

updatedDate - Variable in class org.exoplatform.commons.file.model.FileInfo
 
updateFile(FileItem) - Method in interface org.exoplatform.commons.file.services.FileService
Update the stored file using the provided DAO and binary provider.
updateFile(FileItem) - Method in class org.exoplatform.commons.file.services.impl.FileServiceImpl
 
updateFileInfo(FileInfo) - Method in class org.exoplatform.commons.file.storage.DataStorage
 
updater - Variable in class org.exoplatform.commons.file.model.FileInfo
 

W

WorkerThread - Class in org.exoplatform.commons.file.resource
Created by The eXo Platform SAS.
WorkerThread(long) - Constructor for class org.exoplatform.commons.file.resource.WorkerThread
 
WorkerThread(String, long) - Constructor for class org.exoplatform.commons.file.resource.WorkerThread
 
writeFile(File, byte[]) - Static method in class org.exoplatform.commons.file.resource.FileUtils
Writes bytes from byte array to output stream.
writeFile(FileItem) - Method in interface org.exoplatform.commons.file.services.FileService
Store the file using the provided DAO and binary provider.
writeFile(FileItem) - Method in class org.exoplatform.commons.file.services.impl.FileServiceImpl
 
A B C D E F G H I L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form