Searched refs:ruleActions (Results 1 – 1 of 1) sorted by relevance
167 List<BusinessLogicRuleAction> ruleActions = in extractRulesList() local169 rules.add(new BusinessLogicRule(ruleConditions, ruleActions)); in extractRulesList()213 List<BusinessLogicRuleAction> ruleActions = new ArrayList<>(); in extractRuleActionList() local225 ruleActions.add(new BusinessLogicRuleAction(methodName, methodArgs)); in extractRuleActionList()231 ruleActions.add(new BusinessLogicRuleAction(methodName, methodArgs)); in extractRuleActionList()233 return ruleActions; in extractRuleActionList()