Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.mitre.cvw.CancelledException

Uses of CancelledException in org.mitre.cvw
 

Methods in org.mitre.cvw that throw CancelledException
private  void DocServerInterface.DocExport(int docID, java.lang.String path)
          Exports the contents of the document to the provided file name.
 void DocServerInterface.DocCheckin(java.lang.String objNum, int docID)
          Checks in a document from the user's home directory to the document server, asking the user for a comment about this revision.
 void DocServerInterface.DocReturn(java.lang.String objNum, int docID)
          Reverts a doc back to the doc server, scrapping changes.