/AWS1/CL_REKGENERALLABELSSTGS¶
Contains filters for the object labels returned by DetectLabels. Filters can be inclusive, exclusive, or a combination of both and can be applied to individual labels or entire label categories. To see a list of label categories, see Detecting Labels.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_labelinclusionfilters TYPE /AWS1/CL_REKGENERALLABELSFIL00=>TT_GENERALLABELSFILTERLIST TT_GENERALLABELSFILTERLIST¶
The labels that should be included in the return from DetectLabels.
it_labelexclusionfilters TYPE /AWS1/CL_REKGENERALLABELSFIL00=>TT_GENERALLABELSFILTERLIST TT_GENERALLABELSFILTERLIST¶
The labels that should be excluded from the return from DetectLabels.
it_labelcatinclusionfilters TYPE /AWS1/CL_REKGENERALLABELSFIL00=>TT_GENERALLABELSFILTERLIST TT_GENERALLABELSFILTERLIST¶
The label categories that should be included in the return from DetectLabels.
it_labelcatexclusionfilters TYPE /AWS1/CL_REKGENERALLABELSFIL00=>TT_GENERALLABELSFILTERLIST TT_GENERALLABELSFILTERLIST¶
The label categories that should be excluded from the return from DetectLabels.
Queryable Attributes¶
LabelInclusionFilters¶
The labels that should be included in the return from DetectLabels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELINCLUSIONFILTERS() |
Getter for LABELINCLUSIONFILTERS, with configurable default |
ASK_LABELINCLUSIONFILTERS() |
Getter for LABELINCLUSIONFILTERS w/ exceptions if field has |
HAS_LABELINCLUSIONFILTERS() |
Determine if LABELINCLUSIONFILTERS has a value |
LabelExclusionFilters¶
The labels that should be excluded from the return from DetectLabels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELEXCLUSIONFILTERS() |
Getter for LABELEXCLUSIONFILTERS, with configurable default |
ASK_LABELEXCLUSIONFILTERS() |
Getter for LABELEXCLUSIONFILTERS w/ exceptions if field has |
HAS_LABELEXCLUSIONFILTERS() |
Determine if LABELEXCLUSIONFILTERS has a value |
LabelCategoryInclusionFilters¶
The label categories that should be included in the return from DetectLabels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELCATINCLUSIONFILTERS() |
Getter for LABELCATINCLUSIONFILTERS, with configurable defau |
ASK_LABELCATINCLUSIONFILTERS() |
Getter for LABELCATINCLUSIONFILTERS w/ exceptions if field h |
HAS_LABELCATINCLUSIONFILTERS() |
Determine if LABELCATINCLUSIONFILTERS has a value |
LabelCategoryExclusionFilters¶
The label categories that should be excluded from the return from DetectLabels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELCATEXCLUSIONFILTERS() |
Getter for LABELCATEXCLUSIONFILTERS, with configurable defau |
ASK_LABELCATEXCLUSIONFILTERS() |
Getter for LABELCATEXCLUSIONFILTERS w/ exceptions if field h |
HAS_LABELCATEXCLUSIONFILTERS() |
Determine if LABELCATEXCLUSIONFILTERS has a value |