Package | Description |
---|---|
org.kuali.rice.krms.api.repository.proposition |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
List<PropositionDefinition.Builder> |
PropositionDefinition.Builder.getCompoundComponents() |
Modifier and Type | Method and Description |
---|---|
void |
PropositionParameter.Builder.setProposition(PropositionDefinition.Builder proposition)
Sets the value of the proposition on this builder to the given value.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.