| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.proposition |
Copyright 2005-2016 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.
|
| Modifier and Type | Method and Description |
|---|---|
static PropositionParameter.Builder |
PropositionParameter.Builder.create(PropositionParameterContract contract)
Creates a builder by populating it with data from the given
PropositionParameterContract. |
static PropositionParameter.Builder |
PropositionParameter.Builder.create(String id,
String propId,
String value,
String parameterType,
Integer sequenceNumber)
Create a builder using the given values
|
| Modifier and Type | Method and Description |
|---|---|
List<PropositionParameter.Builder> |
PropositionDefinition.Builder.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
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
|
void |
PropositionDefinition.Builder.setParameters(List<PropositionParameter.Builder> parameters)
Sets the value of the parameters on this builder to the given value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.