- forBoolean(String, UserMessage, UserMessage, boolean) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of boolean input.
- forBoolean(String, UserMessage, UserMessage) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of boolean output.
- forDateTime(String, UserMessage, UserMessage, Date) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of date time input.
- forDateTime(String, UserMessage, UserMessage) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of date time output.
- forDateTimes(String, UserMessage, UserMessage, Date...) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of multi-valued date time input.
- forDecimal(String, UserMessage, UserMessage, BigDecimal) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of decimal input.
- forDecimal(String, UserMessage, UserMessage) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of decimal output.
- forDecimals(String, UserMessage, UserMessage, BigDecimal...) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of multi-valued decimal input.
- forInteger(String, UserMessage, UserMessage, int) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of integer input.
- forInteger(String, UserMessage, UserMessage) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of integer output.
- forIntegers(String, UserMessage, UserMessage, Integer...) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of multi-valued integer input.
- format() - Method in class com.orchestranetworks.addon.dpra.function.execution.result.FunctionValue
-
Formats the value to string.
- forString(String, UserMessage, UserMessage, String) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of string input.
- forString(String, UserMessage, UserMessage) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of string output.
- forStrings(String, UserMessage, UserMessage, String...) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of multi-valued string input.
- FunctionDefinition - Interface in com.orchestranetworks.addon.dpra.function
-
A function declaration.
- FunctionDefinitionBuilder - Interface in com.orchestranetworks.addon.dpra.function
-
- FunctionDefinitionOnDatasetBuilder - Class in com.orchestranetworks.addon.dpra.function
-
- FunctionDefinitionOnDataspaceBuilder - Class in com.orchestranetworks.addon.dpra.function
-
- FunctionDefinitionOnFieldBuilder - Class in com.orchestranetworks.addon.dpra.function
-
- FunctionDefinitionOnTableBuilder - Class in com.orchestranetworks.addon.dpra.function
-
- FunctionDefinitionOnTableLevelBuilder<T extends BaseFunctionDefinitionBuilder<T>> - Class in com.orchestranetworks.addon.dpra.function
-
- FunctionDefinitionOnWorkflowBuilder - Class in com.orchestranetworks.addon.dpra.function
-
- FunctionDefinitionRegistry - Class in com.orchestranetworks.addon.dpra.function
-
- FunctionExecution - Interface in com.orchestranetworks.addon.dpra.function.execution
-
Execution of a function.
- FunctionExecutionOnDataset - Interface in com.orchestranetworks.addon.dpra.function.execution
-
Execution of a function at the dataset level.
- FunctionExecutionOnDataspace - Interface in com.orchestranetworks.addon.dpra.function.execution
-
Execution of a function at the dataspace level.
- FunctionExecutionOnField - Interface in com.orchestranetworks.addon.dpra.function.execution
-
Execution of a function at the field level.
- FunctionExecutionOnTable - Interface in com.orchestranetworks.addon.dpra.function.execution
-
Execution of a function at the table level.
- FunctionExecutionOnWorkflow - Interface in com.orchestranetworks.addon.dpra.function.execution
-
Execution of a function at the dataspace level.
- FunctionResult - Class in com.orchestranetworks.addon.dpra.function.execution.result
-
- FunctionValidation - Interface in com.orchestranetworks.addon.dpra.function.validation
-
Validation of a function.
- FunctionValidationOnDataset - Interface in com.orchestranetworks.addon.dpra.function.validation
-
Validation of a function at the dataset level.
- FunctionValidationOnDataspace - Interface in com.orchestranetworks.addon.dpra.function.validation
-
Validation of a function at the dataspace level.
- FunctionValidationOnField - Interface in com.orchestranetworks.addon.dpra.function.validation
-
Validation of a function at the field level.
- FunctionValidationOnTable - Interface in com.orchestranetworks.addon.dpra.function.validation
-
Validation of a function at the table level.
- FunctionValidationOnWorkflow - Interface in com.orchestranetworks.addon.dpra.function.validation
-
Validation of a function at the workflow level.
- FunctionValue - Class in com.orchestranetworks.addon.dpra.function.execution.result
-