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