Package | Description |
---|---|
org.neo4j.rest.graphdb |
Modifier and Type | Method and Description |
---|---|
static RestAPIInternal.Load |
RestAPIInternal.Load.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestAPIInternal.Load[] |
RestAPIInternal.Load.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RestNode |
RestAPIInternal.getNodeById(long id,
RestAPIInternal.Load force) |
RestNode |
RestAPIImpl.getNodeById(long id,
RestAPIInternal.Load force) |
RestNode |
RestAPICypherImpl.getNodeById(long id,
RestAPIInternal.Load force) |
RestRelationship |
RestAPIInternal.getRelationshipById(long id,
RestAPIInternal.Load force) |
RestRelationship |
RestAPIImpl.getRelationshipById(long id,
RestAPIInternal.Load force) |
RestRelationship |
RestAPICypherImpl.getRelationshipById(long id,
RestAPIInternal.Load force) |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.