Uses of Interface
org.kuali.rice.krms.api.repository.proposition.PropositionDefinitionContract
Packages that use PropositionDefinitionContract
Package
Description
-
Uses of PropositionDefinitionContract in org.kuali.rice.krms.api.repository.proposition
Classes in org.kuali.rice.krms.api.repository.proposition that implement PropositionDefinitionContractModifier and TypeClassDescriptionfinal classConcrete model object implementation of KRMS Proposition.static classThis builder is used to construct instances of KRMS Proposition.Methods in org.kuali.rice.krms.api.repository.proposition that return types with arguments of type PropositionDefinitionContractModifier and TypeMethodDescriptionList<? extends PropositionDefinitionContract> PropositionDefinitionContract.getCompoundComponents()Returns the propositions which are contained in a compound proposition.Methods in org.kuali.rice.krms.api.repository.proposition with parameters of type PropositionDefinitionContractModifier and TypeMethodDescriptionPropositionDefinition.Builder.create(PropositionDefinitionContract contract) Creates a builder by populating it with data from the givenPropositionDefinitionContract. -
Uses of PropositionDefinitionContract in org.kuali.rice.krms.api.repository.rule
Methods in org.kuali.rice.krms.api.repository.rule that return PropositionDefinitionContractModifier and TypeMethodDescriptionRuleDefinitionContract.getProposition()This method returns the Proposition associated with the rule.