public class UpdateDocumentBodyCallable extends java.lang.Object implements SQLCallable<DocumentRevision>
body
Constructor and Description |
---|
UpdateDocumentBodyCallable(java.lang.String docId,
java.lang.String prevRevId,
DocumentBody body,
java.lang.String attachmentsDir,
AttachmentStreamFactory attachmentStreamFactory) |
Modifier and Type | Method and Description |
---|---|
DocumentRevision |
call(SQLDatabase db) |
public UpdateDocumentBodyCallable(java.lang.String docId, java.lang.String prevRevId, DocumentBody body, java.lang.String attachmentsDir, AttachmentStreamFactory attachmentStreamFactory)
public DocumentRevision call(SQLDatabase db) throws java.lang.Exception
call
in interface SQLCallable<DocumentRevision>
java.lang.Exception