Uses of Class
com.arangodb.entity.GraphEntity
Packages that use GraphEntity
-
Uses of GraphEntity in com.arangodb
Methods in com.arangodb that return GraphEntityModifier and TypeMethodDescriptionArangoGraph.addEdgeDefinition(EdgeDefinition definition) Adds the given edge definition to the graph.ArangoGraph.addVertexCollection(String name) Adds a vertex collection to the set of collections of the graph.ArangoGraph.addVertexCollection(String name, VertexCollectionCreateOptions options) Adds a vertex collection to the set of collections of the graph.ArangoGraph.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.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.ArangoGraph.getInfo()Retrieves general information about the graph.ArangoGraph.replaceEdgeDefinition(EdgeDefinition definition) Change one specific edge definition.ArangoGraph.replaceEdgeDefinition(EdgeDefinition definition, ReplaceEdgeDefinitionOptions options) Change one specific edge definition.Methods in com.arangodb that return types with arguments of type GraphEntityModifier and TypeMethodDescriptionArangoGraphAsync.addEdgeDefinition(EdgeDefinition definition) Asynchronous version ofArangoGraph.addEdgeDefinition(EdgeDefinition)ArangoGraphAsync.addVertexCollection(String name) Asynchronous version ofArangoGraph.addVertexCollection(String)ArangoGraphAsync.addVertexCollection(String name, VertexCollectionCreateOptions options) Asynchronous version ofArangoGraph.addVertexCollection(String, VertexCollectionCreateOptions)ArangoGraphAsync.create(Iterable<EdgeDefinition> edgeDefinitions) Asynchronous version ofArangoGraph.create(Iterable)ArangoGraphAsync.create(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Asynchronous version ofArangoGraph.create(Iterable, GraphCreateOptions)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)ArangoDatabase.getGraphs()Lists all graphs known to the graph moduleArangoDatabaseAsync.getGraphs()Asynchronous version ofArangoDatabase.getGraphs()ArangoGraphAsync.getInfo()Asynchronous version ofArangoGraph.getInfo()ArangoGraphAsync.replaceEdgeDefinition(EdgeDefinition definition) Asynchronous version ofArangoGraph.replaceEdgeDefinition(EdgeDefinition)ArangoGraphAsync.replaceEdgeDefinition(EdgeDefinition definition, ReplaceEdgeDefinitionOptions options) Asynchronous version ofArangoGraph.replaceEdgeDefinition(EdgeDefinition, ReplaceEdgeDefinitionOptions)