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

Quick Search    Search Deep

Uses of Class
org.mitre.cvw.DocAlreadyOutException

Uses of DocAlreadyOutException in org.mitre.cvw
 

Methods in org.mitre.cvw that throw DocAlreadyOutException
 void DocServerInterface.DocDelete(int docID)
          Delete a document from the document server.
 void DocServerInterface.ClearDocLog(int docID)
          Clears the document log of all editors, etc.
 void DocServerInterface.SetDocDescription(int docID, java.lang.String desc)
          Sets the document description.
 void DocServerInterface.SetDocName(int docID, java.lang.String name)
          Set the document name.
 void DocServerInterface.DocCheckout(int docID)
          Check out a document to the current user.