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.
The historical content creator interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateHistoricalVersion(AbstractRuleEngineRuleModel ruleEngineEntity, InterceptorContext context) creates the historical version of the model
-
Method Details
-
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
-