Workspace
IRI: https://w3id.org/altium/cdm/platform/Workspace
Bounded context: platform
The top-level entity that plays a role of a closed environment for other entities (members, projects, components, etc.).
Platform API
GRID (1)
grid:global::platform:workspace/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class plt_workspace["Workspace"]
style plt_workspace fill:#cccccc
click plt_workspace href "../../classes/plt_workspace/"
plt_workspace --> "*" con_env_configuration : environment configurations
click con_env_configuration href "../../classes/con_env_configuration/"
class con_env_configuration["Environment Configuration"]
style con_env_configuration fill:#ead1dc
plt_workspace : id
Comments
Workspace is scoped to a geographical region and ensures that all workspace-related data is stored in a specific location. This is a major data governance function of the workspaces. Typically an organization has a single workspace but large entirprises may have multiple.
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
| environment configurations | * |
Environment Configuration | None | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:global::platform:workspace/{id} |
| platformAPI | DesWorkspace |