Interface RuleModelHistoricalContentCreator
-
- All Known Implementing Classes:
RuleEngineRuleModelHistoricalContentCreator
- 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 RuleModelHistoricalContentCreatorThe historical content creator interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateHistoricalVersion(AbstractRuleEngineRuleModel ruleEngineEntity, InterceptorContext context)creates the historical version of the model
-
-
-
Method Detail
-
createHistoricalVersion
void createHistoricalVersion(AbstractRuleEngineRuleModel ruleEngineEntity, InterceptorContext context)
creates the historical version of the model- Parameters:
ruleEngineEntity- - the model to be versionedcontext- - the InterceptorContext instance, where the versioned copy is registered
-
-