Uses of Class
org.kuali.rice.kew.api.rule.RuleDelegation

Packages that use RuleDelegation
org.kuali.rice.kew.api.rule   
org.kuali.rice.kew.api.validation Copyright 2005-2011 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.impl.rule   
org.kuali.rice.kew.rule   
 

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

Methods in org.kuali.rice.kew.api.rule that return RuleDelegation
 RuleDelegation RuleDelegation.Builder.build()
           
 

Methods in org.kuali.rice.kew.api.rule that return types with arguments of type RuleDelegation
 List<RuleDelegation> RuleResponsibility.getDelegationRules()
           
 List<RuleDelegation> RuleService.getRuleDelegationsByResponsibiltityId(String id)
          gets a RuleDelegations identified by the passed in id for responsibility
 

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

Methods in org.kuali.rice.kew.api.validation that return RuleDelegation
 RuleDelegation RuleValidationContext.getRuleDelegation()
          Retrieve the RuleDelegation representing the parent of the rule being validated.
 

Uses of RuleDelegation in org.kuali.rice.kew.impl.rule
 

Methods in org.kuali.rice.kew.impl.rule that return types with arguments of type RuleDelegation
 List<RuleDelegation> RuleServiceImpl.getRuleDelegationsByResponsibiltityId(String id)
           
 

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

Methods in org.kuali.rice.kew.rule that return RuleDelegation
static RuleDelegation RuleDelegationBo.to(RuleDelegationBo bo)
           
 

Methods in org.kuali.rice.kew.rule with parameters of type RuleDelegation
 void FlexRM.makeActionRequests(ActionRequestFactory arFactory, List<RuleResponsibility> responsibilities, RouteContext context, Rule rule, DocumentRouteHeaderValue routeHeader, ActionRequestValue parentRequest, RuleDelegation ruleDelegation)
           
 



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