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()
           
 

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()
           
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.