Interface RuleEngineContextForCatalogVersionsFinderStrategy
-
- All Known Implementing Classes:
DefaultRuleEngineContextForCatalogVersionsFinderStrategy
public interface RuleEngineContextForCatalogVersionsFinderStrategy
Strategy for retrieving rule engine contexts based on catalog versions (and rule type)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends AbstractRuleEngineContextModel>
java.util.List<T>findRuleEngineContexts(java.util.Collection<CatalogVersionModel> catalogVersions, RuleType ruleType)
finds rule engine contexts for the given catalog versions and rule type
-
-
-
Method Detail
-
findRuleEngineContexts
<T extends AbstractRuleEngineContextModel> java.util.List<T> findRuleEngineContexts(java.util.Collection<CatalogVersionModel> catalogVersions, RuleType ruleType)
finds rule engine contexts for the given catalog versions and rule type- Parameters:
catalogVersions
- the catalog version(s) to look up rule engine contexts forruleType
- filters to return only mappings which rules module is of the given rule type- Returns:
- a list of rule engine contexts for the given catalog versions and rule type
-
-