|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |