| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
The edge label.
|
Vertex |
getOtherVertex(String myVertexId,
Authorizations authorizations)
Given a vertexId that represents one side of a relationship, get me the vertex of the other side.
|
Vertex |
getOtherVertex(String myVertexId,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Given a vertexId that represents one side of a relationship, get me the vertex of the other side.
|
String |
getOtherVertexId(String myVertexId)
Given a vertexId that represents one side of a relationship, get me the id of the other side.
|
Vertex |
getVertex(Direction direction,
Authorizations authorizations)
Get the attach vertex on either side of the edge.
|
Vertex |
getVertex(Direction direction,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Get the attach vertex on either side of the edge.
|
String |
getVertexId(Direction direction)
Get the attach vertex id on either side of the edge.
|
ExistingEdgeMutation |
prepareMutation()
Prepares a mutation to allow changing multiple property values at the same time.
|
addPropertyValue, addPropertyValue, getAuthorizations, getGraph, getId, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getVisibility, isHidden, markPropertyHidden, markPropertyHidden, markPropertyVisible, markPropertyVisible, mergeProperties, removeProperty, removeProperty, setProperty, setPropertyString getLabel()
String getVertexId(Direction direction)
direction - The side of the edge to get the vertex id from (IN or OUT).Vertex getVertex(Direction direction, Authorizations authorizations)
direction - The side of the edge to get the vertex from (IN or OUT).Vertex getVertex(Direction direction, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
direction - The side of the edge to get the vertex from (IN or OUT).fetchHints - Hint on what should be fetched from the datastore.String getOtherVertexId(String myVertexId)
Vertex getOtherVertex(String myVertexId, Authorizations authorizations)
Vertex getOtherVertex(String myVertexId, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
ExistingEdgeMutation prepareMutation()
prepareMutation in interface ElementCopyright © 2014–2015. All rights reserved.