Skip to content

Activity

IRI: https://w3id.org/altium/cdm/core/Activity

Bounded context: core

Abstract base for process and work objects — things that happen, use inputs, and produce outputs. Examples: projects, releases, design workflows.

Platform API

GRID (1)

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

*NOTE: this is an abstract class and should not be instantiated directly

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class core_Activity["Activity"]




    click core_Activity href "../../classes/core_Activity/"




  class core_Entity["Entity"]




          core_Entity <|-- core_Activity
          click core_Entity href "../../classes/core_Entity/"





  class plt_Solution["Solution"]



      style plt_Solution fill:#cccccc    


        core_Activity <|-- plt_Solution
        click plt_Solution href "../../classes/plt_Solution/"


  class col_Task["Task"]



      style col_Task fill:#6fa8dc    


        core_Activity <|-- col_Task
        click col_Task href "../../classes/col_Task/"


  class col_CommentThread["Comment Thread"]



      style col_CommentThread fill:#6fa8dc    


        core_Activity <|-- col_CommentThread
        click col_CommentThread href "../../classes/col_CommentThread/"


  class cus_Workflow["Workflow"]



      style cus_Workflow fill:#a2c4c9    


        core_Activity <|-- cus_Workflow
        click cus_Workflow href "../../classes/cus_Workflow/"


  class des_Project["Hardware Project"]



      style des_Project fill:#93c47d    


        core_Activity <|-- des_Project
        click des_Project href "../../classes/des_Project/"


  class des_ProjectRelease["Hardware Project Release"]



      style des_ProjectRelease fill:#93c47d    


        core_Activity <|-- des_ProjectRelease
        click des_ProjectRelease href "../../classes/des_ProjectRelease/"


  class des_RuleCheckExecution["Rule Check Execution"]



      style des_RuleCheckExecution fill:#93c47d    


        core_Activity <|-- des_RuleCheckExecution
        click des_RuleCheckExecution href "../../classes/des_RuleCheckExecution/"


  class ins_Insight["Insight"]



      style ins_Insight fill:#a64d79    


        core_Activity <|-- ins_Insight
        click ins_Insight href "../../classes/ins_Insight/"


  class lib_PartRequest["Part Request"]



      style lib_PartRequest fill:#ffe599    


        core_Activity <|-- lib_PartRequest
        click lib_PartRequest href "../../classes/lib_PartRequest/"


  class pro_BomWIP["BOM WIP"]



      style pro_BomWIP fill:#dd7e6b    


        core_Activity <|-- pro_BomWIP
        click pro_BomWIP href "../../classes/pro_BomWIP/"


  class sft_SoftwareProject["Software Project"]



      style sft_SoftwareProject fill:#3c78d8    


        core_Activity <|-- sft_SoftwareProject
        click sft_SoftwareProject href "../../classes/sft_SoftwareProject/"


  class system_ESDDocument["ESD Document"]



      style system_ESDDocument fill:#f1c232    


        core_Activity <|-- system_ESDDocument
        click system_ESDDocument href "../../classes/system_ESDDocument/"


  class system_SdmSystemModel["System  Model"]



      style system_SdmSystemModel fill:#f1c232    


        core_Activity <|-- system_SdmSystemModel
        click system_SdmSystemModel href "../../classes/system_SdmSystemModel/"


  class req_RequirementChangeRequest["Requirement Change Request"]



      style req_RequirementChangeRequest fill:#f6b26b    


        core_Activity <|-- req_RequirementChangeRequest
        click req_RequirementChangeRequest href "../../classes/req_RequirementChangeRequest/"


  class req_Project["Requirements Project"]



      style req_Project fill:#f6b26b    


        core_Activity <|-- req_Project
        click req_Project href "../../classes/req_Project/"


  class req_VerificationCase["Verification Case"]



      style req_VerificationCase fill:#f6b26b    


        core_Activity <|-- req_VerificationCase
        click req_VerificationCase href "../../classes/req_VerificationCase/"



          core_Activity : id





Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. core_Entity

Identifier and Mapping Information

Comments

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