|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropositionDefinition.Builder | |
|---|---|
| org.kuali.rice.krms.api.repository.proposition | |
| Uses of PropositionDefinition.Builder in org.kuali.rice.krms.api.repository.proposition |
|---|
| Methods in org.kuali.rice.krms.api.repository.proposition that return PropositionDefinition.Builder | |
|---|---|
PropositionDefinition.Builder |
PropositionDefinition.Builder.compoundComponents(List<PropositionDefinition.Builder> components)
Set the value of the components to the given value. |
PropositionDefinition.Builder |
PropositionDefinition.Builder.compoundOpCode(String opCode)
Set the value of the opCode to the given value. |
static PropositionDefinition.Builder |
PropositionDefinition.Builder.create(PropositionDefinitionContract contract)
Creates a builder by populating it with data from the given PropositionDefinitionContract. |
static PropositionDefinition.Builder |
PropositionDefinition.Builder.create(String propId,
String propTypeCode,
String ruleId,
String typeId,
List<PropositionParameter.Builder> parameters)
Create a Builder with the given values |
| Methods in org.kuali.rice.krms.api.repository.proposition that return types with arguments of type PropositionDefinition.Builder | |
|---|---|
List<PropositionDefinition.Builder> |
PropositionDefinition.Builder.getCompoundComponents()
|
| Methods in org.kuali.rice.krms.api.repository.proposition with parameters of type PropositionDefinition.Builder | |
|---|---|
void |
PropositionParameter.Builder.setProposition(PropositionDefinition.Builder proposition)
Sets the value of the proposition on this builder to the given value. |
| Method parameters in org.kuali.rice.krms.api.repository.proposition with type arguments of type PropositionDefinition.Builder | |
|---|---|
PropositionDefinition.Builder |
PropositionDefinition.Builder.compoundComponents(List<PropositionDefinition.Builder> components)
Set the value of the components to the given value. |
void |
PropositionDefinition.Builder.setCompoundComponents(List<PropositionDefinition.Builder> components)
Sets the value of the components on this builder to the given value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||