Package | Description |
---|---|
org.kuali.rice.krms.impl.repository |
Modifier and Type | Method and Description |
---|---|
static FunctionParameterBo |
FunctionParameterBo.from(FunctionParameterDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
Modifier and Type | Method and Description |
---|---|
static List<FunctionParameterBo> |
FunctionParameterBo.from(List<FunctionParameterDefinition> ims) |
List<FunctionParameterBo> |
FunctionBo.getParameters() |
Modifier and Type | Method and Description |
---|---|
static FunctionParameterDefinition |
FunctionParameterBo.to(FunctionParameterBo bo)
Converts a mutable bo to it's immutable counterpart
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionBo.setParameters(List<FunctionParameterBo> parameters) |
static List<FunctionParameterDefinition> |
FunctionParameterBo.to(List<FunctionParameterBo> bos)
Converts a list of mutable bos to it's immutable counterpart
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.