org.jboss.dna.graph
Interface Graph.FromWorkspace<Next>

Type Parameters:
Next - The interface that is to be returned when this request is completed
All Known Subinterfaces:
Graph.Clone<Next>, Graph.Copy<Next>
All Known Implementing Classes:
Graph.CloneAction
Enclosing class:
Graph

public static interface Graph.FromWorkspace<Next>

The interface for specifying that a node should come from a workspace other than the current workspace.


Method Summary
 Next fromWorkspace(String workspaceName)
           
 

Method Detail

fromWorkspace

Next fromWorkspace(String workspaceName)


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