|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Graph.WithInput | |
|---|---|
| org.modeshape.graph | The ModeShape Graph API defines the types that allow you to work with content organized as a graph. |
| Uses of Graph.WithInput in org.modeshape.graph |
|---|
| Subinterfaces of Graph.WithInput in org.modeshape.graph | |
|---|---|
static interface |
Graph.ApplyFunction<Next>
Interface for defining the application of a function. |
| Classes in org.modeshape.graph that implement Graph.WithInput | |
|---|---|
class |
Graph.ApplyFunctionAction<T>
|
| Methods in org.modeshape.graph that return Graph.WithInput | |
|---|---|
Graph.WithInput<Next> |
Graph.WithInput.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<T> |
Graph.ApplyFunctionAction.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<Map<String,Serializable>> |
Graph.applyFunction(Function function)
|
Graph.WithInput<Next> |
Graph.WithInput.withInput(String parameterName,
Object parameterValue)
Specify the name and value of an input to be passed to the function when it is executed. |
Graph.WithInput<T> |
Graph.ApplyFunctionAction.withInput(String parameterName,
Object parameterValue)
Specify the name and value of an input to be passed to the function when it is executed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||