|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Next - The interface that is to be returned when the request is completedpublic static interface Graph.At<Next>

The interface for defining the node upon which which a request operates.
| Method Summary | |
|---|---|
Next |
at(Iterable<Property> idProperties)
Specify the unique identification properties that identify the node upon which the request is to operate. |
Next |
at(Location to)
Specify the location of the node upon which the request is to operate. |
Next |
at(Path to)
Specify the path of the node upon which the request is to operate. |
Next |
at(Property idProperty)
Specify the unique identification property that identifies the node upon which the request is to operate. |
Next |
at(Property firstIdProperty,
Property... additionalIdProperties)
Specify the unique identification properties that identify the node upon which the request is to operate. |
Next |
at(String toPath)
Specify the path of the node upon which the request is to operate. |
Next |
at(UUID to)
Specify the UUID of the node upon which the request is to operate. |
| Method Detail |
|---|
Next at(Location to)
to - the location of the new parent
Next at(String toPath)
toPath - the path of the new parent
Next at(Path to)
to - the path of the new parent
Next at(UUID to)
to - the UUID of the new parent
Next at(Property idProperty)
idProperty - the property that uniquely identifies the new parent
Next at(Property firstIdProperty,
Property... additionalIdProperties)
firstIdProperty - the first property that, with the additionalIdProperties, uniquely identifies the
new parentadditionalIdProperties - the additional properties that, with the additionalIdProperties, uniquely
identifies the new parent
Next at(Iterable<Property> idProperties)
idProperties - the properties that uniquely identifies the new parent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||