Interface CatalogVersionFinderStrategy
-
- All Known Implementing Classes:
DefaultCatalogVersionFinderStrategy
public interface CatalogVersionFinderStrategyThe finder strategy for catalog version
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CatalogVersionModel>findCatalogVersionsByRulesModule(AbstractRulesModuleModel rulesModule)Find catalog versions by rules module
-
-
-
Method Detail
-
findCatalogVersionsByRulesModule
java.util.List<CatalogVersionModel> findCatalogVersionsByRulesModule(AbstractRulesModuleModel rulesModule)
Find catalog versions by rules module- Parameters:
rulesModule- rules module- Returns:
- list of qualifying catalog versions
-
-