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.
@FunctionalInterface public interface RuleModelRemoveHandlerThe rule model validator interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleOnRemove(AbstractRuleEngineRuleModel rule, InterceptorContext context)Introduces additional logic on rule engine rule model removal against the persistence context
-
-
-
Method Detail
-
handleOnRemove
void handleOnRemove(AbstractRuleEngineRuleModel rule, InterceptorContext context)
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
-
-