Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
COSMOS UG Web Component Library
COSMOS Wiki > COSMOS Document Plan > COSMOS Manual Guide
COSMOS Component Library
Category: User's Guide
Owner | Sheldon Lee-Loy |
Bug #218838 | 218838 |
Due dates | Schedule |
Outline
COSMOS defines a set of web-based components that provides access to the underlying COSMOS services. These web-based components can be configured and integrated with each other to create a very dynamic web based application.
Each component carries out one of the following basic action.
- Navigate - components that help the end user locate a data manager within the COSMOS system
- Query - components that builds and submits queries to a data manager
- View - components that visualizes information from a data manager
- Manage - components that manages a data manager
- Utility - components that provide utility functions
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.
Query
Basic CMDBf Query Dialog
Purpose: This dialog provides a simple text input box to submit a CMDBf query document to a MDR.
CMDBf Query Builder Dialog
Purpose: This web based component provides a dialog box to construct a CMDBf query document and submit the constructed document to a MDR. Users familiar with the CMDBf query document structure can use this dialog box to construct a CMDBf query document instead of hand typing the document. The query builder processes the service meta data from an MDR to determine what kind of query capabilities the user is allowed to specify.
View
XML Viewer
Purpose: This view visualizes the structure of a XML document as a tree structure.
Frame Viewer
Purpose: This view provides a frame to embed html content.
Properties Viewer
Purpose: This view displays name value pairs within a table.
CMDBf Graph Reponse Viewer
Purpose: This view visualize the structure of a CMDBf response document.
CMDBf Graph Reponse Tree Viewer
Purpose: This view visualize the structure of a CMDBf response document as a tree.
Manage
Configuration Item Registration Dialog
Purpose: This dialog box provides the ability for users to register configuration items to a federating CMDB.
Configuration Item DeRegistration Dialog
Purpose: This dialog box provides the ability for users to deregister configuration items to a federating CMDB.
Utility
Error Dialog
Purpose: This dialog box displays error message to the user.