/AWS1/CL_OMXWORKFLOWVRSLSTITEM¶
A list of workflow version items.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/OMXWORKFLOWVERSIONARN /AWS1/OMXWORKFLOWVERSIONARN¶
ARN of the workflow version.
iv_workflowid TYPE /AWS1/OMXWORKFLOWID /AWS1/OMXWORKFLOWID¶
The workflow's ID.
iv_versionname TYPE /AWS1/OMXWORKFLOWVERSIONNAME /AWS1/OMXWORKFLOWVERSIONNAME¶
The name of the workflow version.
iv_description TYPE /AWS1/OMXWORKFLOWVERSIONDESC /AWS1/OMXWORKFLOWVERSIONDESC¶
The description of the workflow version.
iv_status TYPE /AWS1/OMXWORKFLOWSTATUS /AWS1/OMXWORKFLOWSTATUS¶
The status of the workflow version.
iv_type TYPE /AWS1/OMXWORKFLOWTYPE /AWS1/OMXWORKFLOWTYPE¶
The type of the workflow version.
iv_digest TYPE /AWS1/OMXWORKFLOWDIGEST /AWS1/OMXWORKFLOWDIGEST¶
The digist of the workflow version.
iv_creationtime TYPE /AWS1/OMXWORKFLOWTIMESTAMP /AWS1/OMXWORKFLOWTIMESTAMP¶
The creation time of the workflow version.
it_metadata TYPE /AWS1/CL_OMXWORKFLOWMETADATA_W=>TT_WORKFLOWMETADATA TT_WORKFLOWMETADATA¶
Metadata for the workflow version.
Queryable Attributes¶
arn¶
ARN of the workflow version.
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 |
workflowId¶
The workflow's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWID() |
Getter for WORKFLOWID, with configurable default |
ASK_WORKFLOWID() |
Getter for WORKFLOWID w/ exceptions if field has no value |
HAS_WORKFLOWID() |
Determine if WORKFLOWID has a value |
versionName¶
The name of the workflow version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONNAME() |
Getter for VERSIONNAME, with configurable default |
ASK_VERSIONNAME() |
Getter for VERSIONNAME w/ exceptions if field has no value |
HAS_VERSIONNAME() |
Determine if VERSIONNAME has a value |
description¶
The description of the workflow version.
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 |
status¶
The status of the workflow version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
type¶
The type of the workflow version.
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 |
digest¶
The digist of the workflow version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIGEST() |
Getter for DIGEST, with configurable default |
ASK_DIGEST() |
Getter for DIGEST w/ exceptions if field has no value |
HAS_DIGEST() |
Determine if DIGEST has a value |
creationTime¶
The creation time of the workflow version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
metadata¶
Metadata for the workflow version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA, with configurable default |
ASK_METADATA() |
Getter for METADATA w/ exceptions if field has no value |
HAS_METADATA() |
Determine if METADATA 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_WORKFLOWVERSIONLIST¶
TYPES TT_WORKFLOWVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXWORKFLOWVRSLSTITEM WITH DEFAULT KEY
.