Uses of Class
com.c8db.entity.EdgeDefinition
-
Packages that use EdgeDefinition Package Description com.c8db com.c8db.entity com.c8db.internal com.c8db.model -
-
Uses of EdgeDefinition in com.c8db
Methods in com.c8db with parameters of type EdgeDefinition Modifier and Type Method Description GraphEntityC8Graph. addEdgeDefinition(EdgeDefinition definition)Adds the given edge definition to the graph.GraphEntityC8Graph. replaceEdgeDefinition(EdgeDefinition definition)Change one specific edge definition.Method parameters in com.c8db with type arguments of type EdgeDefinition Modifier and Type Method Description GraphEntityC8Graph. create(Collection<EdgeDefinition> edgeDefinitions)Creates the graph in the graph module.GraphEntityC8Graph. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Creates the graph in the graph module.GraphEntityC8Database. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions)Create a new graph in the graph module.GraphEntityC8Database. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Create a new graph in the graph module. -
Uses of EdgeDefinition in com.c8db.entity
Methods in com.c8db.entity that return EdgeDefinition Modifier and Type Method Description EdgeDefinitionEdgeDefinition. collection(String collection)EdgeDefinitionEdgeDefinition. from(String... from)EdgeDefinitionEdgeDefinition. to(String... to)Methods in com.c8db.entity that return types with arguments of type EdgeDefinition Modifier and Type Method Description Collection<EdgeDefinition>GraphEntity. getEdgeDefinitions() -
Uses of EdgeDefinition in com.c8db.internal
Methods in com.c8db.internal with parameters of type EdgeDefinition Modifier and Type Method Description GraphEntityC8GraphImpl. addEdgeDefinition(EdgeDefinition definition)protected RequestInternalC8Graph. addEdgeDefinitionRequest(EdgeDefinition definition)GraphEntityC8GraphImpl. replaceEdgeDefinition(EdgeDefinition definition)protected RequestInternalC8Graph. replaceEdgeDefinitionRequest(EdgeDefinition definition)Method parameters in com.c8db.internal with type arguments of type EdgeDefinition Modifier and Type Method Description GraphEntityC8GraphImpl. create(Collection<EdgeDefinition> edgeDefinitions)GraphEntityC8GraphImpl. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)GraphEntityC8DatabaseImpl. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions)GraphEntityC8DatabaseImpl. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)protected RequestInternalC8Database. createGraphRequest(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) -
Uses of EdgeDefinition in com.c8db.model
Methods in com.c8db.model that return types with arguments of type EdgeDefinition Modifier and Type Method Description Collection<EdgeDefinition>GraphCreateOptions. getEdgeDefinitions()Method parameters in com.c8db.model with type arguments of type EdgeDefinition Modifier and Type Method Description static GraphCreateOptionsOptionsBuilder. build(GraphCreateOptions options, String name, Collection<EdgeDefinition> edgeDefinitions)protected GraphCreateOptionsGraphCreateOptions. edgeDefinitions(Collection<EdgeDefinition> edgeDefinitions)
-