public interface StorageBackend
| Modifier and Type | Method and Description |
|---|---|
InputStream |
download(Content item) |
String |
getName() |
String |
getTotalItemsCount()
Deprecated.
|
String |
getTotalSizeStored()
Deprecated.
|
String |
onCopy(AbstractFileItem item) |
void |
onDelete(Content item) |
String |
onMove(AbstractFileItem item) |
MetaInfo |
upload(InputStream stream,
String relativePath,
String name) |
String getName()
String onCopy(AbstractFileItem item)
String onMove(AbstractFileItem item)
void onDelete(Content item)
MetaInfo upload(InputStream stream, String relativePath, String name)
InputStream download(Content item)
@Deprecated String getTotalSizeStored()
@Deprecated String getTotalItemsCount()
Copyright © 2021. All Rights Reserved.