|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyOperations
Method Summary | |
---|---|
Object |
getNodePropertyValue(long nodeId,
long propertyId)
Returns the value of the property given it's property key id for the node with the given node id |
long |
getOrCreatePropertyKeyId(String propertyKey)
Returns a property key id for a property key. |
long |
getPropertyKeyId(String propertyKey)
Returns a property key id for the given property key. |
String |
getPropertyKeyName(long propertyId)
Returns the name of a property given it's property key id |
Iterator<Long> |
listNodePropertyKeys(long nodeId)
Return all property keys associated with a node. |
Iterator<Long> |
listRelationshipPropertyKeys(long relationshipId)
Return all property keys associated with a relationship. |
Method Detail |
---|
long getOrCreatePropertyKeyId(String propertyKey)
long getPropertyKeyId(String propertyKey) throws PropertyKeyNotFoundException
PropertyKeyNotFoundException
will be thrown.
PropertyKeyNotFoundException
String getPropertyKeyName(long propertyId) throws PropertyKeyIdNotFoundException
PropertyKeyIdNotFoundException
Object getNodePropertyValue(long nodeId, long propertyId) throws PropertyKeyIdNotFoundException, PropertyNotFoundException, EntityNotFoundException
PropertyKeyIdNotFoundException
PropertyNotFoundException
EntityNotFoundException
Iterator<Long> listNodePropertyKeys(long nodeId)
Iterator<Long> listRelationshipPropertyKeys(long relationshipId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |