SPL supports submission-time values, which are retrieved via function calls getSubmissionTimeValue() and/or getSubmissionTimeListValue(). Since there is no main() function in an SPL program, how can I validate these values in an operator?
How does one validate submission-time values?
75 Views Asked by Mark Rajcok At
1
In the
paramclause orlogic stateclause, assign a variable via means of an SPL function. Perform your validation in the SPL function.Above, SPL functions getConfig() and getInfoAsMap() would retrieve the submission-time values and validate them.