Uses of Interface
org.modeshape.graph.Graph.WithInput

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.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.