Class FunctionDefinitionOnTableLevelBuilder<T extends BaseFunctionDefinitionBuilder<T>>
java.lang.Object
com.orchestranetworks.addon.dpra.function.BaseFunctionDefinitionBuilder<T>
com.orchestranetworks.addon.dpra.function.FunctionDefinitionOnTableLevelBuilder<T>
- Direct Known Subclasses:
FunctionDefinitionOnFieldBuilder
,FunctionDefinitionOnTableBuilder
public abstract class FunctionDefinitionOnTableLevelBuilder<T extends BaseFunctionDefinitionBuilder<T>>
extends BaseFunctionDefinitionBuilder<T>
Builder of
FunctionDefinition
instances at both the table and the field levels.- Since:
- 4.2.0
- See Also:
-
Method Summary
Methods inherited from class com.orchestranetworks.addon.dpra.function.BaseFunctionDefinitionBuilder
disableAlert, withDescription, withDescription, withInputs, withLabel, withLabel, withOutputs
-
Method Details
-
withFilter
Enables filters.- See Also:
-
withLinkedRecord
Enables linked records.
-