| Package | Description |
|---|---|
| org.exoplatform.commons.file.resource | |
| org.exoplatform.commons.file.services | |
| org.exoplatform.commons.file.services.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryProvider.put(FileItem fileItem) |
void |
FileSystemResourceProvider.put(FileItem fileItem) |
void |
MemoryProvider.put(FileItem fileItem) |
void |
RdbmsResourceProvider.put(FileItem fileItem) |
void |
BinaryProviderDelegate.put(FileItem fileItem) |
| Modifier and Type | Method and Description |
|---|---|
FileItem |
FileService.getFile(long id)
Get the file (info + binary) of the given id
|
FileItem |
FileService.updateFile(FileItem file)
Update the stored file using the provided DAO and binary provider.
|
FileItem |
FileService.writeFile(FileItem file)
Store the file using the provided DAO and binary provider.
|
| Modifier and Type | Method and Description |
|---|---|
FileItem |
FileService.updateFile(FileItem file)
Update the stored file using the provided DAO and binary provider.
|
FileItem |
FileService.writeFile(FileItem file)
Store the file using the provided DAO and binary provider.
|
| Modifier and Type | Method and Description |
|---|---|
FileItem |
FileServiceImpl.getFile(long id) |
FileItem |
FileServiceImpl.updateFile(FileItem file) |
FileItem |
FileServiceImpl.writeFile(FileItem file) |
| Modifier and Type | Method and Description |
|---|---|
FileItem |
FileServiceImpl.updateFile(FileItem file) |
FileItem |
FileServiceImpl.writeFile(FileItem file) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.