/AWS1/CL_DZNSUBSCRIBEDPRINC¶
The principal that has the subscription grant for the asset.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_project TYPE REF TO /AWS1/CL_DZNSUBSCRIBEDPROJECT /AWS1/CL_DZNSUBSCRIBEDPROJECT¶
The project that has the subscription grant.
io_user TYPE REF TO /AWS1/CL_DZNSUBSCRIBEDUSER /AWS1/CL_DZNSUBSCRIBEDUSER¶
The subscribed user.
io_group TYPE REF TO /AWS1/CL_DZNSUBSCRIBEDGROUP /AWS1/CL_DZNSUBSCRIBEDGROUP¶
The subscribed group.
Queryable Attributes¶
project¶
The project that has the subscription grant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECT() |
Getter for PROJECT |
user¶
The subscribed user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USER() |
Getter for USER |
group¶
The subscribed group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUP() |
Getter for GROUP |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SUBSCRIBEDPRINCIPALS¶
TYPES TT_SUBSCRIBEDPRINCIPALS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNSUBSCRIBEDPRINC WITH DEFAULT KEY
.