/AWS1/CL_GLUUPDJSONCLIFIERREQ¶
Specifies a JSON classifier to be updated.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The name of the classifier.
Optional arguments:¶
iv_jsonpath TYPE /AWS1/GLUJSONPATH /AWS1/GLUJSONPATH¶
A
JsonPathstring defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
Queryable Attributes¶
Name¶
The name of the classifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
JsonPath¶
A
JsonPathstring defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JSONPATH() |
Getter for JSONPATH, with configurable default |
ASK_JSONPATH() |
Getter for JSONPATH w/ exceptions if field has no value |
HAS_JSONPATH() |
Determine if JSONPATH has a value |