Package com.redwood.agent.api.rtx
Redwood Table XML API.
Related Documentation
Since 9.0 (9.0.0.0).-
Interface Summary Interface Description RTXConsumer A consumer ofRTXRows
, i.e.RTXProblem All RTX Exceptions implement this interface.RTXProducer An producer of RTXRows, i.e.RTXRELCompilerSPI REDWOOD INTERNAL USE ONLY.RTXRowRELScript<T> Compiled REL script for execution on an RTX Row. -
Class Summary Class Description RTXColumn<T> Definition of a column, you should create columns throughRTXWriter
orRTXMetadata
rather than doing so through theRTXColumn(String, RTXType)
constructor.RTXDocumentKey Definition of the key of this table.RTXDocumentPair Name value pair.RTXMetadata RTX Metadata: column definitions and sources.RTXReader Reader for RTX format.RTXRow A row of data with typed values defined by metadata (RTXMetadata).RTXSource Metadata about the source of this document.RTXWriter Writer for RTX format. -
Enum Summary Enum Description RTXReader.StrictMode Control over how strictly the specification is interpreted.RTXType Data type of an RTX Column. -
Exception Summary Exception Description RTXColumnRuntimeException Runtime Exception related to an RTXColumn.RTXException RTX Exception base class.RTXFileNotFoundRuntimeException Input file not found.RTXIncompatibleColumnException Columns not compatible.RTXInRowDataRuntimeException Attempt to modify metadata (for example columns) when row data has started.RTXIteratorRuntimeException Error while iterating through data.RTXMetadataReadOnlyRuntimeException Attempt was made to modify read only metadata.RTXMetadataRuntimeException Error manipulating metadata.RTXParameterDirectionRuntimeException Parameter direction and method call don't match, for example calling getRTXWriter() on an In parameter.RTXParameterObjectVisibilityRuntimeException A model object that should be visible is not, for example the Partition GLOBAL or the format XML.RTXParameterValueRuntimeException Exception related to a parameter value, for example parsing the In or Out value of a JobParameter.RTXParseException RTXReaderException General problem reading RTX data.RTXRuntimeException RTX Runtime Exception base class.RTXWriterException General problem writing RTX data.