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 GraphEntityArangoGraph. addEdgeDefinition(EdgeDefinition definition)Adds the given edge definition to the graph.GraphEntityArangoGraph. replaceEdgeDefinition(EdgeDefinition definition)Change one specific edge definition.GraphEntityArangoGraph. 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 GraphEntityArangoGraph. create(Collection<EdgeDefinition> edgeDefinitions)Creates the graph in the graph module.GraphEntityArangoGraph. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Creates the graph in the graph module.GraphEntityArangoDatabase. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions)Create a new graph in the graph module.GraphEntityArangoDatabase. 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 EdgeDefinitionEdgeDefinition. collection(String collection)EdgeDefinitionEdgeDefinition. from(String... from)EdgeDefinitionEdgeDefinition. satellites(String... satellites)EdgeDefinitionEdgeDefinition. 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 GraphCreateOptionsOptionsBuilder. build(GraphCreateOptions options, String name, Collection<EdgeDefinition> edgeDefinitions)
-