Uses of Class
com.arangodb.entity.EdgeDefinition
Packages that use EdgeDefinition
-
Uses of EdgeDefinition in com.arangodb
Methods in com.arangodb with parameters of type EdgeDefinitionModifier and TypeMethodDescriptionArangoGraph.addEdgeDefinition(EdgeDefinition definition) Adds the given edge definition to the graph.ArangoGraphAsync.addEdgeDefinition(EdgeDefinition definition) Asynchronous version ofArangoGraph.addEdgeDefinition(EdgeDefinition)ArangoGraph.replaceEdgeDefinition(EdgeDefinition definition) Change one specific edge definition.ArangoGraph.replaceEdgeDefinition(EdgeDefinition definition, ReplaceEdgeDefinitionOptions options) Change one specific edge definition.ArangoGraphAsync.replaceEdgeDefinition(EdgeDefinition definition) Asynchronous version ofArangoGraph.replaceEdgeDefinition(EdgeDefinition)ArangoGraphAsync.replaceEdgeDefinition(EdgeDefinition definition, ReplaceEdgeDefinitionOptions options) Asynchronous version ofArangoGraph.replaceEdgeDefinition(EdgeDefinition, ReplaceEdgeDefinitionOptions)Method parameters in com.arangodb with type arguments of type EdgeDefinitionModifier and TypeMethodDescriptionArangoGraph.create(Iterable<EdgeDefinition> edgeDefinitions) Creates the graph in the graph module.ArangoGraph.create(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Creates the graph in the graph module.ArangoGraphAsync.create(Iterable<EdgeDefinition> edgeDefinitions) Asynchronous version ofArangoGraph.create(Iterable)ArangoGraphAsync.create(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Asynchronous version ofArangoGraph.create(Iterable, GraphCreateOptions)ArangoDatabase.createGraph(String name, Iterable<EdgeDefinition> edgeDefinitions) Create a new graph in the graph module.ArangoDatabase.createGraph(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Create a new graph in the graph module.ArangoDatabaseAsync.createGraph(String name, Iterable<EdgeDefinition> edgeDefinitions) Asynchronous version ofArangoDatabase.createGraph(String, Iterable)ArangoDatabaseAsync.createGraph(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Asynchronous version ofArangoDatabase.createGraph(String, Iterable, GraphCreateOptions) -
Uses of EdgeDefinition in com.arangodb.entity
Methods in com.arangodb.entity that return EdgeDefinitionModifier and TypeMethodDescriptionEdgeDefinition.collection(String collection) EdgeDefinition.satellites(String... satellites) Methods in com.arangodb.entity that return types with arguments of type EdgeDefinition -
Uses of EdgeDefinition in com.arangodb.model
Methods in com.arangodb.model that return types with arguments of type EdgeDefinitionMethod parameters in com.arangodb.model with type arguments of type EdgeDefinitionModifier and TypeMethodDescriptionstatic GraphCreateOptionsOptionsBuilder.build(GraphCreateOptions options, String name, Iterable<EdgeDefinition> edgeDefinitions)