org.modeshape.graph
Class Graph.CloneAction<T>
java.lang.Object
org.modeshape.graph.Graph.AbstractAction<T>
org.modeshape.graph.Graph.CloneAction<T>
- All Implemented Interfaces:
- Graph.Clone<T>, Graph.Conjunction<T>, Graph.FromWorkspace<Graph.AsChild<Graph.Into<Graph.WithUuids<T>>>>
- Enclosing class:
- Graph
@NotThreadSafe
public abstract class Graph.CloneAction<T>
- extends Graph.AbstractAction<T>
- implements Graph.Clone<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
protected final Location from
submit
protected abstract T submit(String fromWorkspaceName,
Location from,
String intoWorkspaceName,
Location into,
Name desiredName,
Path.Segment desiredSegment,
boolean removeExisting)
fromWorkspace
public Graph.AsChild<Graph.Into<Graph.WithUuids<T>>> fromWorkspace(String workspaceName)
- Specified by:
fromWorkspace
in interface Graph.FromWorkspace<Graph.AsChild<Graph.Into<Graph.WithUuids<T>>>>
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.