Skip to content

/AWS1/CL_QQCTAGFILTER

An object that can be used to specify Tag conditions.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_TAGCONDITION TYPE REF TO /AWS1/CL_QQCTAGCONDITION /AWS1/CL_QQCTAGCONDITION

A leaf node condition which can be used to specify a tag condition.

IT_ANDCONDITIONS TYPE /AWS1/CL_QQCTAGCONDITION=>TT_ANDCONDITIONS TT_ANDCONDITIONS

A list of conditions which would be applied together with an AND condition.

IT_ORCONDITIONS TYPE /AWS1/CL_QQCORCONDITION=>TT_ORCONDITIONS TT_ORCONDITIONS

A list of conditions which would be applied together with an OR condition.


Queryable Attributes

tagCondition

A leaf node condition which can be used to specify a tag condition.

Accessible with the following methods

Method Description
GET_TAGCONDITION() Getter for TAGCONDITION

andConditions

A list of conditions which would be applied together with an AND condition.

Accessible with the following methods

Method Description
GET_ANDCONDITIONS() Getter for ANDCONDITIONS, with configurable default
ASK_ANDCONDITIONS() Getter for ANDCONDITIONS w/ exceptions if field has no value
HAS_ANDCONDITIONS() Determine if ANDCONDITIONS has a value

orConditions

A list of conditions which would be applied together with an OR condition.

Accessible with the following methods

Method Description
GET_ORCONDITIONS() Getter for ORCONDITIONS, with configurable default
ASK_ORCONDITIONS() Getter for ORCONDITIONS w/ exceptions if field has no value
HAS_ORCONDITIONS() Determine if ORCONDITIONS has a value