/AWS1/CL_SGMRENDERUITMPLRSP¶
RenderUiTemplateResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_renderedcontent TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING¶
A Liquid template that renders the HTML for the worker UI.
it_errors TYPE /AWS1/CL_SGMRENDERINGERROR=>TT_RENDERINGERRORLIST TT_RENDERINGERRORLIST¶
A list of one or more
RenderingErrorobjects if any were encountered while rendering the template. If there were no errors, the list is empty.
Queryable Attributes¶
RenderedContent¶
A Liquid template that renders the HTML for the worker UI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENDEREDCONTENT() |
Getter for RENDEREDCONTENT, with configurable default |
ASK_RENDEREDCONTENT() |
Getter for RENDEREDCONTENT w/ exceptions if field has no val |
HAS_RENDEREDCONTENT() |
Determine if RENDEREDCONTENT has a value |
Errors¶
A list of one or more
RenderingErrorobjects if any were encountered while rendering the template. If there were no errors, the list is empty.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |