Merge branch 'master' of https://code-repo.d4science.org/gCubeSystem/storagehub-model.git
This commit is contained in:
commit
d19e3c65a3
|
@ -13,7 +13,7 @@ public interface StorageBackend {
|
|||
|
||||
String onMove(AbstractFileItem item);
|
||||
|
||||
void onDelete(Content item);
|
||||
void onDelete(Content id);
|
||||
|
||||
MetaInfo upload(InputStream stream, String relativePath, String name);
|
||||
|
||||
|
|
Loading…
Reference in New Issue