Class Summary |
Browser |
This is a SWING application that reads and displays the properties of a
resource using the generic Resource/Property interfaces of the CM API. |
BrowserDataModel |
An all-in-one class for displaying a table of browser data |
CreateRecord |
|
CreateRecordCommand |
A sample CM API application that demonstrates the use of the API to create
or update a ClearQuest record in a command line context. |
EditRecord |
A sample CM API application that allows the user to browse to a record by
executing a query and selecting a record from the result set. |
EditRecord.Viewer |
An extension of the ViewRecord.Viewer that adds the ability to start an
action under which fields of the record can be modified. |
ExecuteQuery |
Pick a query from a list of those available in a database and execute it. |
FindDatabases |
List the user databases visible in the current context |
HelloWorld |
Instantiates a CM API provider and reports what's installed and what's not |
InstallCheck |
An application for testing proper installation of the CM API library for a
specific repository type or types |
ListRecords |
Sample code that appears in the Stp package.html. |
QueryCommand |
A sample CM API application for defining and executing ClearQuest queries
using a command-line interface. |
QueryUtilities |
A CmdBaseQuery |
QueryUtilities.FilterSym<T> |
The representation for a symbol in a filtering expression |
QueryUtilities.Tokenizer |
Tokenizes a stream containing a filtering expression from the command
line |
SimpleCreateQuery |
|
SimpleCreateQuery.UnPw |
A simple Authentication object in which the username and password
obtained from the user is cached for use by the CM API. |
SimpleEdit |
Sample CM API Application that allows a ClearQuest record to be edited
interactively. |
SimpleQuery |
Sample CM API Application that executes a query named by the user and
displays the results in a passive window. |
SimpleQuery.UnPw |
A simple Authentication object in which the username and password
obtained from the user is cached for use by the CM API. |
Utilities |
A collection of static utility methods supporting the CM API examples |
Utilities.UnPw |
A simple Authentication object in which the username and password
obtained from the user is cached for use by the CM API. |
ViewRecord |
View the current state of a record |
ViewRecord.RecordFrame |
An extension of JFrame for the record field display,
exposing to clients the JTable component of the frame and
the field list that is being displayed in the table. |
ViewRecord.Viewer |
An instance of ExecuteQuery.Viewer that allows (read-only) viewing of a
Record resource. |