|
||||||||||
| 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 constructing this request is completedpublic static interface Graph.WithInput<Next>
The interface for defining input parameters for a function.
| Method Summary | |
|---|---|
Graph.WithInput<Next> |
and(String parameterName,
Object parameterValue)
Specify the name and value of an input to be passed to the function when it is executed. |
Graph.WithInput<Next> |
withInput(String parameterName,
Object parameterValue)
Specify the name and value of an input to be passed to the function when it is executed. |
| Methods inherited from interface org.modeshape.graph.Graph.To |
|---|
to, to, to |
| Method Detail |
|---|
Graph.WithInput<Next> withInput(String parameterName,
Object parameterValue)
parameterName - the parameter nameparameterValue - the parameter value
IllegalArgumentException - if the parameter name is null or empty
Graph.WithInput<Next> and(String parameterName,
Object parameterValue)
parameterName - the parameter nameparameterValue - the parameter value
IllegalArgumentException - if the parameter name is null or empty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||