/AWS1/CL_KNDDATASOURCEGROUP¶
Data source information for user context filtering.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_groupid
TYPE /AWS1/KNDPRINCIPALNAME
/AWS1/KNDPRINCIPALNAME
¶
The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
iv_datasourceid
TYPE /AWS1/KNDDATASOURCEID
/AWS1/KNDDATASOURCEID
¶
The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
Queryable Attributes¶
GroupId¶
The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GROUPID() |
Getter for GROUPID, with configurable default |
ASK_GROUPID() |
Getter for GROUPID w/ exceptions if field has no value |
HAS_GROUPID() |
Determine if GROUPID has a value |
DataSourceId¶
The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASOURCEID() |
Getter for DATASOURCEID, with configurable default |
ASK_DATASOURCEID() |
Getter for DATASOURCEID w/ exceptions if field has no value |
HAS_DATASOURCEID() |
Determine if DATASOURCEID 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_DATASOURCEGROUPS
¶
TYPES TT_DATASOURCEGROUPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDDATASOURCEGROUP WITH DEFAULT KEY
.