Uses of Interface
org.modeshape.graph.Graph.Copy

Packages that use Graph.Copy
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.Copy in org.modeshape.graph
 

Classes in org.modeshape.graph that implement Graph.Copy
protected  class Graph.CopyAction<T>
           
 

Methods in org.modeshape.graph that return Graph.Copy
 Graph.Copy<T> Graph.CopyAction.and(Iterable<Property> idProperties)
           
 Graph.Copy<T> Graph.CopyAction.and(Location from)
           
 Graph.Copy<T> Graph.CopyAction.and(Path from)
           
 Graph.Copy<T> Graph.CopyAction.and(Property from)
           
 Graph.Copy<T> Graph.CopyAction.and(Property firstFrom, Property... additionalFroms)
           
 Graph.Copy<T> Graph.CopyAction.and(String from)
           
 Graph.Copy<T> Graph.CopyAction.and(UUID from)
           
 Graph.Copy<Graph.BatchConjunction> Graph.Batch.copy(Iterable<Property> idProperties)
          Begin the request to copy a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph> Graph.copy(Location from)
          Begin the request to copy a node at the specified location into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph.BatchConjunction> Graph.Batch.copy(Location from)
          Begin the request to copy a node at the specified location into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph> Graph.copy(Node from)
          Begin the request to copy the specified node into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph.BatchConjunction> Graph.Batch.copy(Node from)
          Begin the request to copy the specified node into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph> Graph.copy(Path from)
          Begin the request to copy a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph.BatchConjunction> Graph.Batch.copy(Path from)
          Begin the request to copy a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph> Graph.copy(Property idProperty)
          Begin the request to copy a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph.BatchConjunction> Graph.Batch.copy(Property idProperty)
          Begin the request to copy a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph> Graph.copy(Property firstIdProperty, Property... additionalIdProperties)
          Begin the request to copy a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph.BatchConjunction> Graph.Batch.copy(Property firstIdProperty, Property... additionalIdProperties)
          Begin the request to copy a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph> Graph.copy(String fromPath)
          Begin the request to copy a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph.BatchConjunction> Graph.Batch.copy(String fromPath)
          Begin the request to copy a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph> Graph.copy(UUID from)
          Begin the request to copy a node with the specified unique identifier into a parent node at a different location, which is specified via the into(...)
 Graph.Copy<Graph.BatchConjunction> Graph.Batch.copy(UUID from)
          Begin the request to copy a node with the specified unique identifier into a parent node at a different location, which is specified via the into(...)
 



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