public class VertexEdges extends Object implements com.v5analytics.webster.ParameterizedHandler
| Constructor and Description |
|---|
VertexEdges(org.vertexium.Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
protected org.visallo.web.clientapi.model.ClientApiVertexEdges.Edge |
convertEdgeToClientApi(org.vertexium.Edge edge,
String otherVertexId,
org.vertexium.Vertex otherVertex,
String workspaceId,
org.vertexium.Authorizations authorizations)
This is overridable so web plugins can modify the resulting set of edges.
|
org.visallo.web.clientapi.model.ClientApiVertexEdges |
handle(String graphVertexId,
int offset,
int size,
String edgeLabel,
String relatedVertexId,
String directionStr,
String workspaceId,
org.vertexium.Authorizations authorizations) |
protected List<String> |
loadEdgeIds(String edgeLabel,
org.vertexium.Vertex vertex,
org.vertexium.Vertex relatedVertex,
org.vertexium.Direction direction,
org.vertexium.Authorizations authorizations)
This is overridable so web plugins can modify the resulting set of edges.
|
protected List<org.vertexium.Edge> |
loadEdges(List<String> edgeIds,
org.vertexium.Authorizations authorizations)
This is overridable so web plugins can modify the resulting set of edges.
|
public org.visallo.web.clientapi.model.ClientApiVertexEdges handle(String graphVertexId, int offset, int size, String edgeLabel, String relatedVertexId, String directionStr, String workspaceId, org.vertexium.Authorizations authorizations) throws Exception
Exceptionprotected List<String> loadEdgeIds(String edgeLabel, org.vertexium.Vertex vertex, org.vertexium.Vertex relatedVertex, org.vertexium.Direction direction, org.vertexium.Authorizations authorizations)
protected List<org.vertexium.Edge> loadEdges(List<String> edgeIds, org.vertexium.Authorizations authorizations)
protected org.visallo.web.clientapi.model.ClientApiVertexEdges.Edge convertEdgeToClientApi(org.vertexium.Edge edge,
String otherVertexId,
org.vertexium.Vertex otherVertex,
String workspaceId,
org.vertexium.Authorizations authorizations)
Copyright © 2013–2016 V5 Analytics. All rights reserved.