Skip to content

/AWS1/CL_QSTROWLEVELPERMTAGRL

A set of rules associated with a tag.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_TAGKEY TYPE /AWS1/QSTSESSIONTAGKEY /AWS1/QSTSESSIONTAGKEY

The unique key for a tag.

IV_COLUMNNAME TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The column name that a tag key is assigned to.

Optional arguments:

IV_TAGMULTIVALUEDELIMITER TYPE /AWS1/QSTROWLEVELPERMTAGDELM00 /AWS1/QSTROWLEVELPERMTAGDELM00

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

IV_MATCHALLVALUE TYPE /AWS1/QSTSESSIONTAGVALUE /AWS1/QSTSESSIONTAGVALUE

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.


Queryable Attributes

TagKey

The unique key for a tag.

Accessible with the following methods

Method Description
GET_TAGKEY() Getter for TAGKEY, with configurable default
ASK_TAGKEY() Getter for TAGKEY w/ exceptions if field has no value
HAS_TAGKEY() Determine if TAGKEY has a value

ColumnName

The column name that a tag key is assigned to.

Accessible with the following methods

Method Description
GET_COLUMNNAME() Getter for COLUMNNAME, with configurable default
ASK_COLUMNNAME() Getter for COLUMNNAME w/ exceptions if field has no value
HAS_COLUMNNAME() Determine if COLUMNNAME has a value

TagMultiValueDelimiter

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

Accessible with the following methods

Method Description
GET_TAGMULTIVALUEDELIMITER() Getter for TAGMULTIVALUEDELIMITER, with configurable default
ASK_TAGMULTIVALUEDELIMITER() Getter for TAGMULTIVALUEDELIMITER w/ exceptions if field has
HAS_TAGMULTIVALUEDELIMITER() Determine if TAGMULTIVALUEDELIMITER has a value

MatchAllValue

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

Accessible with the following methods

Method Description
GET_MATCHALLVALUE() Getter for MATCHALLVALUE, with configurable default
ASK_MATCHALLVALUE() Getter for MATCHALLVALUE w/ exceptions if field has no value
HAS_MATCHALLVALUE() Determine if MATCHALLVALUE 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_ROWLEVELPERMTAGRULELIST

TYPES TT_ROWLEVELPERMTAGRULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTROWLEVELPERMTAGRL WITH DEFAULT KEY
.