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