Uses of Interface
org.kuali.rice.krms.framework.engine.Action

Packages that use Action
org.kuali.rice.krms.framework.engine   
org.kuali.rice.krms.framework.type 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.krms.impl.peopleflow   
org.kuali.rice.krms.impl.provider.repository   
org.kuali.rice.krms.impl.type   
org.kuali.rice.krms.impl.validation   
 

Uses of Action in org.kuali.rice.krms.framework.engine
 

Constructor parameters in org.kuali.rice.krms.framework.engine with type arguments of type Action
BasicRule(Proposition proposition, List<Action> actions)
          Constructor
BasicRule(String name, Proposition proposition, List<Action> actions)
          Constructor
FalseTriggeredRule(Proposition proposition, List<Action> actions)
           
 

Uses of Action in org.kuali.rice.krms.framework.type
 

Methods in org.kuali.rice.krms.framework.type that return Action
 Action ValidationActionTypeService.loadAction(ActionDefinition actionDefinition)
           
 Action ActionTypeService.loadAction(ActionDefinition actionDefinition)
          Load the Action given the ActionDefinition
 

Uses of Action in org.kuali.rice.krms.impl.peopleflow
 

Methods in org.kuali.rice.krms.impl.peopleflow that return Action
 Action PeopleFlowActionTypeService.loadAction(ActionDefinition actionDefinition)
           
 

Uses of Action in org.kuali.rice.krms.impl.provider.repository
 

Methods in org.kuali.rice.krms.impl.provider.repository that return Action
 Action RepositoryToEngineTranslatorImpl.translateActionDefinition(ActionDefinition actionDefinition)
           
 Action RepositoryToEngineTranslator.translateActionDefinition(ActionDefinition actionDefinition)
           
 

Methods in org.kuali.rice.krms.impl.provider.repository that return types with arguments of type Action
 List<Action> RepositoryToEngineTranslatorImpl.translateActionDefinitions(List<ActionDefinition> actionDefinitions)
           
 List<Action> RepositoryToEngineTranslator.translateActionDefinitions(List<ActionDefinition> actions)
           
 

Uses of Action in org.kuali.rice.krms.impl.type
 

Methods in org.kuali.rice.krms.impl.type that return Action
 Action ActionTypeServiceBase.loadAction(ActionDefinition actionDefinition)
           
 

Uses of Action in org.kuali.rice.krms.impl.validation
 

Classes in org.kuali.rice.krms.impl.validation that implement Action
 class ValidationAction
          An Action that when executed appends its type and message to the results
 

Methods in org.kuali.rice.krms.impl.validation that return Action
 Action ValidationActionTypeServiceImpl.loadAction(ActionDefinition validationActionDefinition)
           
 

Constructor parameters in org.kuali.rice.krms.impl.validation with type arguments of type Action
ValidationRule(ValidationRuleType type, String name, Proposition proposition, List<Action> actions)
           
 



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