Uses of Class
io.vertx.ext.mongo.UpdateOptions
-
Packages that use UpdateOptions Package Description io.vertx.ext.mongo io.vertx.reactivex.ext.mongo io.vertx.rxjava3.ext.mongo -
-
Uses of UpdateOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return UpdateOptions Modifier and Type Method Description UpdateOptions
UpdateOptions. setArrayFilters(JsonArray arrayFilters)
Set the arrayFilters optionUpdateOptions
UpdateOptions. setCollation(CollationOptions collation)
Collation optionsUpdateOptions
UpdateOptions. setHint(JsonObject hint)
Set the hint.UpdateOptions
UpdateOptions. setHintString(String hintString)
Set the hint string.UpdateOptions
UpdateOptions. setMulti(boolean multi)
Set whether multi is enabledUpdateOptions
UpdateOptions. setReturningNewDocument(boolean returnNewDocument)
Set whether new document property is enabled.UpdateOptions
UpdateOptions. setUpsert(boolean upsert)
Set whether upsert is enabledUpdateOptions
UpdateOptions. setWriteOption(WriteOption writeOption)
Set the write optionMethods in io.vertx.ext.mongo with parameters of type UpdateOptions Modifier and Type Method Description Future<JsonObject>
MongoClient. findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and replace it.Future<JsonObject>
MongoClient. findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and update it.Future<MongoClientUpdateResult>
MongoClient. replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options)
Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultFuture<MongoClientUpdateResult>
MongoClient. updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options)
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultFuture<MongoClientUpdateResult>
MongoClient. updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options)
Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultConstructors in io.vertx.ext.mongo with parameters of type UpdateOptions Constructor Description UpdateOptions(UpdateOptions other)
Copy constructor -
Uses of UpdateOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type UpdateOptions Modifier and Type Method Description Future<JsonObject>
MongoClient. findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and replace it.Future<JsonObject>
MongoClient. findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and update it.Future<MongoClientUpdateResult>
MongoClient. replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options)
Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultMaybe<JsonObject>
MongoClient. rxFindOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and replace it.Maybe<JsonObject>
MongoClient. rxFindOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and update it.Maybe<MongoClientUpdateResult>
MongoClient. rxReplaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options)
Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultMaybe<MongoClientUpdateResult>
MongoClient. rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options)
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultMaybe<MongoClientUpdateResult>
MongoClient. rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options)
Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultFuture<MongoClientUpdateResult>
MongoClient. updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options)
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultFuture<MongoClientUpdateResult>
MongoClient. updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options)
Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
result -
Uses of UpdateOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type UpdateOptions Modifier and Type Method Description Maybe<JsonObject>
MongoClient. findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and replace it.Maybe<JsonObject>
MongoClient. findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and update it.Maybe<MongoClientUpdateResult>
MongoClient. replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options)
Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultMaybe<JsonObject>
MongoClient. rxFindOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and replace it.Maybe<JsonObject>
MongoClient. rxFindOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions)
Find a single matching document in the specified collection and update it.Maybe<MongoClientUpdateResult>
MongoClient. rxReplaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options)
Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultMaybe<MongoClientUpdateResult>
MongoClient. rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options)
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultMaybe<MongoClientUpdateResult>
MongoClient. rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options)
Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultMaybe<MongoClientUpdateResult>
MongoClient. updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options)
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
resultMaybe<MongoClientUpdateResult>
MongoClient. updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options)
Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResult
result
-