| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_PROPERTY_NAME
Meta property name used for sorting and aggregations
|
ID_PROPERTY_NAME| 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.
|
EdgeVertices |
getVertices(Authorizations authorizations)
Gets both in and out vertices of this edge.
|
EdgeVertices |
getVertices(EnumSet<FetchHint> fetchHints,
Authorizations authorizations)
Gets both in and out vertices of this edge.
|
ExistingEdgeMutation |
prepareMutation()
Prepares a mutation to allow changing multiple property values at the same time.
|
addPropertyValue, addPropertyValue, deleteProperties, deleteProperty, deleteProperty, getAuthorizations, getGraph, getHiddenVisibilities, getHistoricalPropertyValues, getHistoricalPropertyValues, getHistoricalPropertyValues, getHistoricalPropertyValues, getId, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getTimestamp, getVisibility, isHidden, markPropertyHidden, markPropertyHidden, markPropertyHidden, markPropertyHidden, markPropertyVisible, markPropertyVisible, markPropertyVisible, markPropertyVisible, mergeProperties, setProperty, setProperty, softDeleteProperties, softDeleteProperty, softDeletePropertystatic final String LABEL_PROPERTY_NAME
String 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)
EdgeVertices getVertices(Authorizations authorizations)
EdgeVertices getVertices(EnumSet<FetchHint> fetchHints, Authorizations authorizations)
ExistingEdgeMutation prepareMutation()
prepareMutation in interface ElementCopyright © 2014–2017. All rights reserved.