public interface GroupDelete extends Delete
Modifier and Type | Method and Description |
---|---|
default boolean |
delete()
Obtain all the delete actions for this item and execute them in order
Note: In order to properly utilize this interface, it's not recommended
to extend this method.
|
java.util.List<Delete> |
getDeleteActions()
Get the list of delete actions for this group
|
java.util.List<Delete> getDeleteActions()
default boolean delete()
getDeleteActions()
instead.