Index
All Classes and Interfaces|All Packages|Serialized Form
F
- FIELD - Enum constant in enum com.orchestranetworks.addon.dpra.AssetType
-
Field
- forBoolean(String, UserMessage, UserMessage) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of boolean output.
- forBoolean(String, UserMessage, UserMessage, boolean) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of boolean input.
- forDateTime(String, UserMessage, UserMessage) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of date time output.
- forDateTime(String, UserMessage, UserMessage, Date) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of date time input.
- 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) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of decimal output.
- forDecimal(String, UserMessage, UserMessage, BigDecimal) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of decimal input.
- 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) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of integer output.
- forInteger(String, UserMessage, UserMessage, int) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of integer input.
- 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) - Static method in class com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Creates an instance of string output.
- forString(String, UserMessage, UserMessage, String) - Static method in class com.orchestranetworks.addon.dpra.function.InputDefinition
-
Creates an instance of string input.
- 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
-
Builder of
FunctionDefinition
instances. - FunctionDefinitionOnDatasetBuilder - Class in com.orchestranetworks.addon.dpra.function
-
Builder of
FunctionDefinition
instances at the dataset level. - FunctionDefinitionOnDataspaceBuilder - Class in com.orchestranetworks.addon.dpra.function
-
Builder of
FunctionDefinition
instances at the dataspace level. - FunctionDefinitionOnFieldBuilder - Class in com.orchestranetworks.addon.dpra.function
-
Builder of
FunctionDefinition
instances at the field level. - FunctionDefinitionOnTableBuilder - Class in com.orchestranetworks.addon.dpra.function
-
Builder of
FunctionDefinition
instances at the table level. - FunctionDefinitionOnTableLevelBuilder<T extends BaseFunctionDefinitionBuilder<T>> - Class in com.orchestranetworks.addon.dpra.function
-
Builder of
FunctionDefinition
instances at both the table and the field levels. - FunctionDefinitionOnWorkflowBuilder - Class in com.orchestranetworks.addon.dpra.function
-
Builder of
FunctionDefinition
instances at the workflow level. - FunctionDefinitionRegistry - Class in com.orchestranetworks.addon.dpra.function
-
Registers instances of
FunctionDefinition
. - 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
-
Contains one or many sets of
FunctionValue
s organized asValueSequence
s. - 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
-
Contains the value of an
OutputDefinition
when a function is executed.
All Classes and Interfaces|All Packages|Serialized Form