319320321322323324325326327328329
} }; } public RuleFlowGroup getRuleFlowGroup(final String name) { return new RuleFlowGroup() { public void clear() { ClearRuleFlowGroupCommand command = new ClearRuleFlowGroupCommand(); command.setName( name ); commandService.execute( command ); }