Uses of Class
com.arangodb.entity.EdgeDefinition
-
Packages that use EdgeDefinition Package Description com.arangodb com.arangodb.entity com.arangodb.model -
-
Uses of EdgeDefinition in com.arangodb
Methods in com.arangodb with parameters of type EdgeDefinition Modifier and Type Method Description GraphEntity
ArangoGraph. addEdgeDefinition(EdgeDefinition definition)
Adds the given edge definition to the graph.GraphEntity
ArangoGraph. replaceEdgeDefinition(EdgeDefinition definition)
Change one specific edge definition.GraphEntity
ArangoGraph. replaceEdgeDefinition(EdgeDefinition definition, ReplaceEdgeDefinitionOptions options)
Change one specific edge definition.Method parameters in com.arangodb with type arguments of type EdgeDefinition Modifier and Type Method Description GraphEntity
ArangoGraph. create(Collection<EdgeDefinition> edgeDefinitions)
Creates the graph in the graph module.GraphEntity
ArangoGraph. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)
Creates the graph in the graph module.GraphEntity
ArangoDatabase. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions)
Create a new graph in the graph module.GraphEntity
ArangoDatabase. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)
Create a new graph in the graph module. -
Uses of EdgeDefinition in com.arangodb.entity
Methods in com.arangodb.entity that return EdgeDefinition Modifier and Type Method Description EdgeDefinition
EdgeDefinition. collection(String collection)
EdgeDefinition
EdgeDefinition. from(String... from)
EdgeDefinition
EdgeDefinition. satellites(String... satellites)
EdgeDefinition
EdgeDefinition. to(String... to)
Methods in com.arangodb.entity that return types with arguments of type EdgeDefinition Modifier and Type Method Description Collection<EdgeDefinition>
GraphEntity. getEdgeDefinitions()
-
Uses of EdgeDefinition in com.arangodb.model
Methods in com.arangodb.model that return types with arguments of type EdgeDefinition Modifier and Type Method Description Collection<EdgeDefinition>
GraphCreateOptions. getEdgeDefinitions()
Method parameters in com.arangodb.model with type arguments of type EdgeDefinition Modifier and Type Method Description static GraphCreateOptions
OptionsBuilder. build(GraphCreateOptions options, String name, Collection<EdgeDefinition> edgeDefinitions)
-