/AWS1/CL_WSPBUNDLERESRCASSOC00¶
Describes the association between an application and a bundle resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_associatedresourceid TYPE /AWS1/WSPNONEMPTYSTRING /AWS1/WSPNONEMPTYSTRING¶
The identifier of the associated resource.
iv_associatedresourcetype TYPE /AWS1/WSPBUNDLEASSOCDRESRCTYPE /AWS1/WSPBUNDLEASSOCDRESRCTYPE¶
The resource type of the associated resources.
iv_bundleid TYPE /AWS1/WSPBUNDLEID /AWS1/WSPBUNDLEID¶
The identifier of the bundle.
iv_created TYPE /AWS1/WSPTIMESTAMP /AWS1/WSPTIMESTAMP¶
The time the association is created.
iv_lastupdatedtime TYPE /AWS1/WSPTIMESTAMP /AWS1/WSPTIMESTAMP¶
The time the association status was last updated.
iv_state TYPE /AWS1/WSPASSOCIATIONSTATE /AWS1/WSPASSOCIATIONSTATE¶
The status of the bundle resource association.
io_statereason TYPE REF TO /AWS1/CL_WSPASSOCIATIONSTATE00 /AWS1/CL_WSPASSOCIATIONSTATE00¶
The reason the association deployment failed.
Queryable Attributes¶
AssociatedResourceId¶
The identifier of the associated resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDRESOURCEID() |
Getter for ASSOCIATEDRESOURCEID, with configurable default |
ASK_ASSOCIATEDRESOURCEID() |
Getter for ASSOCIATEDRESOURCEID w/ exceptions if field has n |
HAS_ASSOCIATEDRESOURCEID() |
Determine if ASSOCIATEDRESOURCEID has a value |
AssociatedResourceType¶
The resource type of the associated resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDRESOURCETYPE() |
Getter for ASSOCIATEDRESOURCETYPE, with configurable default |
ASK_ASSOCIATEDRESOURCETYPE() |
Getter for ASSOCIATEDRESOURCETYPE w/ exceptions if field has |
HAS_ASSOCIATEDRESOURCETYPE() |
Determine if ASSOCIATEDRESOURCETYPE has a value |
BundleId¶
The identifier of the bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLEID() |
Getter for BUNDLEID, with configurable default |
ASK_BUNDLEID() |
Getter for BUNDLEID w/ exceptions if field has no value |
HAS_BUNDLEID() |
Determine if BUNDLEID has a value |
Created¶
The time the association is created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATED() |
Getter for CREATED, with configurable default |
ASK_CREATED() |
Getter for CREATED w/ exceptions if field has no value |
HAS_CREATED() |
Determine if CREATED has a value |
LastUpdatedTime¶
The time the association status was last updated.
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 |
State¶
The status of the bundle resource association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StateReason¶
The reason the association deployment failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEREASON() |
Getter for STATEREASON |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BUNDLERESRCASSOCIATIONLIST¶
TYPES TT_BUNDLERESRCASSOCIATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSPBUNDLERESRCASSOC00 WITH DEFAULT KEY
.