Interface DeleteFinalRule


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

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

Author:
Matthias Reichart
  • Method Summary

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