/AWS1/CL_NWFPROXYRULEPRIORITY¶
Proxy rule name and new desired position.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_proxyrulename TYPE /AWS1/NWFRESOURCENAME /AWS1/NWFRESOURCENAME¶
The descriptive name of the proxy rule. You can't change the name of a proxy rule after you create it.
iv_newposition TYPE /AWS1/NWFINSERTPOSITION /AWS1/NWFINSERTPOSITION¶
Where to move a proxy rule in a proxy rule group.
Queryable Attributes¶
ProxyRuleName¶
The descriptive name of the proxy rule. You can't change the name of a proxy rule after you create it.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROXYRULENAME() |
Getter for PROXYRULENAME, with configurable default |
ASK_PROXYRULENAME() |
Getter for PROXYRULENAME w/ exceptions if field has no value |
HAS_PROXYRULENAME() |
Determine if PROXYRULENAME has a value |
NewPosition¶
Where to move a proxy rule in a proxy rule group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWPOSITION() |
Getter for NEWPOSITION, with configurable default |
ASK_NEWPOSITION() |
Getter for NEWPOSITION w/ exceptions if field has no value |
HAS_NEWPOSITION() |
Determine if NEWPOSITION 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_PROXYRULEPRIORITYLIST¶
TYPES TT_PROXYRULEPRIORITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFPROXYRULEPRIORITY WITH DEFAULT KEY
.