Interface TableParameter

  • All Known Subinterfaces:
    TableParameterRuntime

    public interface TableParameter
    The value (either an In or Out value) of a table parameter. Not to be implemented by customers.
    • Method Detail

      • getRTXReader

        RTXReader getRTXReader()
                        throws IOException,
                               RTXException,
                               com.redwood.scheduler.api.exception.JobFileException
        An RTXReader that can be used to read data.
        Returns:
        an RTXReader
        Throws:
        IOException - if there is an I/O error opening the content.
        RTXException - if there is an RTX I/O error opening the content.
        com.redwood.scheduler.api.exception.JobFileException - if the parameter references a job file that can't be opened (transient errors are automatically retried).
      • getErrorNameEN

        String getErrorNameEN()
        Returns:
        an identifier that can be used in error messages regarding the data.