|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseActions.RelationshipDirection | |
|---|---|
| org.neo4j.server.rest.web | |
| Uses of DatabaseActions.RelationshipDirection in org.neo4j.server.rest.web |
|---|
| Methods in org.neo4j.server.rest.web that return DatabaseActions.RelationshipDirection | |
|---|---|
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. |
| Methods in org.neo4j.server.rest.web with parameters of type DatabaseActions.RelationshipDirection | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||