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

The interface for defining the node upon which a request operates, including a method that accepts multiple locations.
| Method Summary | |
|---|---|
Map<Location,Next> |
on(Collection<Location> to)
Specify the location of each node upon which the requests are to operate. |
Map<Location,Next> |
on(Location firstTo,
Location... additional)
Specify the location of each node upon which the requests are to operate. |
Map<Location,Next> |
on(Path firstPath,
Path... additional)
Specify the path of each node upon which the requests are to operate. |
Map<Location,Next> |
on(String firstPath,
String... additional)
Specify the path of each node upon which the requests are to operate. |
Map<Location,Next> |
on(UUID firstPath,
UUID... additional)
Specify the UUID of each node upon which the requests are to operate. |
| Methods inherited from interface org.jboss.dna.graph.Graph.On |
|---|
on, on, on, on, on, on, on |
| Method Detail |
|---|
Map<Location,Next> on(Collection<Location> to)
to - the locations
Map<Location,Next> on(Location firstTo,
Location... additional)
firstTo - the first locationadditional - the additional location
Map<Location,Next> on(String firstPath,
String... additional)
firstPath - the first pathadditional - the additional path
Map<Location,Next> on(Path firstPath,
Path... additional)
firstPath - the first pathadditional - the additional path
Map<Location,Next> on(UUID firstPath,
UUID... additional)
firstPath - the first UUID of the nodeadditional - the additional UUIDs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||