Uses of Class
org.neo4j.server.rest.web.NoSuchPropertyException

Packages that use NoSuchPropertyException
org.neo4j.server.rest.web   
 

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

Methods in org.neo4j.server.rest.web that throw NoSuchPropertyException
 Representation DatabaseActions.getNodeProperty(long nodeId, String key)
           
 Representation DatabaseActions.getRelationshipProperty(long relationshipId, String key)
           
 void DatabaseActions.removeNodeProperty(long nodeId, String key)
           
 void DatabaseActions.removeRelationshipProperty(long relationshipId, String key)
           
 



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