Neo4j

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

Packages that use Representation
org.neo4j.server.plugins   
org.neo4j.server.rest.repr   
 

Uses of Representation in org.neo4j.server.plugins
 

Methods in org.neo4j.server.plugins that return Representation
abstract  Representation PluginPoint.invoke(GraphDatabaseAPI graphDb, Object context, ParameterList params)
           
 

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

Subclasses of Representation in org.neo4j.server.rest.repr
 class ListRepresentation
           
 class MappingRepresentation
           
 class ValueRepresentation
           
 

Methods in org.neo4j.server.rest.repr that return Representation
static Representation Representation.emptyRepresentation()
           
 

Constructor parameters in org.neo4j.server.rest.repr with type arguments of type Representation
ListRepresentation(RepresentationType type, Iterable<? extends Representation> content)
           
ListRepresentation(String type, Iterable<? extends Representation> content)
           
 


Neo4j

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