Uses of Class
org.kuali.ole.ingest.pojo.KrmsAction

Packages that use KrmsAction
org.kuali.ole.ingest.pojo   
 

Uses of KrmsAction in org.kuali.ole.ingest.pojo
 

Methods in org.kuali.ole.ingest.pojo that return types with arguments of type KrmsAction
 List<KrmsAction> KrmsRule.getFalseActions()
          Gets the falseActions attribute.
 List<KrmsAction> KrmsAction.getKrmsActions()
          Gets the krmsActions attribute.
 List<KrmsAction> KrmsRule.getTrueActions()
          Gets the trueActions attribute.
 

Method parameters in org.kuali.ole.ingest.pojo with type arguments of type KrmsAction
 void KrmsRule.setFalseActions(List<KrmsAction> falseActions)
          Sets the falseActions attribute value.
 void KrmsAction.setKrmsActions(List<KrmsAction> krmsActions)
          Sets the krmsActions attribute value.
 void KrmsRule.setTrueActions(List<KrmsAction> trueActions)
          Sets the trueActions attribute value.
 



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