public class LockableNode extends Object implements Node
| Constructor and Description |
|---|
LockableNode(long id) |
public GraphDatabaseService getGraphDatabase()
getGraphDatabase in interface PropertyContainerpublic Object getProperty(String key)
getProperty in interface PropertyContainerpublic Object getProperty(String key, Object defaultValue)
getProperty in interface PropertyContainerpublic Iterable<String> getPropertyKeys()
getPropertyKeys in interface PropertyContainerpublic Iterable<Object> getPropertyValues()
getPropertyValues in interface PropertyContainerpublic boolean hasProperty(String key)
hasProperty in interface PropertyContainerpublic Object removeProperty(String key)
removeProperty in interface PropertyContainerpublic void setProperty(String key, Object value)
setProperty in interface PropertyContainerpublic Relationship createRelationshipTo(Node otherNode, RelationshipType type)
createRelationshipTo in interface Nodepublic Iterable<Relationship> getRelationships()
getRelationships in interface Nodepublic Iterable<Relationship> getRelationships(RelationshipType... types)
getRelationships in interface Nodepublic Iterable<Relationship> getRelationships(Direction direction, RelationshipType... types)
getRelationships in interface Nodepublic Iterable<Relationship> getRelationships(Direction dir)
getRelationships in interface Nodepublic Iterable<Relationship> getRelationships(RelationshipType type, Direction dir)
getRelationships in interface Nodepublic Relationship getSingleRelationship(RelationshipType type, Direction dir)
getSingleRelationship in interface Nodepublic boolean hasRelationship()
hasRelationship in interface Nodepublic boolean hasRelationship(RelationshipType... types)
hasRelationship in interface Nodepublic boolean hasRelationship(Direction direction, RelationshipType... types)
hasRelationship in interface Nodepublic boolean hasRelationship(Direction dir)
hasRelationship in interface Nodepublic boolean hasRelationship(RelationshipType type, Direction dir)
hasRelationship in interface Nodepublic Traverser traverse(Traverser.Order traversalOrder, StopEvaluator stopEvaluator, ReturnableEvaluator returnableEvaluator, RelationshipType relationshipType, Direction direction)
public Traverser traverse(Traverser.Order traversalOrder, StopEvaluator stopEvaluator, ReturnableEvaluator returnableEvaluator, RelationshipType firstRelationshipType, Direction firstDirection, RelationshipType secondRelationshipType, Direction secondDirection)
public Traverser traverse(Traverser.Order traversalOrder, StopEvaluator stopEvaluator, ReturnableEvaluator returnableEvaluator, Object... relationshipTypesAndDirections)
public ResourceIterable<Label> getLabels()
public void removeLabel(Label label)
removeLabel in interface NodeCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.