Project: stp

com.ibm.rational.stp.client.samples
Class CreateRecord

Object
  extended by com.ibm.rational.stp.client.samples.EditRecord
      extended by com.ibm.rational.stp.client.samples.CreateRecord

public class CreateRecord
extends EditRecord


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.rational.stp.client.samples.EditRecord
EditRecord.Viewer
 
Field Summary
(package private) static javax.wvcm.PropertyRequestItem.PropertyRequest RECORD_TYPE_PROPERTIES
          The record type properties read prior to creating a record
 
Fields inherited from class com.ibm.rational.stp.client.samples.EditRecord
fieldMetaProperties, RECORD_PROPERTIES
 
Constructor Summary
CreateRecord()
           
 
Method Summary
static void main(String[] args)
          A sample application for creating ClearQuest records, reusing the editRecord method of the EditRecord example.
 
Methods inherited from class com.ibm.rational.stp.client.samples.EditRecord
matches
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECORD_TYPE_PROPERTIES

static final javax.wvcm.PropertyRequestItem.PropertyRequest RECORD_TYPE_PROPERTIES
The record type properties read prior to creating a record

Constructor Detail

CreateRecord

public CreateRecord()
Method Detail

main

public static void main(String[] args)
A sample application for creating ClearQuest records, reusing the editRecord method of the EditRecord example. Rather than executing a query to find a record to edit, this application allows the user to select the database where the record is to be created and the type of record to create. Then the record is created and the EditRecord dialog is invoked to allow the user to fill in the fields desired in the new record.


Generated Fri 16-Nov-2012 09:38 PM

Copyright © IBM 2012. All rights reserved.