Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Data Manager Navigator

COSMOS Wiki > COSMOS Document Plan > COSMOS Manual Guide > COSMOS_UG_Web_Component_Library

Data Manager Navigator

Purpose: The Data Manager Navigator displays a list of data managers that are registered with a broker. The user would use this UI component to submit queries to a particular data manager.

Navigate datamanager.jpg

This web component is composed of a tree widget that contains the list of registered data managers that are the top level nodes. Icons can be be associated with each node to visually distinguish between data managers.

Three types of actions can be initiated on a node.

  • Expanding a node
  • Opening a pop-up menu on a node
  • Selecting a node

Expanding a node

Expanding a node will initiate a query to the data manager that the node represents. This query is configurable by the application. For example, consider a "CBE" data manager. This data manager contains a repository of log files that have been collected from various applications. Expanding the node of the "CBE" data manager will submit a query to get the list of log files that the this data manager is aware of. As a result the user will see a list children nodes under the "CBE" data manager node.

Cbe expand.jpg

Note that expanding a node may result in different queries for different data managers. These queries are configurable at the application level.

Opening a pop-up up menu on a node

Right clicking a node will bring up a pop-up menu with a set of options. These options may vary from one data manager to the next. The types of options that are displayed in the pop-up menu are configured at the application level.

There are however some basic menu options that are available to data managers that are MDRs.

  • Submit A Query

Comsos submitquery.jpg

The user can select the Submit Query option to bring up a web component that will allow the user to construct a CMDBf query and submit this query to the MDR. These web components are further explained under the [Query] section.

Selecting a node

Selecting a node may cause a section within the application console to refresh. The section that is refreshed within the application as a result of selecting a particular node is configured at the application level. For example, an application console may be made up of this navigator component and the [properties] component. When the user selects a node in the navigator component the properties component is refreshed and shows the list of properties of the selected node in a table. This is illustrated in the following screen shot.


Cosmos propertiesselecdt.jpg

Other types of nodes behave differently. For example, the navigation tree may have nodes that represent predefined CMDBf queries. CMDBf query nodes are children nodes of data manager nodes. When these nodes are selected the graph response view shows the results of the CMDBf query. Also note that the properties view will show the CMDBf xml document.

Ssprequeries.jpg

Back to the top