| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.function |
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 | Class and Description |
|---|---|
class |
FunctionParameterDefinition
An immutable representation of a function parameter definition.
|
static class |
FunctionParameterDefinition.Builder
A builder which can be used to construct
FunctionParameterDefinition
instances. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends FunctionParameterDefinitionContract> |
FunctionDefinitionContract.getParameters()
Returns an ordered, immutable list of the parameters which this function
definition requires.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionParameterDefinition.Builder |
FunctionParameterDefinition.Builder.create(FunctionParameterDefinitionContract contract)
Creates and populates a builder with the data on the given
FunctionParameterDefinitionContract. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.