public class GraphPropertyMessage extends Object
| Type | Property and Description |
|---|---|
boolean |
canHandleBy |
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphPropertyMessage.ProcessingType |
| Modifier and Type | Field and Description |
|---|---|
static String |
BEFORE_ACTION_TIMESTAMP |
static String |
GRAPH_EDGE_ID |
static String |
GRAPH_VERTEX_ID |
static String |
PRIORITY |
static String |
PROPERTY_KEY |
static String |
PROPERTY_NAME |
static String |
STATUS |
static String |
VISIBILITY_SOURCE |
static String |
WORKSPACE_ID |
| Constructor and Description |
|---|
GraphPropertyMessage(org.json.JSONObject obj) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleByProperty() |
boolean |
canHandleEdge() |
boolean |
canHandleVertex() |
GraphPropertyMessage.ProcessingType |
findProcessingType() |
long |
getBeforeActionTimestamp() |
List<String> |
getEdgeIds() |
Priority |
getPriority() |
String |
getPropertyKey() |
String |
getPropertyName() |
ElementOrPropertyStatus |
getStatus() |
List<String> |
getVertexIds() |
String |
getVisibilitySource() |
String |
getWorkspaceId() |
boolean |
isValid() |
public static final String PROPERTY_KEY
public static final String PROPERTY_NAME
public static final String GRAPH_VERTEX_ID
public static final String GRAPH_EDGE_ID
public static final String WORKSPACE_ID
public static final String VISIBILITY_SOURCE
public static final String PRIORITY
public static final String STATUS
public static final String BEFORE_ACTION_TIMESTAMP
public boolean isValid()
public String getWorkspaceId()
public String getVisibilitySource()
public Priority getPriority()
public String getPropertyKey()
public String getPropertyName()
public ElementOrPropertyStatus getStatus()
public long getBeforeActionTimestamp()
public boolean canHandleVertex()
public boolean canHandleEdge()
public boolean canHandleByProperty()
public GraphPropertyMessage.ProcessingType findProcessingType()
Copyright © 2013–2017 V5 Analytics. All rights reserved.