Interface RuleModelHistoricalContentCreator
-
- All Known Implementing Classes:
CampaignSourceRuleModelHistoricalContentCreator,SourceRuleModelHistoricalContentCreator
public interface RuleModelHistoricalContentCreatorThe historical content creator interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateHistoricalVersion(SourceRuleModel sourceRule, InterceptorContext context)creates the historical version of the model
-
-
-
Method Detail
-
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
-
-