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

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

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

Subclasses of IndexRepresentation in org.neo4j.server.rest.repr
 class NodeIndexRepresentation
           
 class RelationshipIndexRepresentation
           
 

Constructors in org.neo4j.server.rest.repr with parameters of type IndexRepresentation
IndexedEntityRepresentation(Node node, String key, String value, IndexRepresentation indexRepresentation)
           
IndexedEntityRepresentation(Relationship rel, String key, String value, IndexRepresentation indexRepresentation)
           
 

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

Methods in org.neo4j.server.rest.web that return IndexRepresentation
 IndexRepresentation DatabaseActions.createNodeIndex(Map<String,Object> indexSpecification)
           
 IndexRepresentation DatabaseActions.createRelationshipIndex(Map<String,Object> indexSpecification)
           
 



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