Dan
Authoring
 Client
ACS
Software
ACS
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
Digital
Document
Push convert
button
Convert()
 
Dan receives notification that a GCS Document must be run through ACS.
Dam pushes the retrieve button on the Authoring Client which opens up the Retrieve Dialog.
Dan fills out the Dialog box and the ACS control calls retrieveDocument() on the database client.
Dan pushes the convert button which converts the GCS Document into a Digital Document.
Dan then pushes the Upload button on the Authoring Client and fills out the Upload Dialog box. The ACS control object calls submitDocument() on the database client.
Push Upload Button
Upload()
Fills out and pushes
 ok button
Status
GetInfo()
Creates