public final class ScoredNodeRepresentation extends ScoredEntityRepresentation<NodeRepresentation>
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 |
|---|
ScoredNodeRepresentation(NodeRepresentation delegate,
float score) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.server.rest.repr.ValueRepresentation |
allRelationshipsUri() |
org.neo4j.server.rest.repr.ValueRepresentation |
allTypedRelationshipsUriTemplate() |
org.neo4j.server.rest.repr.ValueRepresentation |
incomingRelationshipsUri() |
org.neo4j.server.rest.repr.ValueRepresentation |
incomingTypedRelationshipsUriTemplate() |
org.neo4j.server.rest.repr.ValueRepresentation |
labelsUriTemplate() |
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 |
traverseUriTemplate() |
getIdentity, score, selfUripublic ScoredNodeRepresentation(NodeRepresentation delegate, float score)
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 propertiesUri()
public org.neo4j.server.rest.repr.ValueRepresentation labelsUriTemplate()
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()
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.