/AWS1/CL_NWMATTACHMENTROUTIN00¶
Summary information about routing policy associations for an attachment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_attachmentid TYPE /AWS1/NWMATTACHMENTID /AWS1/NWMATTACHMENTID¶
The ID of the attachment associated with the routing policy.
it_pendingroutingpolicies TYPE /AWS1/CL_NWMCONSTRAINEDSTRLS00=>TT_CONSTRAINEDSTRINGLIST TT_CONSTRAINEDSTRINGLIST¶
The list of routing policies that are pending association with the attachment.
it_associatedroutingpolicies TYPE /AWS1/CL_NWMCONSTRAINEDSTRLS00=>TT_CONSTRAINEDSTRINGLIST TT_CONSTRAINEDSTRINGLIST¶
The list of routing policies currently associated with the attachment.
iv_routingpolicylabel TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The routing policy label associated with the attachment.
Queryable Attributes¶
AttachmentId¶
The ID of the attachment associated with the routing policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTID() |
Getter for ATTACHMENTID, with configurable default |
ASK_ATTACHMENTID() |
Getter for ATTACHMENTID w/ exceptions if field has no value |
HAS_ATTACHMENTID() |
Determine if ATTACHMENTID has a value |
PendingRoutingPolicies¶
The list of routing policies that are pending association with the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDINGROUTINGPOLICIES() |
Getter for PENDINGROUTINGPOLICIES, with configurable default |
ASK_PENDINGROUTINGPOLICIES() |
Getter for PENDINGROUTINGPOLICIES w/ exceptions if field has |
HAS_PENDINGROUTINGPOLICIES() |
Determine if PENDINGROUTINGPOLICIES has a value |
AssociatedRoutingPolicies¶
The list of routing policies currently associated with the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCDROUTINGPOLICIES() |
Getter for ASSOCIATEDROUTINGPOLICIES, with configurable defa |
ASK_ASSOCDROUTINGPOLICIES() |
Getter for ASSOCIATEDROUTINGPOLICIES w/ exceptions if field |
HAS_ASSOCDROUTINGPOLICIES() |
Determine if ASSOCIATEDROUTINGPOLICIES has a value |
RoutingPolicyLabel¶
The routing policy label associated with the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTINGPOLICYLABEL() |
Getter for ROUTINGPOLICYLABEL, with configurable default |
ASK_ROUTINGPOLICYLABEL() |
Getter for ROUTINGPOLICYLABEL w/ exceptions if field has no |
HAS_ROUTINGPOLICYLABEL() |
Determine if ROUTINGPOLICYLABEL 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_ATTACHMENTROUTINGPLYASCLIST¶
TYPES TT_ATTACHMENTROUTINGPLYASCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMATTACHMENTROUTIN00 WITH DEFAULT KEY
.