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

Type Parameters:
Next - The interface that is to be returned when this request is completed
All Superinterfaces:
Graph.And<Graph.Move<Next>>, Graph.AsName<Graph.Into<Next>>, Graph.Before<Next>, Graph.Into<Next>
All Known Implementing Classes:
Graph.MoveAction
Enclosing class:
Graph

public static interface Graph.Move<Next>
extends Graph.AsName<Graph.Into<Next>>, Graph.Into<Next>, Graph.Before<Next>, Graph.And<Graph.Move<Next>>

The interface for defining additional nodes to be moved and the parent into which the node(s) are to be moved.


Method Summary
 
Methods inherited from interface org.modeshape.graph.Graph.AsName
as, as
 
Methods inherited from interface org.modeshape.graph.Graph.Into
into, into, into, into, into, into
 
Methods inherited from interface org.modeshape.graph.Graph.Before
before, before, before, before, before, before
 
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.