|
|||||||||
| 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 parentLocation)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Next |
into(Path parentPath)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Next |
into(Property parentIdProperty)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Next |
into(Property firstParentIdProperty,
Property... additionalParentIdProperties)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Next |
into(String parentPath)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Next |
into(UUID parentUuid)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
| Method Detail |
|---|
Next into(Location parentLocation)
Graph.To.to(Location) instead.
parentLocation - the location of the new parent
Graph.To.to(Location)Next into(String parentPath)
Graph.To.to(String) instead.
parentPath - the path of the new parent
Graph.To.to(String)Next into(Path parentPath)
Graph.To.to(Path) instead.
parentPath - the path of the new parent
Graph.To.to(Path)Next into(UUID parentUuid)
parentUuid - the UUID of the new parent
Next into(Property parentIdProperty)
parentIdProperty - the property that uniquely identifies the new parent
Next into(Property firstParentIdProperty,
Property... additionalParentIdProperties)
firstParentIdProperty - the first property that, with the additionalIdProperties, uniquely identifies
the new parentadditionalParentIdProperties - 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 | ||||||||