/AWS1/CL_ATHEXPNOTEBOOKOUTPUT¶
ExportNotebookOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IO_NOTEBOOKMETADATA
TYPE REF TO /AWS1/CL_ATHNOTEBOOKMETADATA
/AWS1/CL_ATHNOTEBOOKMETADATA
¶
The notebook metadata, including notebook ID, notebook name, and workgroup name.
IV_PAYLOAD
TYPE /AWS1/ATHPAYLOAD
/AWS1/ATHPAYLOAD
¶
The content of the exported notebook.
Queryable Attributes¶
NotebookMetadata¶
The notebook metadata, including notebook ID, notebook name, and workgroup name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NOTEBOOKMETADATA() |
Getter for NOTEBOOKMETADATA |
Payload¶
The content of the exported notebook.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PAYLOAD() |
Getter for PAYLOAD, with configurable default |
ASK_PAYLOAD() |
Getter for PAYLOAD w/ exceptions if field has no value |
HAS_PAYLOAD() |
Determine if PAYLOAD has a value |