/AWS1/CL_OMXCREATESHARERSP¶
CreateShareResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_shareid TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
The ID that HealthOmics generates for the share.
iv_status TYPE /AWS1/OMXSHARESTATUS /AWS1/OMXSHARESTATUS¶
The status of the share.
iv_sharename TYPE /AWS1/OMXSHARENAME /AWS1/OMXSHARENAME¶
The name of the share.
Queryable Attributes¶
shareId¶
The ID that HealthOmics generates for the share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREID() |
Getter for SHAREID, with configurable default |
ASK_SHAREID() |
Getter for SHAREID w/ exceptions if field has no value |
HAS_SHAREID() |
Determine if SHAREID has a value |
status¶
The status of the share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
shareName¶
The name of the share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHARENAME() |
Getter for SHARENAME, with configurable default |
ASK_SHARENAME() |
Getter for SHARENAME w/ exceptions if field has no value |
HAS_SHARENAME() |
Determine if SHARENAME has a value |