| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.event | |
| org.vertexium.mutation | |
| org.vertexium.query |
| Modifier and Type | Method and Description |
|---|---|
Edge |
GraphBase.addEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Visibility visibility,
Authorizations authorizations) |
Edge |
Graph.addEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Visibility visibility,
Authorizations authorizations)
Adds an edge between two vertices.
|
Edge |
GraphBase.addEdge(String outVertexId,
String inVertexId,
String label,
Visibility visibility,
Authorizations authorizations) |
Edge |
Graph.addEdge(String outVertexId,
String inVertexId,
String label,
Visibility visibility,
Authorizations authorizations)
Adds an edge between two vertices.
|
Edge |
GraphBase.addEdge(String edgeId,
Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility,
Authorizations authorizations) |
Edge |
Graph.addEdge(String edgeId,
Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility,
Authorizations authorizations)
Adds an edge between two vertices.
|
Edge |
GraphBase.addEdge(Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility,
Authorizations authorizations) |
Edge |
Graph.addEdge(Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility,
Authorizations authorizations)
Adds an edge between two vertices.
|
Edge |
EdgeVertexPair.getEdge() |
Edge |
GraphBase.getEdge(String edgeId,
Authorizations authorizations) |
Edge |
Graph.getEdge(String edgeId,
Authorizations authorizations)
Get an edge from the graph.
|
Edge |
GraphBase.getEdge(String edgeId,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations) |
Edge |
Graph.getEdge(String edgeId,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Get an edge from the graph.
|
Edge |
GraphBase.getEdge(String edgeId,
EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations) |
Edge |
Graph.getEdge(String edgeId,
EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations)
Get an edge from the graph.
|
abstract Edge |
EdgeBuilder.save(Authorizations authorizations) |
abstract Edge |
EdgeBuilderBase.save(Authorizations authorizations)
Save the edge along with any properties that were set to the graph.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
GraphBase.getEdges(Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdges(Authorizations authorizations)
Gets all edges on the graph.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
String[] labels,
Authorizations authorizations)
Gets all edges with any of the given labels attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
String[] labels,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets all edges with any of the given labels attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
String label,
Authorizations authorizations)
Gets all edges with the given label attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
String label,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets all edges with the given label attached to this vertex.
|
Iterable<Edge> |
GraphBase.getEdges(EnumSet<FetchHint> fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdges(EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets all edges on the graph.
|
abstract Iterable<Edge> |
GraphBaseWithSearchIndex.getEdges(EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations) |
abstract Iterable<Edge> |
GraphBase.getEdges(EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdges(EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges on the graph.
|
Iterable<Edge> |
GraphBase.getEdges(Iterable<String> ids,
Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdges(Iterable<String> ids,
Authorizations authorizations)
Gets all edges on the graph matching the given ids.
|
Iterable<Edge> |
GraphBase.getEdges(Iterable<String> ids,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdges(Iterable<String> ids,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets all edges on the graph matching the given ids.
|
Iterable<Edge> |
GraphBase.getEdges(Iterable<String> ids,
EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdges(Iterable<String> ids,
EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges on the graph matching the given ids.
|
Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
Authorizations authorizations)
Gets all edges between this vertex and another vertex.
|
Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex.
|
Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching any of the given labels.
|
Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching any of the given labels.
|
Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching the given label.
|
Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching the given label.
|
Iterable<Edge> |
GraphBase.getEdgesInRange(Range idRange,
Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdgesInRange(Range idRange,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
Iterable<Edge> |
GraphBase.getEdgesInRange(Range idRange,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdgesInRange(Range idRange,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
Iterable<Edge> |
GraphBase.getEdgesInRange(Range idRange,
EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
Graph.getEdgesInRange(Range idRange,
EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
GraphBaseWithSearchIndex.deleteEdge(Edge edge,
Authorizations authorizations) |
abstract void |
GraphBase.deleteEdge(Edge edge,
Authorizations authorizations) |
void |
Graph.deleteEdge(Edge edge,
Authorizations authorizations)
Permanently deletes an edge from the graph.
|
abstract void |
GraphBaseWithSearchIndex.markEdgeHidden(Edge edge,
Visibility visibility,
Authorizations authorizations) |
abstract void |
GraphBase.markEdgeHidden(Edge edge,
Visibility visibility,
Authorizations authorizations) |
void |
Graph.markEdgeHidden(Edge edge,
Visibility visibility,
Authorizations authorizations)
Marks an edge as hidden for a given visibility.
|
abstract void |
GraphBaseWithSearchIndex.markEdgeVisible(Edge edge,
Visibility visibility,
Authorizations authorizations) |
abstract void |
GraphBase.markEdgeVisible(Edge edge,
Visibility visibility,
Authorizations authorizations) |
void |
Graph.markEdgeVisible(Edge edge,
Visibility visibility,
Authorizations authorizations)
Marks an edge as visible for a given visibility, effectively undoing markEdgeHidden.
|
void |
GraphBase.softDeleteEdge(Edge edge,
Authorizations authorizations) |
void |
Graph.softDeleteEdge(Edge edge,
Authorizations authorizations)
Soft deletes an edge from the graph.
|
abstract void |
GraphBaseWithSearchIndex.softDeleteEdge(Edge edge,
Long timestamp,
Authorizations authorizations) |
abstract void |
GraphBase.softDeleteEdge(Edge edge,
Long timestamp,
Authorizations authorizations) |
void |
Graph.softDeleteEdge(Edge edge,
Long timestamp,
Authorizations authorizations)
Soft deletes an edge from the graph.
|
| Constructor and Description |
|---|
EdgeVertexPair(Edge edge,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
MarkHiddenEdgeEvent.getEdge() |
Edge |
SoftDeleteEdgeEvent.getEdge() |
Edge |
DeleteEdgeEvent.getEdge() |
Edge |
MarkVisibleEdgeEvent.getEdge() |
Edge |
AddEdgeEvent.getEdge() |
| Constructor and Description |
|---|
AddEdgeEvent(Graph graph,
Edge edge) |
DeleteEdgeEvent(Graph graph,
Edge edge) |
MarkHiddenEdgeEvent(Graph graph,
Edge edge) |
MarkVisibleEdgeEvent(Graph graph,
Edge edge) |
SoftDeleteEdgeEvent(Graph graph,
Edge edge) |
| Constructor and Description |
|---|
ExistingEdgeMutation(Edge edge) |
Copyright © 2014–2017. All rights reserved.