changes on interface
This commit is contained in:
parent
18a51aa0e3
commit
bc25fa9f33
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue