Uses of Class
org.neo4j.server.rest.repr.NodeRepresentation

Packages that use NodeRepresentation
org.neo4j.server.rest.repr   
org.neo4j.server.rest.web   
 

Uses of NodeRepresentation in org.neo4j.server.rest.repr
 

Methods in org.neo4j.server.rest.repr that return NodeRepresentation
 NodeRepresentation FullPathRepresentation.endNode()
           
 NodeRepresentation FullPathRepresentation.startNode()
           
 

Constructors in org.neo4j.server.rest.repr with parameters of type NodeRepresentation
ScoredNodeRepresentation(NodeRepresentation delegate, float score)
           
 

Uses of NodeRepresentation in org.neo4j.server.rest.web
 

Methods in org.neo4j.server.rest.web that return NodeRepresentation
 NodeRepresentation DatabaseActions.createNode(Map<String,Object> properties)
           
 NodeRepresentation DatabaseActions.getNode(long nodeId)
           
 NodeRepresentation DatabaseActions.getReferenceNode()
          Deprecated. reference node is a deprecated concept
 



Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.