Uses of Enum Class
org.apache.camel.component.mongodb.MongoDbOperation
Packages that use MongoDbOperation
-
Uses of MongoDbOperation in org.apache.camel.component.mongodb
Fields in org.apache.camel.component.mongodb with type parameters of type MongoDbOperationModifier and TypeFieldDescriptionstatic final Set<MongoDbOperation> MongoDbComponent.WRITE_OPERATIONSMethods in org.apache.camel.component.mongodb that return MongoDbOperationModifier and TypeMethodDescriptionMongoDbEndpoint.getOperation()static MongoDbOperationReturns the enum constant of this class with the specified name.static MongoDbOperation[]MongoDbOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.mongodb with parameters of type MongoDbOperationModifier and TypeMethodDescriptionprotected 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.