| Package | Description |
|---|---|
| org.neo4j.server.rest.web |
| Modifier and Type | Method and Description |
|---|---|
IndexedEntityRepresentation |
DatabaseActions.addToNodeIndex(String indexName,
String key,
String value,
long nodeId) |
IndexedEntityRepresentation |
DatabaseActions.addToRelationshipIndex(String indexName,
String key,
String value,
long relationshipId) |
IndexedEntityRepresentation |
DatabaseActions.getIndexedNode(String indexName,
String key,
String value,
long id) |
IndexedEntityRepresentation |
DatabaseActions.getIndexedRelationship(String indexName,
String key,
String value,
long id) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.helpers.Pair<IndexedEntityRepresentation,Boolean> |
DatabaseActions.getOrCreateIndexedNode(String indexName,
String key,
String value,
Long nodeOrNull,
Map<String,Object> properties) |
org.neo4j.helpers.Pair<IndexedEntityRepresentation,Boolean> |
DatabaseActions.getOrCreateIndexedRelationship(String indexName,
String key,
String value,
Long relationshipOrNull,
Long startNode,
String type,
Long endNode,
Map<String,Object> properties) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.