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

Difference between revisions of "COSMOS UG Web Component Library"

(Manage)
(View)
 
(2 intermediate revisions by the same user not shown)
Line 43: Line 43:
 
==View==
 
==View==
 
===[[XML Viewer]]===
 
===[[XML Viewer]]===
'''Purpose:''' This view visualizes the structure of a XML document as a tree structureR.
+
'''Purpose:''' This view visualizes the structure of a XML document as a tree structure.
  
 
===[[Frame Viewer]]===
 
===[[Frame Viewer]]===
Line 53: Line 53:
 
===[[CMDBf Graph Reponse Viewer]]===
 
===[[CMDBf Graph Reponse Viewer]]===
 
'''Purpose:''' This view visualize the structure of a CMDBf response document.
 
'''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==
 
==Manage==
Line 66: Line 69:
 
===[[Error Dialog]]===
 
===[[Error Dialog]]===
 
'''Purpose:''' This dialog box displays error message to the user.   
 
'''Purpose:''' This dialog box displays error message to the user.   
 
===[[Progress Dialog]]===
 
'''Purpose:''' This dialog box indicates that the user should wait for an action to complete.
 
  
  
  
 
[[Category:COSMOS_Users_Guide]]
 
[[Category:COSMOS_Users_Guide]]

Latest revision as of 12:28, 24 June 2008

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

Navigate

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.

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.

Back to the top