Searched refs:allActions (Results 1 – 1 of 1) sorted by relevance
188 Map<INode, List<RuleAction>> allActions = new HashMap<INode, List<RuleAction>>(); in getMenuItems() local191 allActions.put(node, actionList); in getMenuItems()194 Set<String> availableIds = computeApplicableActionIds(allActions); in getMenuItems()205 List<RuleAction> firstSelectedActions = allActions.get(first); in getMenuItems()530 Map<INode, List<RuleAction>> allActions = new HashMap<INode, List<RuleAction>>(); in addMenuItems() local533 allActions.put(node, actionList); in addMenuItems()536 Set<String> availableIds = computeApplicableActionIds(allActions); in addMenuItems()540 List<RuleAction> firstSelectedActions = allActions.get(first); in addMenuItems()