Interface RuleActionDefinitionService
- All Known Implementing Classes:
DefaultRuleActionDefinitionService
public interface RuleActionDefinitionService
The interface provides with method for fetching all rule action definitions.
-
Method Summary
Modifier and TypeMethodDescriptionFinds List ofRuleActionDefinitionModels.getRuleActionDefinitionsForRuleType(Class<?> ruleType) Finds List ofRuleActionDefinitionModels for given rule type.
-
Method Details
-
getAllRuleActionDefinitions
List<RuleActionDefinitionModel> getAllRuleActionDefinitions()Finds List ofRuleActionDefinitionModels.- Returns:
- List of
RuleActionDefinitionModels.
-
getRuleActionDefinitionsForRuleType
Finds List ofRuleActionDefinitionModels for given rule type.- Parameters:
ruleType- - type of rule- Returns:
- List of
RuleActionDefinitionModels.
-