|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.graph.Graph.AbstractAction<T>
org.modeshape.graph.Graph.CloneTargetAction<T>
@NotThreadSafe public abstract class Graph.CloneTargetAction<T>

| Field Summary | |
|---|---|
protected Graph.CloneAction<T> |
source
|
| Method Summary | |
|---|---|
Graph.WithUuids<T> |
into(Location into)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Graph.WithUuids<T> |
into(Path into)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Graph.WithUuids<T> |
into(Property into)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Graph.WithUuids<T> |
into(Property firstIdProperty,
Property... additionalIdProperties)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Graph.WithUuids<T> |
into(String into)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
Graph.WithUuids<T> |
into(UUID into)
Finish the request by specifying the location of the parent into which the node should be copied/moved. |
protected abstract T |
submit(Location into,
boolean removeExisting)
|
| Methods inherited from class org.modeshape.graph.Graph.AbstractAction |
|---|
and |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Graph.CloneAction<T> source
| Method Detail |
|---|
protected abstract T submit(Location into,
boolean removeExisting)
public Graph.WithUuids<T> into(Location into)
Graph.IntoGraph.To.to(Location) instead.
into in interface Graph.Into<Graph.WithUuids<T>>into - the location of the new parent
Graph.To.to(Location)public Graph.WithUuids<T> into(Path into)
Graph.IntoGraph.To.to(Path) instead.
into in interface Graph.Into<Graph.WithUuids<T>>into - the path of the new parent
Graph.To.to(Path)public Graph.WithUuids<T> into(UUID into)
Graph.Into
into in interface Graph.Into<Graph.WithUuids<T>>into - the UUID of the new parent
public Graph.WithUuids<T> into(Property firstIdProperty,
Property... additionalIdProperties)
Graph.Into
into in interface Graph.Into<Graph.WithUuids<T>>firstIdProperty - the first property that, with the additionalIdProperties, uniquely identifies
the new parentadditionalIdProperties - the additional properties that, with the additionalIdProperties,
uniquely identifies the new parent
public Graph.WithUuids<T> into(Property into)
Graph.Into
into in interface Graph.Into<Graph.WithUuids<T>>into - the property that uniquely identifies the new parent
public Graph.WithUuids<T> into(String into)
Graph.IntoGraph.To.to(String) instead.
into in interface Graph.Into<Graph.WithUuids<T>>into - the path of the new parent
Graph.To.to(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||