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_solution_release["Solution Release"]
style plt_solution_release fill:#cccccc
click plt_solution_release href "../../classes/plt_solution_release/"
plt_solution_release : id
class plt_solution["Solution"]
style plt_solution fill:#cccccc
plt_solution --> "*" plt_solution_release: releases
click plt_solution href "../../classes/plt_solution/"
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:platform:solution-release/{id} |