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
Properties¶
These attributes are specific to instances of Qlik
(and all of its subtypes).
qlikAppId ¶
Identifier of the app in which this asset belongs, from Qlik.
qlikAppQualifiedName ¶
Unique name of the app where this asset belongs.
qlikId ¶
Identifier of this asset, from Qlik.
qlikIsPublished ¶
Whether this asset is published in Qlik (true) or not (false).
qlikOwnerId ¶
Identifier of the owner of this asset, in Qlik.
qlikQRI ¶
Unique QRI of this asset, from Qlik.
qlikSpaceId ¶
Identifier of the space in which this asset exists, from Qlik.
qlikSpaceQualifiedName ¶
Unique name of the space in which this asset exists.
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