public interface Deletable
| Modifier and Type | Method and Description |
|---|---|
default boolean |
allowDelete(handle ref,
boolean explicit)
Check if the resource can veto the delete or not, before attempting the
delete() call. |
void |
delete()
Perform actual delete of an resource.
|
void delete()
default boolean allowDelete(handle ref, boolean explicit)
delete() call.ref - The exact handle holding the reference, on which the delete is attempted.explicit - Flag indicating this is called via DELETE OBJECT from the application.false if the delete is vetoed.