Anthony
Authoring
 Client
AIMSS
Software
AIMSS
Control
Upload
Dialog
Database
Client
updateDocument(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
Corrects
IETM
Push edit
button
Edit()
 
Anthony receives notification that an IETM has an annotation.
Anthony pushes the retrieve button on the Authoring Client which opens up the Retrieve Dialog.
Anthony fills out the Dialog box and the ACS control calls retrieveDocument() on the database client.
Anthony pushes the edit button and corrects the IETM.
Anthony then pushes the Upload button on the Authoring Client and fills out the Upload Dialog box. The AIMSS control object calls updateDocument() on the database client.
Push Upload Button
Upload()
Fills out and pushes
 ok button
Status
GetInfo()
Creates