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.internal
Methods in com.arangodb.internal with parameters of type EdgeDefinitionModifier and TypeMethodDescriptionArangoGraphAsyncImpl.addEdgeDefinition
(EdgeDefinition definition) ArangoGraphImpl.addEdgeDefinition
(EdgeDefinition definition) protected InternalRequest
InternalArangoGraph.addEdgeDefinitionRequest
(EdgeDefinition definition) ArangoGraphAsyncImpl.replaceEdgeDefinition
(EdgeDefinition definition) ArangoGraphAsyncImpl.replaceEdgeDefinition
(EdgeDefinition definition, ReplaceEdgeDefinitionOptions options) ArangoGraphImpl.replaceEdgeDefinition
(EdgeDefinition definition) ArangoGraphImpl.replaceEdgeDefinition
(EdgeDefinition definition, ReplaceEdgeDefinitionOptions options) protected InternalRequest
InternalArangoGraph.replaceEdgeDefinitionRequest
(EdgeDefinition definition, ReplaceEdgeDefinitionOptions options) Method parameters in com.arangodb.internal with type arguments of type EdgeDefinitionModifier and TypeMethodDescriptionArangoGraphAsyncImpl.create
(Iterable<EdgeDefinition> edgeDefinitions) ArangoGraphAsyncImpl.create
(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) ArangoGraphImpl.create
(Iterable<EdgeDefinition> edgeDefinitions) ArangoGraphImpl.create
(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) ArangoDatabaseAsyncImpl.createGraph
(String name, Iterable<EdgeDefinition> edgeDefinitions) ArangoDatabaseAsyncImpl.createGraph
(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) ArangoDatabaseImpl.createGraph
(String name, Iterable<EdgeDefinition> edgeDefinitions) ArangoDatabaseImpl.createGraph
(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) protected InternalRequest
InternalArangoDatabase.createGraphRequest
(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) -
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 GraphCreateOptions
OptionsBuilder.build
(GraphCreateOptions options, String name, Iterable<EdgeDefinition> edgeDefinitions)