Uses of Interface
org.kuali.rice.kew.api.rule.RuleContract

Packages that use RuleContract
org.kuali.rice.kew.api.rule Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.api.validation Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.rule   
org.kuali.rice.kew.rule.web   
 

Uses of RuleContract in org.kuali.rice.kew.api.rule
 

Classes in org.kuali.rice.kew.api.rule that implement RuleContract
 class Rule
           
static class Rule.Builder
          A builder which can be used to construct Rule instances.
 

Methods in org.kuali.rice.kew.api.rule that return RuleContract
 RuleContract RuleDelegationContract.getDelegationRule()
          rule associated with the RuleDelegation
 

Methods in org.kuali.rice.kew.api.rule with parameters of type RuleContract
static Rule.Builder Rule.Builder.create(RuleContract contract)
           
 

Uses of RuleContract in org.kuali.rice.kew.api.validation
 

Methods in org.kuali.rice.kew.api.validation that return RuleContract
 RuleContract RuleValidationContextContract.getRule()
          Retrieve the rule which is being validated.
 

Methods in org.kuali.rice.kew.api.validation with parameters of type RuleContract
static RuleValidationContext.Builder RuleValidationContext.Builder.create(RuleContract rule)
           
static RuleValidationContext.Builder RuleValidationContext.Builder.create(RuleContract rule, RuleDelegationContract ruleDelegation, String ruleAuthorPrincipalId)
          Construct a RuleValidationContext under which to validate a rule.
 

Uses of RuleContract in org.kuali.rice.kew.rule
 

Classes in org.kuali.rice.kew.rule that implement RuleContract
 class RuleBaseValues
          A model bean for a Rule within the KEW rules engine.
 

Methods in org.kuali.rice.kew.rule that return RuleContract
 RuleContract Rule.getDefinition()
           
 

Uses of RuleContract in org.kuali.rice.kew.rule.web
 

Classes in org.kuali.rice.kew.rule.web that implement RuleContract
 class WebRuleBaseValues
          A decorator around a RuleBaseValues object which provides some convienance functions for interacting with the bean from the web-tier.
 



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