Understanding the Scenario Service Path Types

The application structure is defined in the MongoDB collection path and contains elements of the following types:

  • ROOT: this element is unique and represents the root element of the application hierarchical structure.

  • APPLICATION: the element that represents the application.

  • WORKSPACE: an organizational element in the hierarchical structure that may contain FOLDER, SCENARIO or SCENARIO_LINK child elements.

  • FOLDER: an organizational element in the hierarchical structure that may contain SCENARIO, SCENARIO_LINK or other FOLDER elements (subfolders).

  • SCENARIO: this element is associated through its uuid with data managed by the scenario data. For more details, please refer to Chapter Understanding the Data Service.

  • SCENARIO_LINK: this element is referencing another existing scenario document through its referencedScenarioId field.

  • CUSTOM-DASHBOARD: a Custom Dashboard that aggregates multiple Widgets. For more details, please refer to Sections Understanding the Custom Views and Dashboards and Understanding Widgets.

  • CUSTOM-VIEW: a Custom View contains a single Widget. For more details, please refer to Sections Understanding the Custom Views and Dashboards and Understanding Widgets.