Uses of Class
com.c8db.model.DocumentDeleteOptions
-
Packages that use DocumentDeleteOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of DocumentDeleteOptions in com.c8db
Methods in com.c8db with parameters of type DocumentDeleteOptions Modifier and Type Method Description <T> DocumentDeleteEntity<T>C8Collection. deleteDocument(String key, Class<T> type, DocumentDeleteOptions options)Deletes the document with the givenkeyfrom the collection.<T> MultiDocumentEntity<DocumentDeleteEntity<T>>C8Collection. deleteDocuments(Collection<?> values, Class<T> type, DocumentDeleteOptions options)Deletes multiple documents from the collection. -
Uses of DocumentDeleteOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type DocumentDeleteOptions Modifier and Type Method Description <T> DocumentDeleteEntity<T>C8CollectionImpl. deleteDocument(String key, Class<T> type, DocumentDeleteOptions options)protected RequestInternalC8Collection. deleteDocumentRequest(String key, DocumentDeleteOptions options)<T> MultiDocumentEntity<DocumentDeleteEntity<T>>C8CollectionImpl. deleteDocuments(Collection<?> values, Class<T> type, DocumentDeleteOptions options)protected <T> RequestInternalC8Collection. deleteDocumentsRequest(Collection<T> keys, DocumentDeleteOptions options)protected RequestInternalC8Event. deleteEventRequest(String key, DocumentDeleteOptions options)protected <T> RequestInternalC8Event. deleteEventsRequest(Collection<T> keys, DocumentDeleteOptions options) -
Uses of DocumentDeleteOptions in com.c8db.model
Methods in com.c8db.model that return DocumentDeleteOptions Modifier and Type Method Description DocumentDeleteOptionsDocumentDeleteOptions. ifMatch(String ifMatch)DocumentDeleteOptionsDocumentDeleteOptions. returnOld(Boolean returnOld)DocumentDeleteOptionsDocumentDeleteOptions. silent(Boolean silent)DocumentDeleteOptionsDocumentDeleteOptions. streamTransactionId(String streamTransactionId)DocumentDeleteOptionsDocumentDeleteOptions. waitForSync(Boolean waitForSync)
-