|
||||||||||
| 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.And<Next>

A interface that is used to add more locations that are to be copied/moved.
| Method Summary | |
|---|---|
Next |
and(Iterable<Property> idProperties)
Specify that another node should also be copied or moved. |
Next |
and(Location from)
Specify that another node should also be copied or moved. |
Next |
and(Path from)
Specify that another node should also be copied or moved. |
Next |
and(Property idProperty)
Specify that another node should also be copied or moved. |
Next |
and(Property firstIdProperty,
Property... additionalIdProperties)
Specify that another node should also be copied or moved. |
Next |
and(String fromPath)
Specify that another node should also be copied or moved. |
Next |
and(UUID from)
Specify that another node should also be copied or moved. |
| Method Detail |
|---|
Next and(Location from)
from - the location of the node to be copied or moved
Next and(String fromPath)
fromPath - the path of the node to be copied or moved
Next and(Path from)
from - the path of the node to be copied or moved
Next and(UUID from)
from - the UUID of the node to be copied or moved
Next and(Property idProperty)
idProperty - the property that uniquely identifies the node to be copied or moved
Next and(Property firstIdProperty,
Property... additionalIdProperties)
firstIdProperty - the first property that, with the additionalIdProperties, uniquely identifies the
node to be copied or movedadditionalIdProperties - the additional properties that, with the additionalIdProperties, uniquely
identifies the node to be copied or moved
Next and(Iterable<Property> idProperties)
idProperties - the properties that uniquely identifies the node to be copied or moved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||