Uses of Interface
com.orchestranetworks.addon.dpra.function.validation.FunctionValidation
-
Packages that use FunctionValidation Package Description com.orchestranetworks.addon.dpra.function Provides classes and interfaces to create custom functions.com.orchestranetworks.addon.dpra.function.validation -
-
Uses of FunctionValidation in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function that return FunctionValidation Modifier and Type Method Description default FunctionValidationFunctionDefinition. getValidation()Returns the function validation. -
Uses of FunctionValidation in com.orchestranetworks.addon.dpra.function.validation
Subinterfaces of FunctionValidation in com.orchestranetworks.addon.dpra.function.validation Modifier and Type Interface Description interfaceFunctionValidationOnDatasetValidation of a function at the dataset level.interfaceFunctionValidationOnDataspaceValidation of a function at the dataspace level.interfaceFunctionValidationOnFieldValidation of a function at the field level.interfaceFunctionValidationOnTableValidation of a function at the table level.interfaceFunctionValidationOnWorkflowValidation of a function at the workflow level.
-