/AWS1/CL_CNTFLOWASSOCIATIONS00¶
Information about flow associations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourceid TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The identifier of the resource.
iv_flowid TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The identifier of the flow.
iv_resourcetype TYPE /AWS1/CNTLSTFLOWASSOCIATIONR00 /AWS1/CNTLSTFLOWASSOCIATIONR00¶
The type of resource association.
Queryable Attributes¶
ResourceId¶
The identifier of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
FlowId¶
The identifier of the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWID() |
Getter for FLOWID, with configurable default |
ASK_FLOWID() |
Getter for FLOWID w/ exceptions if field has no value |
HAS_FLOWID() |
Determine if FLOWID has a value |
ResourceType¶
The type of resource association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE 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_FLOWASSOCIATIONSUMMARYLIST¶
TYPES TT_FLOWASSOCIATIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTFLOWASSOCIATIONS00 WITH DEFAULT KEY
.