/AWS1/CL_SCGPROVARTIFACT¶
Information about a provisioning artifact. A provisioning artifact is also known as a product version.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/SCGID
/AWS1/SCGID
¶
The identifier of the provisioning artifact.
iv_name
TYPE /AWS1/SCGPROVARTIFACTNAME
/AWS1/SCGPROVARTIFACTNAME
¶
The name of the provisioning artifact.
iv_description
TYPE /AWS1/SCGPROVARTIFACTDESC
/AWS1/SCGPROVARTIFACTDESC
¶
The description of the provisioning artifact.
iv_createdtime
TYPE /AWS1/SCGPROVARTIFACTCREDTIME
/AWS1/SCGPROVARTIFACTCREDTIME
¶
The UTC time stamp of the creation time.
iv_guidance
TYPE /AWS1/SCGPROVARTIFACTGUIDANCE
/AWS1/SCGPROVARTIFACTGUIDANCE
¶
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
Queryable Attributes¶
Id¶
The identifier of the provisioning artifact.
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 |
Name¶
The name of the provisioning artifact.
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 provisioning artifact.
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 UTC time stamp of the creation time.
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 |
Guidance¶
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GUIDANCE() |
Getter for GUIDANCE, with configurable default |
ASK_GUIDANCE() |
Getter for GUIDANCE w/ exceptions if field has no value |
HAS_GUIDANCE() |
Determine if GUIDANCE 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_PROVISIONINGARTIFACTS
¶
TYPES TT_PROVISIONINGARTIFACTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCGPROVARTIFACT WITH DEFAULT KEY
.