Hi Wouldn't it make sense to have a Deletable interface instead of mingling Modifiable with a delete() method? Some documents may well be creatable and deletable, but not modifiable, so we would need a Deletable interface there. -- Kind regards, Andi