changes on interface

This commit is contained in:
Lucio Lelii 2022-11-22 14:03:59 +01:00
parent 18a51aa0e3
commit bc25fa9f33
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@ public abstract class StorageBackend {
public abstract MetaInfo onMove(Content content, String newParentPath); public abstract MetaInfo onMove(Content content, String newParentPath);
public abstract void onDelete(Content content); //public abstract void onDelete(Content content);
public abstract void delete(String id);
public abstract MetaInfo upload(InputStream stream, String relativePath, String name); public abstract MetaInfo upload(InputStream stream, String relativePath, String name);