public final class FunctionDefinitionOnFieldBuilder extends FunctionDefinitionOnTableLevelBuilder<FunctionDefinitionOnFieldBuilder>
FunctionDefinition instances at the field level.| Modifier and Type | Method and Description |
|---|---|
FunctionDefinitionBuilder |
onExecution(FunctionExecutionOnField execution)
Sets the execution.
|
FunctionDefinitionBuilder |
onExecution(java.util.function.Supplier<FunctionExecutionOnField> supplier)
Sets the execution.
|
FunctionDefinitionOnFieldBuilder |
onValidation(FunctionValidationOnField validation)
Sets the validation.
|
withFilter, withLinkedRecorddisableAlert, withDescription, withDescription, withInputs, withLabel, withLabel, withOutputspublic FunctionDefinitionOnFieldBuilder onValidation(FunctionValidationOnField validation)
The validation instance should be stateless.
FunctionDefinition.getValidation()public FunctionDefinitionBuilder onExecution(FunctionExecutionOnField execution)
The execution instance should be stateless.
public FunctionDefinitionBuilder onExecution(java.util.function.Supplier<FunctionExecutionOnField> supplier)
FunctionDefinition.getExecution()