Uses of Interface
org.jboss.dna.graph.Graph.Into

Packages that use Graph.Into
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.Into in org.jboss.dna.graph
 

Subinterfaces of Graph.Into in org.jboss.dna.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.jboss.dna.graph that implement Graph.Into
 class Graph.CloneTargetAction<T>
           
 

Methods in org.jboss.dna.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.