public interface PropertyContainerState
node or relationship:
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertyContainerState.Visitor |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PropertyContainerState.Visitor visitor) |
Iterator<StorageProperty> |
addedAndChangedProperties() |
Iterator<StorageProperty> |
addedProperties() |
Iterator<StorageProperty> |
augmentProperties(Iterator<StorageProperty> iterator) |
Iterator<StorageProperty> |
changedProperties() |
StorageProperty |
getAddedProperty(int propertyKeyId) |
StorageProperty |
getChangedProperty(int propertyKeyId) |
boolean |
hasChanges() |
boolean |
isPropertyRemoved(int propertyKeyId) |
Iterator<Integer> |
removedProperties() |
Iterator<StorageProperty> addedProperties()
Iterator<StorageProperty> changedProperties()
Iterator<StorageProperty> addedAndChangedProperties()
Iterator<StorageProperty> augmentProperties(Iterator<StorageProperty> iterator)
void accept(PropertyContainerState.Visitor visitor) throws org.neo4j.kernel.api.exceptions.schema.ConstraintValidationException
org.neo4j.kernel.api.exceptions.schema.ConstraintValidationExceptionboolean hasChanges()
StorageProperty getChangedProperty(int propertyKeyId)
StorageProperty getAddedProperty(int propertyKeyId)
boolean isPropertyRemoved(int propertyKeyId)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.