|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexedEntityRepresentation | |
|---|---|
| org.neo4j.server.rest.web | |
| Uses of IndexedEntityRepresentation in org.neo4j.server.rest.web |
|---|
| Methods in org.neo4j.server.rest.web that return IndexedEntityRepresentation | |
|---|---|
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)
|
| Methods in org.neo4j.server.rest.web that return types with arguments of type IndexedEntityRepresentation | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||