Uses of Class
wt.doc.StandardWTDocumentService.CheckedOutDocument

Packages that use StandardWTDocumentService.CheckedOutDocument
wt.doc   
 

Uses of StandardWTDocumentService.CheckedOutDocument in wt.doc
 

Methods in wt.doc that return StandardWTDocumentService.CheckedOutDocument
private  StandardWTDocumentService.CheckedOutDocument StandardWTDocumentService.preOperationCheckout(WTDocument document, String checkOutNote)
           
 

Methods in wt.doc with parameters of type StandardWTDocumentService.CheckedOutDocument
private  WTDocument StandardWTDocumentService.postOperationCheckin(StandardWTDocumentService.CheckedOutDocument ckOutDoc, String checkInNote)