/AWS1/CL_IOGDEPENDENCYREVISION¶
An object that contains the ID and revision number of a workflow or system that is part of a deployment.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/IOGURN
/AWS1/IOGURN
¶
The ID of the workflow or system.
iv_revisionnumber
TYPE /AWS1/IOGVERSION
/AWS1/IOGVERSION
¶
The revision number of the workflow or system.
Queryable Attributes¶
id¶
The ID of the workflow or system.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
revisionNumber¶
The revision number of the workflow or system.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REVISIONNUMBER() |
Getter for REVISIONNUMBER, with configurable default |
ASK_REVISIONNUMBER() |
Getter for REVISIONNUMBER w/ exceptions if field has no valu |
HAS_REVISIONNUMBER() |
Determine if REVISIONNUMBER 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_DEPENDENCYREVISIONS
¶
TYPES TT_DEPENDENCYREVISIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOGDEPENDENCYREVISION WITH DEFAULT KEY
.