Uses of Class
org.apache.camel.component.mongodb.MongoDbOperation
-
Packages that use MongoDbOperation Package Description org.apache.camel.component.mongodb -
-
Uses of MongoDbOperation in org.apache.camel.component.mongodb
Fields in org.apache.camel.component.mongodb with type parameters of type MongoDbOperation Modifier and Type Field Description static Set<MongoDbOperation>MongoDbComponent. WRITE_OPERATIONSMethods in org.apache.camel.component.mongodb that return MongoDbOperation Modifier and Type Method Description MongoDbOperationMongoDbEndpoint. getOperation()static MongoDbOperationMongoDbOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static MongoDbOperation[]MongoDbOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.mongodb with parameters of type MongoDbOperation Modifier and Type Method Description protected voidMongoDbProducer. invokeOperation(MongoDbOperation operation, org.apache.camel.Exchange exchange)Entry method that selects the appropriate MongoDB operation and executes itvoidMongoDbEndpoint. setOperation(MongoDbOperation operation)Sets the operation this endpoint will execute against MongoDB.
-