Solution Release
IRI: https://w3id.org/altium/cdm/platform/SolutionRelease
Bounded context: platform
Release of the Solution. This is a formal immutable artifact, representing a specific state of the Solution at the time of release.
Platform API
GRID (1)
grid:workspace:{workspace-id}:platform:solution-release/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class plt_SolutionRelease["Solution Release"]
style plt_SolutionRelease fill:#cccccc
click plt_SolutionRelease href "../../classes/plt_SolutionRelease/"
class core_Artifact["Artifact"]
core_Artifact <|-- plt_SolutionRelease
click core_Artifact href "../../classes/core_Artifact/"
plt_SolutionRelease : id
class plt_Solution["Solution"]
style plt_Solution fill:#cccccc
plt_Solution --> "*" plt_SolutionRelease: releases
click plt_Solution href "../../classes/plt_Solution/"
Inheritance
- core_Entity
- core_Artifact
- plt_SolutionRelease
- core_Artifact
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | core_Entity |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:platform:solution-release/{id} |