public interface StorageBackend
| Modifier and Type | Method and Description |
|---|---|
String |
copy(String idToCopy,
String path) |
void |
delete(String id) |
InputStream |
getContent(String id) |
String |
getName() |
String |
move(String idToMove) |
MetaInfo |
upload(InputStream stream,
String itemPath) |
Copyright © 2019. All Rights Reserved.