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

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

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

Methods in org.neo4j.server.rest.web that return RelationshipRepresentation
 RelationshipRepresentation DatabaseActions.createRelationship(long startNodeId, long endNodeId, String type, Map<String,Object> properties)
           
 RelationshipRepresentation DatabaseActions.getRelationship(long relationshipId)
           
 



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