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

Packages that use Graph.ApplyFunction
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.ApplyFunction in org.modeshape.graph
 

Classes in org.modeshape.graph that implement Graph.ApplyFunction
 class Graph.ApplyFunctionAction<T>
           
 

Methods in org.modeshape.graph that return Graph.ApplyFunction
 Graph.ApplyFunction<Graph.Batch> Graph.Batch.applyFunction(Function function)
          Request that the supplied function with input parameters be applied to the location in the workspace defined on the returned Graph.ApplyFunction object.
 



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