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 ArangoDbOperationReturns 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 voidArangoDbProducer.invokeOperation(ArangoDbOperation operation, org.apache.camel.Exchange exchange) Entry method that selects the appropriate ArangoDb operation and executes itvoidArangoDbConfiguration.setOperation(ArangoDbOperation operation) Operations to perform on ArangoDb.