/AWS1/CL_PANMANIFESTPAYLOAD¶
A application verion's manifest file. This is a JSON document that has a single key (PayloadData)
where the value is an escaped string representation of the application manifest (graph.json). This
file is located in the graphs folder in your application source.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_payloaddata TYPE /AWS1/PANMANIFESTPAYLOADDATA /AWS1/PANMANIFESTPAYLOADDATA¶
The application manifest.
Queryable Attributes¶
PayloadData¶
The application manifest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOADDATA() |
Getter for PAYLOADDATA, with configurable default |
ASK_PAYLOADDATA() |
Getter for PAYLOADDATA w/ exceptions if field has no value |
HAS_PAYLOADDATA() |
Determine if PAYLOADDATA has a value |