With Vault
IRI: https://w3id.org/altium/cdm/core/WithVault
Bounded context: core
Mixin that adds a vault content type annotation to a class, indicating how its content is stored in the platform vault.
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class core_WithVault["With Vault"]
click core_WithVault href "../../classes/core_WithVault/"
class core_Meta["Meta"]
core_Meta <|-- core_WithVault
click core_Meta href "../../classes/core_Meta/"
core_WithVault --> "0..1" VaultContentType : contentType
click VaultContentType href "../../enums/VaultContentType/"
class VaultContentType["VaultContentType"]
Inheritance
- core_Meta
- core_WithVault
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| contentType | 0..1 |
VaultContentType | Vault Content Type | direct |