Package | Description |
---|---|
org.neo4j.rest.graphdb | |
org.neo4j.rest.graphdb.converter | |
org.neo4j.rest.graphdb.entity |
Modifier and Type | Method and Description |
---|---|
RestEntity |
RestAPIInternal.createRestEntity(Map data) |
RestEntity |
RestAPIImpl.createRestEntity(Map data) |
RestEntity |
RestAPICypherImpl.createRestEntity(Map data) |
Modifier and Type | Method and Description |
---|---|
void |
RestAPIImpl.deleteEntity(RestEntity entity) |
void |
RestAPICypherImpl.deleteEntity(RestEntity entity) |
void |
RestAPI.deleteEntity(RestEntity entity) |
void |
RestAPIImpl.removeProperty(RestEntity entity,
String key) |
void |
RestAPICypherImpl.removeProperty(RestEntity entity,
String key) |
void |
RestAPI.removeProperty(RestEntity entity,
String key) |
void |
RestAPIImpl.setPropertiesOnEntity(RestEntity entity,
Map<String,Object> properties) |
void |
RestAPICypherImpl.setPropertiesOnEntity(RestEntity entity,
Map<String,Object> properties) |
void |
RestAPI.setPropertiesOnEntity(RestEntity restEntity,
Map<String,Object> propertyData) |
void |
RestAPIImpl.setPropertyOnEntity(RestEntity entity,
String key,
Object value) |
void |
RestAPICypherImpl.setPropertyOnEntity(RestEntity entity,
String key,
Object value) |
void |
RestAPI.setPropertyOnEntity(RestEntity entity,
String key,
Object value) |
Constructor and Description |
---|
RestEntityPropertyRefresher(RestEntity entity) |
Modifier and Type | Class and Description |
---|---|
class |
RestNode |
class |
RestRelationship |
Modifier and Type | Method and Description |
---|---|
void |
RestNode.updateFrom(RestEntity entity,
RestAPI restApi) |
void |
RestEntity.updateFrom(RestEntity updateEntity,
RestAPI restApi) |
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.