338339340341342343344345346347348
} }; } public RuleFlowGroup getRuleFlowGroup(final String name) { return new RuleFlowGroup() { public void clear() { ClearRuleFlowGroupCommand command = new ClearRuleFlowGroupCommand(); command.setName( name ); commandService.execute( command ); }
341342343344345346347348349350351
336337338339340341342343344345346
335336337338339340341342343344345
323324325326327328329330331332333