Grace
Authoring
 Client
GCS
Software
GCS
Control
Upload
Dialog
Database
Client
submitDocument(String username, String password, String tableName, Document data)
Retrieve
Dialog
Push retrieve button
Creates
Fills out and pushes ok button
Status
GetInfo()
Creates
Document retrieveDocument(String username, String password,
String tableName, int docID, boolean forReading)
Execs
Convert
GCS
Document
Push convert
button
Convert()
 
Grace receives a bitmap that must  be scanned into a GCS Document.
Grace pushes the retrieve button on the Authoring Client which opens up the Retrieve Dialog.
Grace fills out the Dialog box and the GCS control calls retrieveDocument() on the database client.
Grace pushes the convert button which converts the bitmap into a GCS Document.
Grace then pushes the Upload button on the Authoring Client and fills out the Upload Dialog box. The GCS control object calls submitDocument() on the database client.
Push Upload Button
Upload()
Fills out and pushes
 ok button
Status
GetInfo()
Creates