Uses of Class
com.c8db.model.DocumentReplaceOptions
-
Packages that use DocumentReplaceOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of DocumentReplaceOptions in com.c8db
Methods in com.c8db with parameters of type DocumentReplaceOptions Modifier and Type Method Description <T> DocumentUpdateEntity<T>C8Collection. replaceDocument(String key, T value, DocumentReplaceOptions options)Replaces the document withkeywith the one in the body, provided there is such a document and no precondition is violated<T> MultiDocumentEntity<DocumentUpdateEntity<T>>C8Collection. replaceDocuments(Collection<T> values, DocumentReplaceOptions options)Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values. -
Uses of DocumentReplaceOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type DocumentReplaceOptions Modifier and Type Method Description <T> DocumentUpdateEntity<T>C8CollectionImpl. replaceDocument(String key, T value, DocumentReplaceOptions options)protected <T> RequestInternalC8Collection. replaceDocumentRequest(String key, T value, DocumentReplaceOptions options)protected <T> C8Executor.ResponseDeserializer<DocumentUpdateEntity<T>>InternalC8Collection. replaceDocumentResponseDeserializer(T value, DocumentReplaceOptions options)<T> MultiDocumentEntity<DocumentUpdateEntity<T>>C8CollectionImpl. replaceDocuments(Collection<T> values, DocumentReplaceOptions options)protected <T> RequestInternalC8Collection. replaceDocumentsRequest(Collection<T> values, DocumentReplaceOptions params)protected <T> C8Executor.ResponseDeserializer<MultiDocumentEntity<DocumentUpdateEntity<T>>>InternalC8Collection. replaceDocumentsResponseDeserializer(Collection<T> values, DocumentReplaceOptions params) -
Uses of DocumentReplaceOptions in com.c8db.model
Methods in com.c8db.model that return DocumentReplaceOptions Modifier and Type Method Description DocumentReplaceOptionsDocumentReplaceOptions. ifMatch(String ifMatch)DocumentReplaceOptionsDocumentReplaceOptions. ignoreRevs(Boolean ignoreRevs)DocumentReplaceOptionsDocumentReplaceOptions. returnNew(Boolean returnNew)DocumentReplaceOptionsDocumentReplaceOptions. returnOld(Boolean returnOld)DocumentReplaceOptionsDocumentReplaceOptions. silent(Boolean silent)DocumentReplaceOptionsDocumentReplaceOptions. streamTransactionId(String streamTransactionId)DocumentReplaceOptionsDocumentReplaceOptions. waitForSync(Boolean waitForSync)
-