public class WorkspaceEntity extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID |
| Constructor and Description |
|---|
WorkspaceEntity(String entityVertexId,
boolean visible,
Integer graphPositionX,
Integer graphPositionY,
String graphLayoutJson,
org.vertexium.Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEntityVertexId() |
String |
getGraphLayoutJson() |
Integer |
getGraphPositionX() |
Integer |
getGraphPositionY() |
org.vertexium.Vertex |
getVertex() |
int |
hashCode() |
boolean |
isVisible() |
String |
toString() |
static Iterable<org.vertexium.Vertex> |
toVertices(Iterable<WorkspaceEntity> workspaceEntities,
org.vertexium.Graph graph,
org.vertexium.Authorizations authorizations) |
public String getEntityVertexId()
public Integer getGraphPositionX()
public Integer getGraphPositionY()
public String getGraphLayoutJson()
public boolean isVisible()
public org.vertexium.Vertex getVertex()
public static Iterable<org.vertexium.Vertex> toVertices(Iterable<WorkspaceEntity> workspaceEntities, org.vertexium.Graph graph, org.vertexium.Authorizations authorizations)
Copyright © 2013–2017 V5 Analytics. All rights reserved.