public static interface Capability.GraphId
| Modifier and Type | Method and Description |
|---|---|
boolean |
detachNodeEntity(Long id) |
boolean |
detachRelationshipEntity(Long id) |
Long |
resolveGraphIdFor(Object possibleEntity)
Resolve the graph id for a possible entity
|
Long resolveGraphIdFor(Object possibleEntity)
possibleEntity - the possible entityCapability.GraphId or null if either the object is not an entity or the id is null.boolean detachNodeEntity(Long id)
boolean detachRelationshipEntity(Long id)
Copyright © 2016 Neo Technology, Inc.. All rights reserved.