/AWS1/CL_WMLDESCRENTITYRSP¶
DescribeEntityResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_entityid TYPE /AWS1/WMLWORKMAILIDENTIFIER /AWS1/WMLWORKMAILIDENTIFIER¶
The entity ID under which the entity exists.
iv_name TYPE /AWS1/WMLSTRING /AWS1/WMLSTRING¶
Username, GroupName, or ResourceName based on entity type.
iv_type TYPE /AWS1/WMLENTITYTYPE /AWS1/WMLENTITYTYPE¶
Entity type.
Queryable Attributes¶
EntityId¶
The entity ID under which the entity exists.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYID() |
Getter for ENTITYID, with configurable default |
ASK_ENTITYID() |
Getter for ENTITYID w/ exceptions if field has no value |
HAS_ENTITYID() |
Determine if ENTITYID has a value |
Name¶
Username, GroupName, or ResourceName based on entity type.
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 |
Type¶
Entity type.
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 |