Uses of Class
org.exoplatform.commons.file.storage.entity.FileInfoEntity
Packages that use FileInfoEntity
Package
Description
-
Uses of FileInfoEntity in org.exoplatform.commons.file.storage.dao
Methods in org.exoplatform.commons.file.storage.dao that return types with arguments of type FileInfoEntityModifier and TypeMethodDescriptionFileInfoDAO.findAllByPage(int offset, int limit) FileInfoDAO.findDeletedFiles(Date date) FileInfoDAO.findFilesByChecksum(String checksum) -
Uses of FileInfoEntity in org.exoplatform.commons.file.storage.dao.impl
Methods in org.exoplatform.commons.file.storage.dao.impl that return types with arguments of type FileInfoEntityModifier and TypeMethodDescriptionFileInfoDAOImpl.findAllByPage(int offset, int limit) FileInfoDAOImpl.findDeletedFiles(Date date) FileInfoDAOImpl.findFilesByChecksum(String checksum) -
Uses of FileInfoEntity in org.exoplatform.commons.file.storage.entity
Methods in org.exoplatform.commons.file.storage.entity that return FileInfoEntityModifier and TypeMethodDescriptionOrphanFileEntity.getFileInfoEntity()FileInfoEntity.setNameSpaceEntity(NameSpaceEntity nameSpaceEntity) Methods in org.exoplatform.commons.file.storage.entity that return types with arguments of type FileInfoEntityMethods in org.exoplatform.commons.file.storage.entity with parameters of type FileInfoEntityModifier and TypeMethodDescriptionvoidOrphanFileEntity.setFileInfoEntity(FileInfoEntity fileInfoEntity) Method parameters in org.exoplatform.commons.file.storage.entity with type arguments of type FileInfoEntityModifier and TypeMethodDescriptionvoidNameSpaceEntity.setFilesInfo(List<FileInfoEntity> filesInfo)