/AWS1/CL_PRNSERVICEPLINSTATE¶
The detailed data about the current state of the service pipeline.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_templatename TYPE /AWS1/PRNRESOURCENAME /AWS1/PRNRESOURCENAME¶
The name of the service template that was used to create the service pipeline.
iv_templatemajorversion TYPE /AWS1/PRNTEMPLATEVERSIONPART /AWS1/PRNTEMPLATEVERSIONPART¶
The major version of the service template that was used to create the service pipeline.
iv_templateminorversion TYPE /AWS1/PRNTEMPLATEVERSIONPART /AWS1/PRNTEMPLATEVERSIONPART¶
The minor version of the service template that was used to create the service pipeline.
Optional arguments:¶
iv_spec TYPE /AWS1/PRNSPECCONTENTS /AWS1/PRNSPECCONTENTS¶
The service spec that was used to create the service pipeline.
Queryable Attributes¶
spec¶
The service spec that was used to create the service pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEC() |
Getter for SPEC, with configurable default |
ASK_SPEC() |
Getter for SPEC w/ exceptions if field has no value |
HAS_SPEC() |
Determine if SPEC has a value |
templateName¶
The name of the service template that was used to create the service pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATENAME() |
Getter for TEMPLATENAME, with configurable default |
ASK_TEMPLATENAME() |
Getter for TEMPLATENAME w/ exceptions if field has no value |
HAS_TEMPLATENAME() |
Determine if TEMPLATENAME has a value |
templateMajorVersion¶
The major version of the service template that was used to create the service pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEMAJORVERSION() |
Getter for TEMPLATEMAJORVERSION, with configurable default |
ASK_TEMPLATEMAJORVERSION() |
Getter for TEMPLATEMAJORVERSION w/ exceptions if field has n |
HAS_TEMPLATEMAJORVERSION() |
Determine if TEMPLATEMAJORVERSION has a value |
templateMinorVersion¶
The minor version of the service template that was used to create the service pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEMINORVERSION() |
Getter for TEMPLATEMINORVERSION, with configurable default |
ASK_TEMPLATEMINORVERSION() |
Getter for TEMPLATEMINORVERSION w/ exceptions if field has n |
HAS_TEMPLATEMINORVERSION() |
Determine if TEMPLATEMINORVERSION has a value |