Interface RuleModelHistoricalContentCreator
- All Known Implementing Classes:
CampaignSourceRuleModelHistoricalContentCreator,SourceRuleModelHistoricalContentCreator
public interface RuleModelHistoricalContentCreator
The historical content creator interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateHistoricalVersion(SourceRuleModel sourceRule, InterceptorContext context) creates the historical version of the model
-
Method Details
-
createHistoricalVersion
void createHistoricalVersion(SourceRuleModel sourceRule, InterceptorContext context) throws InterceptorException creates the historical version of the model- Parameters:
sourceRule- - the model to be versionedcontext- - the InterceptorContext instance, where the versioned copy is registered- Throws:
InterceptorException
-