Neo4j Enterprise

Uses of Class
org.neo4j.kernel.api.EntityNotFoundException

Packages that use EntityNotFoundException
org.neo4j.kernel.api.operations   
 

Uses of EntityNotFoundException in org.neo4j.kernel.api.operations
 

Methods in org.neo4j.kernel.api.operations that throw EntityNotFoundException
 boolean LabelOperations.addLabelToNode(long labelId, long nodeId)
          Labels a node with the label corresponding to the given label id.
 Iterator<Long> LabelOperations.getLabelsForNode(long nodeId)
          Returns all labels set on node with id nodeId.
 Object PropertyOperations.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
 boolean LabelOperations.isLabelSetOnNode(long labelId, long nodeId)
          Checks if a node is labeled with a certain label or not.
 boolean LabelOperations.removeLabelFromNode(long labelId, long nodeId)
          Removes a label with the corresponding id from a node.
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.