/AWS1/CL_BDOMATCHPATHS¶
A condition that matches requests based on the request path.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_anyof TYPE /AWS1/CL_BDOMATCHPATHPATS_W=>TT_MATCHPATHPATTERNS TT_MATCHPATHPATTERNS¶
A list of path patterns. The condition is met if the request path matches any of the patterns.
Queryable Attributes¶
anyOf¶
A list of path patterns. The condition is met if the request path matches any of the patterns.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANYOF() |
Getter for ANYOF, with configurable default |
ASK_ANYOF() |
Getter for ANYOF w/ exceptions if field has no value |
HAS_ANYOF() |
Determine if ANYOF has a value |