Navigation: TeamConnect Setup and Development > Web Services Help > Code Samples (Java/Apache CXF) > Document Records
Checking out documents
Attempts to check out a document with a given unique key.
protected DocumentRepository documentRepository;
//the first parameter, documentUniqueKey, identifies an existing document to check out
documentRepository.checkOut("DOCU_2900");