attDescription.setStatus(UploadConstants.UPLOAD_STATUS_APPROVED);
} else {
attDescription.setStatus(UploadConstants.UPLOAD_STATUS_WAITING_FOR_APPROVAL);
shouldSendNotification = true;
}
conversionContext.saveDocument();
// Notify that upload is available
if( shouldSendNotification ) {
sendVettingNotification(docId, doc, attachmentName);
}