Skip to content

Analysis Events

GfalahO edited this page Apr 24, 2021 · 10 revisions

Analysis Event Specification

Regarding the analysis creation, the analysis domain takes care of the following entities:

  • Analysis
  • Stakeholder

Analysis

We send this object and provide the following attributes:

  • UUID id
  • String name
  • String description

Eventnames

  • Analysis/created - for a created analysis
  • Analysis/updated - for a updated analysis
  • Analysis/deleted - for a deleted analysis

Stakeholder

We send this object and provide the following attributes:

  • UUID id
  • String name
  • Integer priority
  • StakeholderLevel (EnumType.STRING) stakeholderLevel

Eventnames

  • Stakeholder/created - for a created stakeholder
  • Stakeholder/updated - for a updated stakeholder
  • Stakeholder/deleted - for a deleted stakeholder

Value

We send this object and provide the following attributes:

  • UUID id
  • String name
  • String type
  • String description
  • Analysis analysis
  • Boolean archived

Eventnames

  • Values/created - for a created value
  • Values/updated - for a updated value
  • Values/deleted - for a deleted value
Clone this wiki locally