org.modeshape.graph
Interface Graph.Copy<Next>

Type Parameters:
Next - The interface that is to be returned when this request is completed
All Superinterfaces:
Graph.And<Graph.Copy<Next>>, Graph.CopyTarget<Next>, Graph.FromWorkspace<Graph.CopyTarget<Next>>, Graph.Into<Next>, Graph.To<Next>
All Known Implementing Classes:
Graph.CopyAction
Enclosing class:
Graph

public static interface Graph.Copy<Next>
extends Graph.FromWorkspace<Graph.CopyTarget<Next>>, Graph.CopyTarget<Next>, Graph.And<Graph.Copy<Next>>

The interface for defining additional nodes to be copied and the locations where the copy is to be placed. The to(...) methods allow you to specify the location of the copy, including the name for the node that results from the copy. Alternatively, you can use the into(...) methods to specify the parent location where the copy is to be placed, which will assume the new copy will have the same name as the original.


Method Summary
 
Methods inherited from interface org.modeshape.graph.Graph.FromWorkspace
fromWorkspace
 
Methods inherited from interface org.modeshape.graph.Graph.To
to, to, to
 
Methods inherited from interface org.modeshape.graph.Graph.Into
into, into, into, into, into, into
 
Methods inherited from interface org.modeshape.graph.Graph.And
and, and, and, and, and, and, and
 



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