|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValueException | |
|---|---|
| org.neo4j.server.rest.domain | |
| org.neo4j.server.rest.web | |
| Uses of PropertyValueException in org.neo4j.server.rest.domain |
|---|
| Subclasses of PropertyValueException in org.neo4j.server.rest.domain | |
|---|---|
class |
JsonParseException
|
| Methods in org.neo4j.server.rest.domain that throw PropertyValueException | |
|---|---|
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)
|
| Uses of PropertyValueException in org.neo4j.server.rest.web |
|---|
| Methods in org.neo4j.server.rest.web that throw PropertyValueException | |
|---|---|
NodeRepresentation |
DatabaseActions.createNode(Map<String,Object> properties)
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||