public abstract class EdgeBuilder extends EdgeBuilderBase
DEFAULT_KEY| Constructor and Description |
|---|
EdgeBuilder(String edgeId,
Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
protected Vertex |
getInVertex() |
String |
getInVertexId() |
protected Vertex |
getOutVertex() |
String |
getOutVertexId() |
abstract Edge |
save(Authorizations authorizations)
Save the edge along with any properties that were set to the graph.
|
alterEdgeLabel, getAlterEdgeLabelTimestamp, getEdgeId, getLabel, getNewEdgeLabel, getVisibility, hasChangesaddPropertyValue, addPropertyValue, addPropertyValue, deleteProperty, deleteProperty, deleteProperty, getIndexHint, getProperties, getPropertyDeletes, getPropertySoftDeletes, setIndexHint, setProperty, setProperty, softDeleteProperty, softDeleteProperty, softDeletePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyValue, addPropertyValue, addPropertyValue, deleteProperty, deleteProperty, deleteProperty, getIndexHint, getProperties, getPropertyDeletes, getPropertySoftDeletes, setIndexHint, setProperty, setProperty, softDeleteProperty, softDeleteProperty, softDeletePropertypublic EdgeBuilder(String edgeId, Vertex outVertex, Vertex inVertex, String label, Visibility visibility)
protected Vertex getOutVertex()
protected Vertex getInVertex()
public String getOutVertexId()
getOutVertexId in class EdgeBuilderBasepublic String getInVertexId()
getInVertexId in class EdgeBuilderBasepublic abstract Edge save(Authorizations authorizations)
EdgeBuilderBasesave in interface ElementMutation<Edge>save in class EdgeBuilderBaseCopyright © 2014–2017. All rights reserved.