/AWS1/CL_FNDRESOURCEPERMISSION¶
Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets.
The following is a list of valid dataset permissions that you can apply:
-
ViewDatasetDetails -
ReadDatasetDetails -
AddDatasetData -
CreateDataView -
EditDatasetMetadata -
DeleteDataset
For more information on the dataset permissions, see Supported Dataset Permissions in the FinSpace User Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_permission TYPE /AWS1/FNDSTRVALUELENGTH1TO250 /AWS1/FNDSTRVALUELENGTH1TO250¶
Permission for a resource.
Queryable Attributes¶
permission¶
Permission for a resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERMISSION() |
Getter for PERMISSION, with configurable default |
ASK_PERMISSION() |
Getter for PERMISSION w/ exceptions if field has no value |
HAS_PERMISSION() |
Determine if PERMISSION 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_RESOURCEPERMISSIONSLIST¶
TYPES TT_RESOURCEPERMISSIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNDRESOURCEPERMISSION WITH DEFAULT KEY
.