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 containFOLDER
,SCENARIO
orSCENARIO_LINK
child elements. -
FOLDER
: an organizational element in the hierarchical structure that may containSCENARIO
,SCENARIO_LINK
or otherFOLDER
elements (subfolders). -
SCENARIO
: this element is associated through itsuuid
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 itsreferencedScenarioId
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.