Interface InsertRule


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

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

Author:
Matthias Reichart
See Also:
  • Method Summary

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