public interface Removable
DataObject
s that can be removed from a DataObjectFactory.FilterIterator
Classes that implement this should therefore have a well defined iteration order
that won't per permuted if elements from the start of the sequence are removed.
It is also implemented by the target classes of Log Entry
If this interface is implemented the class provides a method to be called when the
parent Entry is deleted.Modifier and Type | Method and Description |
---|---|
void |
remove()
This method removes the record
It should delete any dependent data then call
DataObject.delete() |
void remove() throws java.lang.Exception
DataObject.delete()
java.lang.Exception