Uses of Interface
org.kuali.rice.krms.api.repository.rule.RuleDefinitionContract

Packages that use RuleDefinitionContract
org.kuali.rice.krms.api.repository.agenda 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.api.repository.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. 
 

Uses of RuleDefinitionContract in org.kuali.rice.krms.api.repository.agenda
 

Methods in org.kuali.rice.krms.api.repository.agenda that return RuleDefinitionContract
 RuleDefinitionContract AgendaItemDefinitionContract.getRule()
          This method returns the Rule associated with this AgendaItemDefinition.
 

Uses of RuleDefinitionContract in org.kuali.rice.krms.api.repository.rule
 

Classes in org.kuali.rice.krms.api.repository.rule that implement RuleDefinitionContract
 class RuleDefinition
          Concrete model object implementation of KRMS Repository Rule immutable.
static class RuleDefinition.Builder
          This builder is used to construct instances of KRMS Repository Rule.
 

Methods in org.kuali.rice.krms.api.repository.rule with parameters of type RuleDefinitionContract
static RuleDefinition.Builder RuleDefinition.Builder.create(RuleDefinitionContract contract)
          Creates a builder by populating it with data from the given RuleDefinitionContract.
 



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