Uses of Interface
org.neo4j.server.rest.repr.EntityRepresentation

Packages that use EntityRepresentation
org.neo4j.server.rest.repr   
 

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

Classes in org.neo4j.server.rest.repr with type parameters of type EntityRepresentation
 class ScoredEntityRepresentation<E extends ObjectRepresentation & ExtensibleRepresentation & EntityRepresentation>
           
 

Classes in org.neo4j.server.rest.repr that implement EntityRepresentation
 class IndexedEntityRepresentation
           
 class IndexRepresentation
           
 class ListEntityRepresentation
           
 class NodeAutoIndexRepresentation
           
 class NodeIndexRepresentation
           
 class NodeRepresentation
           
 class RelationshipAutoIndexRepresentation
           
 class RelationshipIndexRepresentation
           
 class RelationshipRepresentation
           
 class ScoredEntityRepresentation<E extends ObjectRepresentation & ExtensibleRepresentation & EntityRepresentation>
           
 class ScoredNodeRepresentation
           
 class ScoredRelationshipRepresentation
           
 

Methods in org.neo4j.server.rest.repr with type parameters of type EntityRepresentation
<REPR extends org.neo4j.server.rest.repr.Representation & EntityRepresentation>
javax.ws.rs.core.Response
OutputFormat.conflict(REPR representation)
           
<REPR extends org.neo4j.server.rest.repr.Representation & EntityRepresentation>
javax.ws.rs.core.Response
OutputFormat.created(REPR representation)
           
<REPR extends org.neo4j.server.rest.repr.Representation & EntityRepresentation>
javax.ws.rs.core.Response
OutputFormat.okIncludeLocation(REPR representation)
           
 



Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.