Uses of Interface
org.kuali.rice.krms.api.repository.rule.RuleDefinitionContract
Packages that use RuleDefinitionContract
Package
Description
-
Uses of RuleDefinitionContract in org.kuali.rice.krms.api.repository.agenda
Methods in org.kuali.rice.krms.api.repository.agenda that return RuleDefinitionContractModifier and TypeMethodDescriptionAgendaItemDefinitionContract.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 RuleDefinitionContractModifier and TypeClassDescriptionfinal classConcrete model object implementation of KRMS Repository Rule immutable.static classThis builder is used to construct instances of KRMS Repository Rule.Methods in org.kuali.rice.krms.api.repository.rule with parameters of type RuleDefinitionContractModifier and TypeMethodDescriptionstatic RuleDefinition.BuilderRuleDefinition.Builder.create(RuleDefinitionContract contract) Creates a builder by populating it with data from the givenRuleDefinitionContract.