|
|||||||||
| 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 this request is completedpublic static interface Graph.Into<Next>

A component that defines the location into which a node should be copied or moved.
| Method Summary | |
|---|---|
Next |
into(Location to)
Finish the request by specifying the new location into which the node should be copied/moved. |
Next |
into(Path to)
Finish the request by specifying the new location into which the node should be copied/moved. |
Next |
into(Property idProperty)
Finish the request by specifying the new location into which the node should be copied/moved. |
Next |
into(Property firstIdProperty,
Property... additionalIdProperties)
Finish the request by specifying the new location into which the node should be copied/moved. |
Next |
into(String toPath)
Finish the request by specifying the new location into which the node should be copied/moved. |
Next |
into(UUID to)
Finish the request by specifying the new location into which the node should be copied/moved. |
| Method Detail |
|---|
Next into(Location to)
to - the location of the new parent
Next into(String toPath)
toPath - the path of the new parent
Next into(Path to)
to - the path of the new parent
Next into(UUID to)
to - the UUID of the new parent
Next into(Property idProperty)
idProperty - the property that uniquely identifies the new parent
Next into(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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||