/AWS1/CL_QSTFLOWSUMMARY¶
The basic information of the flow exluding its definition specifying the steps.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The Amazon Resource Name (ARN) of the flow.
iv_flowid TYPE /AWS1/QSTFLOWID /AWS1/QSTFLOWID¶
The unique identifier of the flow.
iv_name TYPE /AWS1/QSTTITLE /AWS1/QSTTITLE¶
The display name of the flow.
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The time this flow was created.
Optional arguments:¶
iv_description TYPE /AWS1/QSTFLOWDESCRIPTION /AWS1/QSTFLOWDESCRIPTION¶
The description of the flow.
iv_createdby TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The identifier of the principal who created the flow.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The last time this flow was modified.
iv_lastupdatedby TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The identifier of the last principal who updated the flow.
iv_publishstate TYPE /AWS1/QSTFLOWPUBLISHSTATE /AWS1/QSTFLOWPUBLISHSTATE¶
The publish state for the flow. The valid values are
DRAFT,PUBLISHED, orPENDING_APPROVAL.
iv_runcount TYPE /AWS1/QSTINTEGER /AWS1/QSTINTEGER¶
The number of runs done for the flow.
iv_usercount TYPE /AWS1/QSTINTEGER /AWS1/QSTINTEGER¶
The number of users who have used the flow.
iv_lastpublishedby TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The identifier of the last principal who published the flow.
iv_lastpublishedat TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The last time this flow was published.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
FlowId¶
The unique identifier of the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWID() |
Getter for FLOWID, with configurable default |
ASK_FLOWID() |
Getter for FLOWID w/ exceptions if field has no value |
HAS_FLOWID() |
Determine if FLOWID has a value |
Name¶
The display name of the flow.
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¶
The description of the flow.
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 |
CreatedTime¶
The time this flow was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
CreatedBy¶
The identifier of the principal who created the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
LastUpdatedTime¶
The last time this flow was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
LastUpdatedBy¶
The identifier of the last principal who updated the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDBY() |
Getter for LASTUPDATEDBY, with configurable default |
ASK_LASTUPDATEDBY() |
Getter for LASTUPDATEDBY w/ exceptions if field has no value |
HAS_LASTUPDATEDBY() |
Determine if LASTUPDATEDBY has a value |
PublishState¶
The publish state for the flow. The valid values are
DRAFT,PUBLISHED, orPENDING_APPROVAL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLISHSTATE() |
Getter for PUBLISHSTATE, with configurable default |
ASK_PUBLISHSTATE() |
Getter for PUBLISHSTATE w/ exceptions if field has no value |
HAS_PUBLISHSTATE() |
Determine if PUBLISHSTATE has a value |
RunCount¶
The number of runs done for the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNCOUNT() |
Getter for RUNCOUNT |
UserCount¶
The number of users who have used the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERCOUNT() |
Getter for USERCOUNT |
LastPublishedBy¶
The identifier of the last principal who published the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTPUBLISHEDBY() |
Getter for LASTPUBLISHEDBY, with configurable default |
ASK_LASTPUBLISHEDBY() |
Getter for LASTPUBLISHEDBY w/ exceptions if field has no val |
HAS_LASTPUBLISHEDBY() |
Determine if LASTPUBLISHEDBY has a value |
LastPublishedAt¶
The last time this flow was published.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTPUBLISHEDAT() |
Getter for LASTPUBLISHEDAT, with configurable default |
ASK_LASTPUBLISHEDAT() |
Getter for LASTPUBLISHEDAT w/ exceptions if field has no val |
HAS_LASTPUBLISHEDAT() |
Determine if LASTPUBLISHEDAT 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_FLOWSUMMARYLIST¶
TYPES TT_FLOWSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTFLOWSUMMARY WITH DEFAULT KEY
.