public final class NodeRepresentation extends ObjectRepresentation implements EntityRepresentation
BOOLEAN, BOOLEAN_LIST, BYTE, BYTE_LIST, CHARACTER, CHARACTER_LIST, DOUBLE, DOUBLE_LIST, EXCEPTION, EXTENSION, EXTENSIONS_MAP, FLOAT, FLOAT_LIST, GRAPHDB, INDEX, INTEGER, INTEGER_LIST, LONG, LONG_LIST, MAP, NODE, NODE_INDEXES, NODE_LIST, PATH, PATH_LIST, PROPERTIES_MAP, RELATIONSHIP, RELATIONSHIP_INDEXES, RELATIONSHIP_LIST, RELATIONSHIP_TYPE, SHORT, SHORT_LIST, STRING, STRING_LIST, URI, URI_TEMPLATE| Constructor and Description |
|---|
NodeRepresentation(org.neo4j.graphdb.Node node) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.server.rest.repr.ValueRepresentation |
allRelationshipsUri() |
org.neo4j.server.rest.repr.ValueRepresentation |
allTypedRelationshipsUriTemplate() |
long |
getId() |
String |
getIdentity() |
org.neo4j.server.rest.repr.ValueRepresentation |
incomingRelationshipsUri() |
org.neo4j.server.rest.repr.ValueRepresentation |
incomingTypedRelationshipsUriTemplate() |
org.neo4j.server.rest.repr.ValueRepresentation |
labelsUriTemplate() |
static org.neo4j.server.rest.repr.ListRepresentation |
list(Iterable<org.neo4j.graphdb.Node> nodes) |
MapRepresentation |
metadata() |
org.neo4j.server.rest.repr.ValueRepresentation |
outgoingRelationshipsUri() |
org.neo4j.server.rest.repr.ValueRepresentation |
outgoingTypedRelationshipsUriTemplate() |
org.neo4j.server.rest.repr.ValueRepresentation |
pagedTraverseUriTemplate() |
org.neo4j.server.rest.repr.ValueRepresentation |
propertiesUri() |
org.neo4j.server.rest.repr.ValueRepresentation |
propertyUriTemplate() |
org.neo4j.server.rest.repr.ValueRepresentation |
relationshipCreationUri() |
org.neo4j.server.rest.repr.ValueRepresentation |
selfUri() |
void |
setTransactionStateChecker(TransactionStateChecker checker) |
org.neo4j.server.rest.repr.ValueRepresentation |
traverseUriTemplate() |
public void setTransactionStateChecker(TransactionStateChecker checker)
public String getIdentity()
public org.neo4j.server.rest.repr.ValueRepresentation selfUri()
selfUri in interface EntityRepresentationpublic long getId()
public org.neo4j.server.rest.repr.ValueRepresentation relationshipCreationUri()
public org.neo4j.server.rest.repr.ValueRepresentation allRelationshipsUri()
public org.neo4j.server.rest.repr.ValueRepresentation incomingRelationshipsUri()
public org.neo4j.server.rest.repr.ValueRepresentation outgoingRelationshipsUri()
public org.neo4j.server.rest.repr.ValueRepresentation allTypedRelationshipsUriTemplate()
public org.neo4j.server.rest.repr.ValueRepresentation incomingTypedRelationshipsUriTemplate()
public org.neo4j.server.rest.repr.ValueRepresentation outgoingTypedRelationshipsUriTemplate()
public org.neo4j.server.rest.repr.ValueRepresentation labelsUriTemplate()
public org.neo4j.server.rest.repr.ValueRepresentation propertiesUri()
public org.neo4j.server.rest.repr.ValueRepresentation propertyUriTemplate()
public org.neo4j.server.rest.repr.ValueRepresentation traverseUriTemplate()
public org.neo4j.server.rest.repr.ValueRepresentation pagedTraverseUriTemplate()
public MapRepresentation metadata()
public static org.neo4j.server.rest.repr.ListRepresentation list(Iterable<org.neo4j.graphdb.Node> nodes)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.