Qlik¶
Base class for Qlik assets.
Reference documentation
This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand managing Qlik assets in Atlan. For that, we would suggest starting with either:
classDiagram
direction RL
class Qlik {
<<abstract>>
}
link Qlik "../qlik"
class BI {
<<abstract>>
}
link BI "../entities/bi"
BI <|-- Qlik : extends
class Catalog {
<<abstract>>
}
link Catalog "../entities/catalog"
Catalog <|-- BI : extends
class Asset {
<<abstract>>
}
link Asset "../entities/asset"
Asset <|-- Catalog : extends
class Referenceable {
<<abstract>>
}
link Referenceable "../entities/referenceable"
Referenceable <|-- Asset : extends
class QlikSpace
link QlikSpace "../entities/qlikspace"
Qlik <|-- QlikSpace : extends
class QlikStream
link QlikStream "../entities/qlikstream"
QlikSpace <|-- QlikStream : extends
class QlikApp
link QlikApp "../entities/qlikapp"
Qlik <|-- QlikApp : extends
class QlikChart
link QlikChart "../entities/qlikchart"
Qlik <|-- QlikChart : extends
class QlikDataset
link QlikDataset "../entities/qlikdataset"
Qlik <|-- QlikDataset : extends
class QlikSheet
link QlikSheet "../entities/qliksheet"
Qlik <|-- QlikSheet : extends
Type-specific properties¶
Following are the properties uniquely available on Qlik
assets in Atlan.
qlikAppId
Unique identifier (in Qlik) of the app where the asset exists. | |
---|---|
1 2 3 |
|
-
Set the
qlikAppId
for aQlik
. -
Retrieve the
qlikAppId
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlikAppId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlikAppQualifiedName
Unique name of the app where the Qlik asset exists. | |
---|---|
1 2 3 4 |
|
-
Set the
qlikAppQualifiedName
for aQlik
. -
Retrieve the
qlikAppQualifiedName
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlikAppQualifiedName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
qlikAppQualifiedName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
qlikId
Unique identifier of the Qlik asset in Qlik. | |
---|---|
1 2 3 |
|
-
Set the
qlikId
for aQlik
. -
Retrieve the
qlikId
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlikId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlikIsPublished
Whether the asset is published in Qlik (true) or not (false). | |
---|---|
1 2 3 |
|
-
Set the
qlikIsPublished
for aQlik
. -
Retrieve the
qlikIsPublished
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlikIsPublished
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlikOwnerId
Unique identifier (in Qlik) of the owner of the asset. | |
---|---|
1 2 3 |
|
-
Set the
qlikOwnerId
for aQlik
. -
Retrieve the
qlikOwnerId
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlikOwnerId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlikQRI
QRI of the Qlik object. | |
---|---|
1 2 3 4 |
|
-
Set the
qlikQRI
for aQlik
. -
Retrieve the
qlikQRI
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlikQRI
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
qlikQRI
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
qlikSpaceId
Unique identifier (in Qlik) of the space where the asset exists. | |
---|---|
1 2 3 |
|
-
Set the
qlikSpaceId
for aQlik
. -
Retrieve the
qlikSpaceId
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlikSpaceId
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlikSpaceQualifiedName
Unique name of the space where the Qlik asset exists. | |
---|---|
1 2 3 4 |
|
-
Set the
qlikSpaceQualifiedName
for aQlik
. -
Retrieve the
qlikSpaceQualifiedName
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlikSpaceQualifiedName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
qlikSpaceQualifiedName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
qlik_app_id
qID of a app where the qlik object belongs | |
---|---|
1 2 3 |
|
-
Set the
qlik_app_id
for aQlik
. -
Retrieve the
qlik_app_id
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlik_app_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlik_app_qualified_name
qualifiedName of an app where the qlik object belongs to | |
---|---|
1 2 3 4 |
|
-
Set the
qlik_app_qualified_name
for aQlik
. -
Retrieve the
qlik_app_qualified_name
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlik_app_qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
qlik_app_qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
qlik_id
qID/guid of the qlik object | |
---|---|
1 2 3 |
|
-
Set the
qlik_id
for aQlik
. -
Retrieve the
qlik_id
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlik_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlik_is_published
If the qlik object is published | |
---|---|
1 2 3 |
|
-
Set the
qlik_is_published
for aQlik
. -
Retrieve the
qlik_is_published
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlik_is_published
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlik_owner_id
Owner's guid of the qlik object | |
---|---|
1 2 3 |
|
-
Set the
qlik_owner_id
for aQlik
. -
Retrieve the
qlik_owner_id
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlik_owner_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlik_q_r_i
QRI of the qlik object, kind of like qualifiedName on Atlan | |
---|---|
1 2 3 4 |
|
-
Set the
qlik_q_r_i
for aQlik
. -
Retrieve the
qlik_q_r_i
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlik_q_r_i
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
qlik_q_r_i
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
qlik_space_id
qID of a space where the qlik object belongs to | |
---|---|
1 2 3 |
|
-
Set the
qlik_space_id
for aQlik
. -
Retrieve the
qlik_space_id
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlik_space_id
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
qlik_space_qualified_name
qualifiedName of a space where the qlik object belongs to | |
---|---|
1 2 3 4 |
|
-
Set the
qlik_space_qualified_name
for aQlik
. -
Retrieve the
qlik_space_qualified_name
from aQlik
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
qlik_space_qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
qlik_space_qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
qlikAppId
Unique identifier (in Qlik) of the app where the asset exists. | |
---|---|
1 2 3 4 5 |
|
-
Set the
qlikAppId
for aQlik
.For more details
For more information, see the asset CRUD snippets.
qlikAppQualifiedName
Unique name of the app where the Qlik asset exists. | |
---|---|
1 2 3 4 5 |
|
-
Set the
qlikAppQualifiedName
for aQlik
.For more details
For more information, see the asset CRUD snippets.
qlikId
Unique identifier of the Qlik asset in Qlik. | |
---|---|
1 2 3 4 5 |
|
-
Set the
qlikId
for aQlik
.For more details
For more information, see the asset CRUD snippets.
qlikIsPublished
Whether the asset is published in Qlik (true) or not (false). | |
---|---|
1 2 3 4 5 |
|
-
Set the
qlikIsPublished
for aQlik
.For more details
For more information, see the asset CRUD snippets.
qlikOwnerId
Unique identifier (in Qlik) of the owner of the asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
qlikOwnerId
for aQlik
.For more details
For more information, see the asset CRUD snippets.
qlikQRI
QRI of the Qlik object. | |
---|---|
1 2 3 4 5 |
|
-
Set the
qlikQRI
for aQlik
.For more details
For more information, see the asset CRUD snippets.
qlikSpaceId
Unique identifier (in Qlik) of the space where the asset exists. | |
---|---|
1 2 3 4 5 |
|
-
Set the
qlikSpaceId
for aQlik
.For more details
For more information, see the asset CRUD snippets.
qlikSpaceQualifiedName
Unique name of the space where the Qlik asset exists. | |
---|---|
1 2 3 4 5 |
|
-
Set the
qlikSpaceQualifiedName
for aQlik
.For more details
For more information, see the asset CRUD snippets.
Relationships¶
The following illustrates how the various Qlik objects inter-relate with each other:
erDiagram
Connection ||..o{ QlikSpace : ""
Connection ||..o{ QlikStream : ""
QlikSpace |o--o{ QlikApp : qlikApps
QlikSpace |o--o{ QlikDataset : qlikDatasets
QlikStream |o--o{ QlikApp : qlikApps
QlikStream |o--o{ QlikDataset : qlikDatasets
QlikApp |o--o{ QlikSheet : qlikSheets
QlikSheet |o--o{ QlikChart : qlikCharts