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 RuleModelHistoricalContentCreator
The historical content creator interface
  • Method Details

    • createHistoricalVersion

      void createHistoricalVersion(AbstractRuleEngineRuleModel ruleEngineEntity, InterceptorContext context)
      creates the historical version of the model
      Parameters:
      ruleEngineEntity - - the model to be versioned
      context - - the InterceptorContext instance, where the versioned copy is registered