Uses of Interface
de.hybris.platform.ruleengine.versioning.RuleModelHistoricalContentCreator
-
Packages that use RuleModelHistoricalContentCreator Package Description de.hybris.platform.ruleengine.dao.interceptors de.hybris.platform.ruleengine.versioning.impl -
-
Uses of RuleModelHistoricalContentCreator in de.hybris.platform.ruleengine.dao.interceptors
Methods in de.hybris.platform.ruleengine.dao.interceptors that return RuleModelHistoricalContentCreator Modifier and Type Method Description protected RuleModelHistoricalContentCreatorRuleEngineRulePrepareInterceptor. getHistoricalContentCreator()Methods in de.hybris.platform.ruleengine.dao.interceptors with parameters of type RuleModelHistoricalContentCreator Modifier and Type Method Description voidRuleEngineRulePrepareInterceptor. setHistoricalContentCreator(RuleModelHistoricalContentCreator historicalContentCreator) -
Uses of RuleModelHistoricalContentCreator in de.hybris.platform.ruleengine.versioning.impl
Classes in de.hybris.platform.ruleengine.versioning.impl that implement RuleModelHistoricalContentCreator Modifier and Type Class Description classRuleEngineRuleModelHistoricalContentCreatorHelper class, that manages the historical version of the DroolsRule object creation
-