Interface RuleConditionDefinitionService
- All Known Implementing Classes:
DefaultRuleConditionDefinitionService
public interface RuleConditionDefinitionService
The interface provides with method for retrieving rule condition definitions.
-
Method Summary
Modifier and TypeMethodDescriptionFinds List ofRuleConditionDefinitionModels.getRuleConditionDefinitionsForRuleType(Class<?> ruleType) Finds List ofRuleConditionDefinitionModels for given rule type.
-
Method Details
-
getAllRuleConditionDefinitions
List<RuleConditionDefinitionModel> getAllRuleConditionDefinitions()Finds List ofRuleConditionDefinitionModels.- Returns:
- List of
RuleConditionDefinitionModels.
-
getRuleConditionDefinitionsForRuleType
Finds List ofRuleConditionDefinitionModels for given rule type.- Parameters:
ruleType- - type of rule- Returns:
- List of
RuleConditionDefinitionModels.
-