Class DeletionTree.DeleteContext
java.lang.Object
ch.tocco.nice2.persist.entity.impl.cascadingdelete.DeletionTree.DeleteContext
- Enclosing class:
DeletionTree
-
Method Summary
-
Method Details
-
isDeletable
public boolean isDeletable()- Returns:
- false, if this entity is not deletable, because it's referenced.
- See Also:
-
getVisualisation
-
isDelayed
public boolean isDelayed()- Returns:
- true if this entity should be deleted after the parent
-
getCause
- Returns:
- an unmodifiable list of the entities which reference this entity and therefore cause it to be undeletable.
-
addCause
-