Manifest
Table of Contents
Constants
- MANIFEST_CODE_DATA_STUDIO = 'bi_data_studio'
- MANIFEST_CODE_POWERBI = 'bi_powerbi'
- MANIFEST_CODE_SUPERSET = 'bi_superset'
Methods
- list() : array<string|int, mixed>
- Returns rest applications description.
- onCheckAccessSuperset() : array<string|int, mixed>
- Checks access to export and import superset dashboards.
Constants
MANIFEST_CODE_DATA_STUDIO
public
mixed
MANIFEST_CODE_DATA_STUDIO
= 'bi_data_studio'
MANIFEST_CODE_POWERBI
public
mixed
MANIFEST_CODE_POWERBI
= 'bi_powerbi'
MANIFEST_CODE_SUPERSET
public
mixed
MANIFEST_CODE_SUPERSET
= 'bi_superset'
Methods
list()
Returns rest applications description.
public
static list() : array<string|int, mixed>
Return values
array<string|int, mixed>onCheckAccessSuperset()
Checks access to export and import superset dashboards.
public
static onCheckAccessSuperset(string $type, array<string|int, mixed> $manifest) : array<string|int, mixed>
Parameters
- $type : string
-
Export or import.
- $manifest : array<string|int, mixed>
-
Manifest data.