Interface RuleEngineContextDao
- All Known Implementing Classes:
DefaultRuleEngineContextDao
public interface RuleEngineContextDao
Provides dao functionality for
AbstractRuleEngineContextModel.-
Method Summary
Modifier and TypeMethodDescriptionreturns the rule engine context for the given name or null<T extends AbstractRuleEngineContextModel>
List<T>returns the rule engine contexts for the given ruleModule
-
Method Details
-
findRuleEngineContextByName
returns the rule engine context for the given name or null- Parameters:
name- the name- Returns:
- the rule engine context for the given name or null
-
findRuleEngineContextByRulesModule
<T extends AbstractRuleEngineContextModel> List<T> findRuleEngineContextByRulesModule(AbstractRulesModuleModel rulesModule) returns the rule engine contexts for the given ruleModule- Parameters:
rulesModule- the rules module- Returns:
- list of rule engine contexts for the given ruleModule
-