Interface RuleModelRemoveHandler
- All Known Implementing Classes:
RuleEngineRuleModelRemoveHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The rule model validator interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleOnRemove(AbstractRuleEngineRuleModel rule, InterceptorContext context) Introduces additional logic on rule engine rule model removal against the persistence context
-
Method Details
-
handleOnRemove
Introduces additional logic on rule engine rule model removal against the persistence context- Parameters:
rule- - the AbstractRuleEngineRuleModel entity to be validatedcontext- - the interceptor context to validate the content with
-