Uses of Enum Class
org.apache.camel.component.arangodb.ArangoDbOperation
-
Uses of ArangoDbOperation in org.apache.camel.component.arangodb
Methods in org.apache.camel.component.arangodb that return ArangoDbOperationModifier and TypeMethodDescriptionArangoDbConfiguration.getOperation()
static ArangoDbOperation
Returns the enum constant of this class with the specified name.static ArangoDbOperation[]
ArangoDbOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.arangodb with parameters of type ArangoDbOperationModifier and TypeMethodDescriptionprotected void
ArangoDbProducer.invokeOperation
(ArangoDbOperation operation, org.apache.camel.Exchange exchange) Entry method that selects the appropriate ArangoDb operation and executes itvoid
ArangoDbConfiguration.setOperation
(ArangoDbOperation operation) Operations to perform on ArangoDb.