Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "COSMOS UG Web Component Library"

(COSMOS Widget Library)
(View)
Line 41: Line 41:
  
 
==View==
 
==View==
 +
===[[XML Viewer]]===
 +
'''Purpose:''' This view visualizes the structure of a XML document as a tree structureR.
 +
 +
===[[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.
 +
 
==Manage==
 
==Manage==
  

Revision as of 19:51, 5 March 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

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 structureR.

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.

Manage

Back to the top