Application model¶
Reference documentation
This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand how to manage Application assets in Atlan. For that, we would suggest starting with the manage Application assets pattern.
Base class for Application assets.
classDiagram
direction RL
class Application {
<<abstract>>
}
link Application "../application"
class Catalog {
<<abstract>>
}
link Catalog "../entities/catalog"
Catalog <|-- Application : extends
class Asset {
<<abstract>>
}
link Asset "../entities/asset"
Asset <|-- Catalog : extends
class Referenceable {
<<abstract>>
}
link Referenceable "../entities/referenceable"
Referenceable <|-- Asset : extends
class ApplicationContainer
link ApplicationContainer "../entities/applicationcontainer"
Application <|-- ApplicationContainer : extends
Properties¶
These attributes are specific to instances of Application
(and all of its subtypes).
applicationId ¶
Unique identifier for the Application asset from the source system.
Relationships¶
The following illustrates how the various Application assets inter-relate with each other:
erDiagram
Connection ||..o{ ApplicationContainer : ""