/AWS1/CL_BDZDOCUMENTACLGROUP¶
A group entry within a document access control list (ACL) condition.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The identifier of the group.
iv_type TYPE /AWS1/BDZDOCACLMEMBSHPTYPE /AWS1/BDZDOCACLMEMBSHPTYPE¶
The membership type indicating the scope of the group entry.
Queryable Attributes¶
id¶
The identifier of the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
type¶
The membership type indicating the scope of the group entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_DOCUMENTACLGROUPLIST¶
TYPES TT_DOCUMENTACLGROUPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZDOCUMENTACLGROUP WITH DEFAULT KEY
.