/AWS1/CL_QQBPRINCIPALGROUP¶
Provides information about a group associated with the principal.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_access TYPE /AWS1/QQBREADACCESSTYPE /AWS1/QQBREADACCESSTYPE¶
Provides information about whether to allow or deny access to the principal.
Optional arguments:¶
iv_name TYPE /AWS1/QQBGROUPNAME /AWS1/QQBGROUPNAME¶
The name of the group.
iv_membershiptype TYPE /AWS1/QQBMEMBERSHIPTYPE /AWS1/QQBMEMBERSHIPTYPE¶
The type of group.
Queryable Attributes¶
name¶
The name of the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
access¶
Provides information about whether to allow or deny access to the principal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESS() |
Getter for ACCESS, with configurable default |
ASK_ACCESS() |
Getter for ACCESS w/ exceptions if field has no value |
HAS_ACCESS() |
Determine if ACCESS has a value |
membershipType¶
The type of group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERSHIPTYPE() |
Getter for MEMBERSHIPTYPE, with configurable default |
ASK_MEMBERSHIPTYPE() |
Getter for MEMBERSHIPTYPE w/ exceptions if field has no valu |
HAS_MEMBERSHIPTYPE() |
Determine if MEMBERSHIPTYPE has a value |