|
||||||||||
| 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 |
NodeAutoIndexRepresentation
|
class |
NodeIndexRepresentation
|
class |
RelationshipAutoIndexRepresentation
|
class |
RelationshipIndexRepresentation
|
| Constructors in org.neo4j.server.rest.repr with parameters of type IndexRepresentation | |
|---|---|
IndexedEntityRepresentation(org.neo4j.graphdb.Node node,
String key,
String value,
IndexRepresentation indexRepresentation)
|
|
IndexedEntityRepresentation(org.neo4j.graphdb.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 | |||||||||