/AWS1/CL_REVUSERJOURNEY¶
Represents a user journey that defines a critical path through a system.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_userjourneyid TYPE /AWS1/REVUSERJOURNEYID /AWS1/REVUSERJOURNEYID¶
The unique identifier of the user journey.
iv_name TYPE /AWS1/REVENTITYLABEL /AWS1/REVENTITYLABEL¶
Entity label (not part of ARN — spaces allowed).
Optional arguments:¶
iv_description TYPE /AWS1/REVENTITYDESCRIPTION /AWS1/REVENTITYDESCRIPTION¶
Resource description.
iv_policyarn TYPE /AWS1/REVARN /AWS1/REVARN¶
ARN identifier.
iv_createdat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the user journey was created.
iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the user journey was last updated.
Queryable Attributes¶
userJourneyId¶
The unique identifier of the user journey.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERJOURNEYID() |
Getter for USERJOURNEYID, with configurable default |
ASK_USERJOURNEYID() |
Getter for USERJOURNEYID w/ exceptions if field has no value |
HAS_USERJOURNEYID() |
Determine if USERJOURNEYID has a value |
name¶
Entity label (not part of ARN — 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 |
description¶
Resource description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
policyArn¶
ARN identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYARN() |
Getter for POLICYARN, with configurable default |
ASK_POLICYARN() |
Getter for POLICYARN w/ exceptions if field has no value |
HAS_POLICYARN() |
Determine if POLICYARN has a value |
createdAt¶
The timestamp when the user journey 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 user journey 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 |