Class BaseFunctionDefinitionBuilder<T extends BaseFunctionDefinitionBuilder<T>>
java.lang.Object
com.orchestranetworks.addon.dpra.function.BaseFunctionDefinitionBuilder<T>
- Direct Known Subclasses:
FunctionDefinitionOnDatasetBuilder
,FunctionDefinitionOnDataspaceBuilder
,FunctionDefinitionOnTableLevelBuilder
,FunctionDefinitionOnWorkflowBuilder
public abstract class BaseFunctionDefinitionBuilder<T extends BaseFunctionDefinitionBuilder<T>>
extends Object
Base builder of
FunctionDefinition
instances.- Since:
- 4.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfinal T
Disables alerts.final T
withDescription
(com.onwbp.base.text.UserMessage localizedDescription) Sets the description.final T
withDescription
(String descriptionValue) Sets the description.final T
withInputs
(InputDefinition... inputs) Sets the input definitions.final T
withLabel
(com.onwbp.base.text.UserMessage localizedLabel) Sets the label.final T
Sets the label.final T
withOutputs
(OutputDefinition... outputs) Sets the output definitions.
-
Method Details
-
withLabel
Sets the label.- See Also:
-
withLabel
Sets the label.- See Also:
-
withDescription
Sets the description.- See Also:
-
withDescription
Sets the description.- See Also:
-
withInputs
Sets the input definitions.- See Also:
-
withOutputs
Sets the output definitions. -
disableAlert
Disables alerts.- See Also:
-