/AWS1/CL_REVSYSTEMSUMMARY¶
Contains summary information about a system.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_systemid TYPE /AWS1/REVSYSTEMID /AWS1/REVSYSTEMID¶
System ID for cross-account use without exposing account structure.
iv_name TYPE /AWS1/REVENTITYNAME /AWS1/REVENTITYNAME¶
Resource name (used in ARN — no spaces allowed).
Optional arguments:¶
iv_systemarn TYPE /AWS1/REVARN /AWS1/REVARN¶
ARN identifier.
iv_userjourneyscount TYPE /AWS1/REVINTEGER /AWS1/REVINTEGER¶
The number of user journeys in the system.
iv_servicescount TYPE /AWS1/REVINTEGER /AWS1/REVINTEGER¶
The number of services in the system.
iv_organizationid TYPE /AWS1/REVORGANIZATIONID /AWS1/REVORGANIZATIONID¶
Displayed only if caller has access.
iv_ouid TYPE /AWS1/REVOUID /AWS1/REVOUID¶
Displayed only if caller has access.
iv_createdat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the system was created.
iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the system was last updated.
Queryable Attributes¶
systemId¶
System ID for cross-account use without exposing account structure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMID() |
Getter for SYSTEMID, with configurable default |
ASK_SYSTEMID() |
Getter for SYSTEMID w/ exceptions if field has no value |
HAS_SYSTEMID() |
Determine if SYSTEMID has a value |
name¶
Resource name (used in ARN — no spaces allowed).
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 |
systemArn¶
ARN identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMARN() |
Getter for SYSTEMARN, with configurable default |
ASK_SYSTEMARN() |
Getter for SYSTEMARN w/ exceptions if field has no value |
HAS_SYSTEMARN() |
Determine if SYSTEMARN has a value |
userJourneysCount¶
The number of user journeys in the system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERJOURNEYSCOUNT() |
Getter for USERJOURNEYSCOUNT, with configurable default |
ASK_USERJOURNEYSCOUNT() |
Getter for USERJOURNEYSCOUNT w/ exceptions if field has no v |
HAS_USERJOURNEYSCOUNT() |
Determine if USERJOURNEYSCOUNT has a value |
servicesCount¶
The number of services in the system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICESCOUNT() |
Getter for SERVICESCOUNT, with configurable default |
ASK_SERVICESCOUNT() |
Getter for SERVICESCOUNT w/ exceptions if field has no value |
HAS_SERVICESCOUNT() |
Determine if SERVICESCOUNT has a value |
organizationId¶
Displayed only if caller has access.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORGANIZATIONID() |
Getter for ORGANIZATIONID, with configurable default |
ASK_ORGANIZATIONID() |
Getter for ORGANIZATIONID w/ exceptions if field has no valu |
HAS_ORGANIZATIONID() |
Determine if ORGANIZATIONID has a value |
ouId¶
Displayed only if caller has access.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUID() |
Getter for OUID, with configurable default |
ASK_OUID() |
Getter for OUID w/ exceptions if field has no value |
HAS_OUID() |
Determine if OUID has a value |
createdAt¶
The timestamp when the system was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the system was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_SYSTEMSUMMARYLIST¶
TYPES TT_SYSTEMSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVSYSTEMSUMMARY WITH DEFAULT KEY
.