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

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

Uses of Graph.Into in org.modeshape.graph
 

Subinterfaces of Graph.Into in org.modeshape.graph
static interface Graph.Copy<Next>
          The interface for defining additional nodes to be copied and the locations where the copy is to be placed.
static interface Graph.CopyTarget<Next>
           
static interface Graph.Move<Next>
          The interface for defining additional nodes to be moved and the parent into which the node(s) are to be moved.
 

Classes in org.modeshape.graph that implement Graph.Into
 class Graph.CloneTargetAction<T>
           
protected  class Graph.CopyAction<T>
           
protected  class Graph.MoveAction<T>
           
 

Methods in org.modeshape.graph that return Graph.Into
 Graph.Into<T> Graph.MoveAction.as(Name newName)
           
 Graph.Into<T> Graph.MoveAction.as(String newName)
          Finish the request by specifying the new name.
 

Methods in org.modeshape.graph that return types with arguments of type Graph.Into
 Graph.AsChild<Graph.Into<Graph.WithUuids<T>>> Graph.CloneAction.fromWorkspace(String workspaceName)
           
 



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