Uses of Class
edu.internet2.middleware.grouper.rules.RuleCheckType

Packages that use RuleCheckType
edu.internet2.middleware.grouper.rules   
 

Uses of RuleCheckType in edu.internet2.middleware.grouper.rules
 

Methods in edu.internet2.middleware.grouper.rules that return RuleCheckType
 RuleCheckType RuleCheck.checkTypeEnum()
          convert the type to an enum
static RuleCheckType RuleCheckType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuleCheckType RuleCheckType.valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
          do a case-insensitive matching
static RuleCheckType[] RuleCheckType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.internet2.middleware.grouper.rules with parameters of type RuleCheckType
static void RuleEngine.fireRule(RuleCheckType ruleCheckType, RulesBean rulesBean)
          find rules and fire them