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

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

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

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

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 © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.