public interface Node extends PropertyContainer
| Type | Property and Description |
|---|---|
boolean |
hasVersion
Returns if the node has version property
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String[] |
getLabels() |
String |
getPrimaryIndex() |
List<Property<String,Object>> |
getPropertyList() |
String[] |
getRemovedLabels() |
Property<String,Long> |
getVersion()
Return current version of the node, null if the node is new
|
boolean |
hasVersionProperty()
Returns if the node has version property
|
String |
labelSignature()
Returns "label signature" for this node - added and removed labels, sorted alphabetically
|
String[] getLabels()
String[] getRemovedLabels()
Long getId()
String getPrimaryIndex()
String labelSignature()
boolean hasVersionProperty()
Property<String,Long> getVersion()
getVersion in interface PropertyContainerCopyright © 2018 Neo Technology, Inc.. All rights reserved.