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

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

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

Methods in org.neo4j.server.rest.web that return IndexedEntityRepresentation
 IndexedEntityRepresentation DatabaseActions.addToNodeIndex(String indexName, String key, String value, long nodeId)
           
 IndexedEntityRepresentation DatabaseActions.addToRelationshipIndex(String indexName, String key, String value, long relationshipId)
           
 IndexedEntityRepresentation DatabaseActions.getIndexedNode(String indexName, String key, String value, long id)
           
 IndexedEntityRepresentation DatabaseActions.getIndexedRelationship(String indexName, String key, String value, long id)
           
 



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