| Package | Description |
|---|---|
| org.exoplatform.commons.file.storage.dao | |
| org.exoplatform.commons.file.storage.dao.impl | |
| org.exoplatform.commons.file.storage.entity |
| Modifier and Type | Method and Description |
|---|---|
List<FileInfoEntity> |
FileInfoDAO.findAllByPage(int offset,
int limit) |
List<FileInfoEntity> |
FileInfoDAO.findDeletedFiles(Date date) |
List<FileInfoEntity> |
FileInfoDAO.findFilesByChecksum(String checksum) |
| Modifier and Type | Method and Description |
|---|---|
List<FileInfoEntity> |
FileInfoDAOImpl.findAllByPage(int offset,
int limit) |
List<FileInfoEntity> |
FileInfoDAOImpl.findDeletedFiles(Date date) |
List<FileInfoEntity> |
FileInfoDAOImpl.findFilesByChecksum(String checksum) |
| Modifier and Type | Method and Description |
|---|---|
FileInfoEntity |
OrphanFileEntity.getFileInfoEntity() |
FileInfoEntity |
FileInfoEntity.setNameSpaceEntity(NameSpaceEntity nameSpaceEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<FileInfoEntity> |
NameSpaceEntity.getFilesInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrphanFileEntity.setFileInfoEntity(FileInfoEntity fileInfoEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
NameSpaceEntity.setFilesInfo(List<FileInfoEntity> filesInfo) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.