Package | Description |
---|---|
org.kuali.rice.krms.api.repository.function |
Copyright 2005-2015 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.
|
org.kuali.rice.krms.impl.repository |
Modifier and Type | Method and Description |
---|---|
FunctionParameterDefinition |
FunctionParameterDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<FunctionParameterDefinition> |
FunctionDefinition.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 |
---|---|
static List<FunctionParameterDefinition> |
FunctionParameterBo.to(List<FunctionParameterBo> bos)
Converts a list of mutable bos to it's immutable counterpart
|
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) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.