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.
|
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 . |
static FunctionParameterDefinition.Builder |
FunctionParameterDefinition.Builder.create(String name,
String type,
Integer sequenceNumber)
Creates a function parameter definition builder with the given required values.
|
Modifier and Type | Method and Description |
---|---|
List<FunctionParameterDefinition.Builder> |
FunctionDefinition.Builder.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionDefinition.Builder.setParameters(List<FunctionParameterDefinition.Builder> parameters)
Sets the parameters for the function definition that will be returned by this builder.
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.