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_OPERATIONS
Methods in org.apache.camel.component.mongodb that return MongoDbOperation Modifier and Type Method Description MongoDbOperation
MongoDbEndpoint. getOperation()
static MongoDbOperation
MongoDbOperation. 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 void
MongoDbProducer. invokeOperation(MongoDbOperation operation, org.apache.camel.Exchange exchange)
Entry method that selects the appropriate MongoDB operation and executes itvoid
MongoDbEndpoint. setOperation(MongoDbOperation operation)
Sets the operation this endpoint will execute against MongoDB.
-