org.kuali.rice.kew.rule
Interface MassRuleAttribute


public interface MassRuleAttribute

An attribute which can be used to filter a List of rules prior to evaluation by the rules engine.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
FlexRM

Method Summary
 List<Rule> filterNonMatchingRules(RouteContext routeContext, List<Rule> rules)
           
 

Method Detail

filterNonMatchingRules

List<Rule> filterNonMatchingRules(RouteContext routeContext,
                                  List<Rule> rules)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.