Interface DeleteRule


@RuleType(name="nuclos.ruletype.deleterule.name", description="nuclos.ruletype.deleterule.description") public interface DeleteRule
DeleteRule is the interface that should be used to make an rule applicable for Deletion-Events.

Classes implementing this interface can be attached to entities. In case of an Deletion-Event the method delete is called.

Author:
Matthias Reichart
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    DeleteContext is the context providing all deleting - relevant attributes and methods.