| Package | Description |
|---|---|
| org.neo4j.server.rest.web |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseActions.RelationshipDirection |
DatabaseActions.RelationshipDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseActions.RelationshipDirection[] |
DatabaseActions.RelationshipDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RestfulGraphDatabase.getNodeDegree(long nodeId,
DatabaseActions.RelationshipDirection direction) |
org.neo4j.server.rest.repr.Representation |
DatabaseActions.getNodeDegree(long nodeId,
DatabaseActions.RelationshipDirection direction,
Collection<String> types) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.getNodeDegree(long nodeId,
DatabaseActions.RelationshipDirection direction,
RestfulGraphDatabase.AmpersandSeparatedCollection types) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.getNodeRelationships(long nodeId,
DatabaseActions.RelationshipDirection direction) |
org.neo4j.server.rest.repr.ListRepresentation |
DatabaseActions.getNodeRelationships(long nodeId,
DatabaseActions.RelationshipDirection direction,
Collection<String> types) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.getNodeRelationships(long nodeId,
DatabaseActions.RelationshipDirection direction,
RestfulGraphDatabase.AmpersandSeparatedCollection types) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.