| Package | Description |
|---|---|
| org.neo4j.server.rest.domain | |
| org.neo4j.server.rest.web |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonParseException |
| Modifier and Type | Method and Description |
|---|---|
Object |
PropertySettingStrategy.convert(Object value) |
static Object |
JsonHelper.jsonToSingleValue(String json) |
void |
PropertySettingStrategy.setAllProperties(org.neo4j.graphdb.PropertyContainer entity,
Map<String,Object> properties)
Set all properties on an entity, deleting any properties that existed on the entity but not in the
provided map.
|
void |
PropertySettingStrategy.setProperties(org.neo4j.graphdb.PropertyContainer entity,
Map<String,Object> properties) |
void |
PropertySettingStrategy.setProperty(org.neo4j.graphdb.PropertyContainer entity,
String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
NodeRepresentation |
DatabaseActions.createNode(Map<String,Object> properties,
org.neo4j.graphdb.Label... labels) |
RelationshipRepresentation |
DatabaseActions.createRelationship(long startNodeId,
long endNodeId,
String type,
Map<String,Object> properties) |
void |
DatabaseActions.removeAllNodeProperties(long nodeId) |
void |
DatabaseActions.removeAllRelationshipProperties(long relationshipId) |
void |
DatabaseActions.setAllNodeProperties(long nodeId,
Map<String,Object> properties) |
void |
DatabaseActions.setAllRelationshipProperties(long relationshipId,
Map<String,Object> properties) |
void |
DatabaseActions.setNodeProperty(long nodeId,
String key,
Object value) |
void |
DatabaseActions.setRelationshipProperty(long relationshipId,
String key,
Object value) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.