Uses of Class
com.redwood.scheduler.api.rtx.RTXWriter
-
Packages that use RTXWriter Package Description com.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces. -
-
Uses of RTXWriter in com.redwood.scheduler.api.model.interfaces
Methods in com.redwood.scheduler.api.model.interfaces that return RTXWriter Modifier and Type Method Description RTXWriter
TableParameterRuntime. getRTXWriter()
Get an RTXWriter to write the Out content of an Out or InOut parameter.RTXWriter
TableParameterRuntime. getRTXWriter(JobFile jobFile)
Get an RTXWriter to write the Out content of an Out or InOut parameter to the specified (potentially partially populated, but not necessarily persisted) JobFile, and set the reference to it.RTXWriter
TableParameterRuntime. getRTXWriterInline()
Get an RTXWriter to write the Out content of an Out or InOut parameter, using the Inline type, setting the reference implicitly when the writer is closed.RTXWriter
TableParameterRuntime. getRTXWriterToStandardOutput()
Get an RTXWriter to write the Out content of an Out or InOut parameter to stdout.rtx, and set the reference to it.
-