/AWS1/CL_WDXSHARERESULT¶
Describes the share results of a resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_principalid TYPE /AWS1/WDXIDTYPE /AWS1/WDXIDTYPE¶
The ID of the principal.
iv_inviteeprincipalid TYPE /AWS1/WDXIDTYPE /AWS1/WDXIDTYPE¶
The ID of the invited user.
iv_role TYPE /AWS1/WDXROLETYPE /AWS1/WDXROLETYPE¶
The role.
iv_status TYPE /AWS1/WDXSHARESTATUSTYPE /AWS1/WDXSHARESTATUSTYPE¶
The status.
iv_shareid TYPE /AWS1/WDXRESOURCEIDTYPE /AWS1/WDXRESOURCEIDTYPE¶
The ID of the resource that was shared.
iv_statusmessage TYPE /AWS1/WDXMESSAGETYPE /AWS1/WDXMESSAGETYPE¶
The status message.
Queryable Attributes¶
PrincipalId¶
The ID of the principal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPALID() |
Getter for PRINCIPALID, with configurable default |
ASK_PRINCIPALID() |
Getter for PRINCIPALID w/ exceptions if field has no value |
HAS_PRINCIPALID() |
Determine if PRINCIPALID has a value |
InviteePrincipalId¶
The ID of the invited user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVITEEPRINCIPALID() |
Getter for INVITEEPRINCIPALID, with configurable default |
ASK_INVITEEPRINCIPALID() |
Getter for INVITEEPRINCIPALID w/ exceptions if field has no |
HAS_INVITEEPRINCIPALID() |
Determine if INVITEEPRINCIPALID has a value |
Role¶
The role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLE() |
Getter for ROLE, with configurable default |
ASK_ROLE() |
Getter for ROLE w/ exceptions if field has no value |
HAS_ROLE() |
Determine if ROLE has a value |
Status¶
The status.
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 |
ShareId¶
The ID of the resource that was shared.
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 |
StatusMessage¶
The status message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SHARERESULTSLIST¶
TYPES TT_SHARERESULTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WDXSHARERESULT WITH DEFAULT KEY
.