Skip to content

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

DesWorkspace

GRID (1)

grid:global::platform:workspace/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

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/"




  class core_Artifact["Artifact"]




          core_Artifact <|-- plt_Workspace
          click core_Artifact href "../../classes/core_Artifact/"











      plt_Workspace --> "*" con_EnvironmentConfiguration : environment configurations
      click con_EnvironmentConfiguration href "../../classes/con_EnvironmentConfiguration/"


  class con_EnvironmentConfiguration["Environment Configuration"]



      style con_EnvironmentConfiguration 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. core_Entity
environment configurations * Environment Configuration TBD direct

Identifier and Mapping Information

Annotations

property value
grid grid:global::platform:workspace/{id}
platformAPI DesWorkspace

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.