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

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

Uses of Graph.BatchConjunction in org.modeshape.graph
 

Fields in org.modeshape.graph declared as Graph.BatchConjunction
protected  Graph.BatchConjunction Graph.Batch.nextRequests
           
 

Methods in org.modeshape.graph that return Graph.BatchConjunction
 Graph.BatchConjunction Graph.Batch.delete(Iterable<Property> idProperties)
          Request to delete the node with the given identification properties.
 Graph.BatchConjunction Graph.Batch.delete(Location at)
          Request to delete the node at the given location.
 Graph.BatchConjunction Graph.Batch.delete(Node at)
          Request to delete the specified node.
 Graph.BatchConjunction Graph.Batch.delete(Path at)
          Request to delete the node at the given path.
 Graph.BatchConjunction Graph.Batch.delete(Property idProperty)
          Request to delete the node with the given unique identification property.
 Graph.BatchConjunction Graph.Batch.delete(Property firstIdProperty, Property... additionalIdProperties)
          Request to delete the node with the given identification properties.
 Graph.BatchConjunction Graph.Batch.delete(String atPath)
          Request to delete the node at the given path.
 Graph.BatchConjunction Graph.Batch.delete(UUID at)
          Request to delete the node with the given UUID.
 Graph.BatchConjunction Graph.Batch.read(Iterable<Property> idProperties)
          Request to read the node with the supplied unique identifier properties.
 Graph.BatchConjunction Graph.Batch.read(Location location)
          Request to read the node at the supplied location.
 Graph.BatchConjunction Graph.Batch.read(Path path)
          Request to read the node at the supplied path.
 Graph.BatchConjunction Graph.Batch.read(Property idProperty)
          Request to read the node with the supplied unique identifier property.
 Graph.BatchConjunction Graph.Batch.read(Property firstIdProperty, Property... additionalIdProperties)
          Request to read the node with the supplied unique identifier properties.
 Graph.BatchConjunction Graph.Batch.read(String path)
          Request to read the node at the supplied path.
 Graph.BatchConjunction Graph.Batch.read(UUID uuid)
          Request to read the node with the supplied UUID.
 Graph.BatchConjunction Graph.Batch.unlock(Location at)
          Request to unlock the node at the given location.
 Graph.BatchConjunction Graph.Batch.unlock(Node at)
          Request to unlock the specified node.
 Graph.BatchConjunction Graph.Batch.unlock(Path at)
          Request to unlock the node at the given path.
 Graph.BatchConjunction Graph.Batch.unlock(Property idProperty)
          Request to unlock the node with the given unique identification property.
 Graph.BatchConjunction Graph.Batch.unlock(Property firstIdProperty, Property... additionalIdProperties)
          Request to unlock the node with the given identification properties.
 Graph.BatchConjunction Graph.Batch.unlock(String atPath)
          Request to unlock the node at the given path.
 Graph.BatchConjunction Graph.Batch.unlock(UUID at)
          Request to unlock the node with the given UUID.
 

Methods in org.modeshape.graph that return types with arguments of type Graph.BatchConjunction
 Graph.Clone<Graph.BatchConjunction> Graph.Batch.clone(Iterable<Property> idProperties)
          Begin the request to clone a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
 Graph.Clone<Graph.BatchConjunction> Graph.Batch.clone(Location from)
          Begin the request to clone a node at the specified location into a parent node at a different location, which is specified via the into(...)
 Graph.Clone<Graph.BatchConjunction> Graph.Batch.clone(Node from)
          Begin the request to clone the specified node into a parent node at a different location, which is specified via the into(...)
 Graph.Clone<Graph.BatchConjunction> Graph.Batch.clone(Path from)
          Begin the request to clone a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
 Graph.Clone<Graph.BatchConjunction> Graph.Batch.clone(Property idProperty)
          Begin the request to clone a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...)
 Graph.Clone<Graph.BatchConjunction> Graph.Batch.clone(Property firstIdProperty, Property... additionalIdProperties)
          Begin the request to clone a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
 Graph.Clone<Graph.BatchConjunction> Graph.Batch.clone(String fromPath)
          Begin the request to clone a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
 Graph.Clone<Graph.BatchConjunction> Graph.Batch.clone(UUID from)
          Begin the request to clone 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(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.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.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.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.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.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.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.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(...)
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Location at)
          Request to lock the node at the given location.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Node at)
          Request to lock the specified node.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Path at)
          Request to lock the node at the given path.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Property idProperty)
          Request to lock the node with the given unique identification property.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Property firstIdProperty, Property... additionalIdProperties)
          Request to lock the node with the given identification properties.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(String atPath)
          Request to lock the node at the given path.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(UUID at)
          Request to lock the node with the given UUID.
 Graph.Move<Graph.BatchConjunction> Graph.Batch.move(Iterable<Property> idProperties)
          Begin the request to move a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
 Graph.Move<Graph.BatchConjunction> Graph.Batch.move(Location from)
          Begin the request to move a node at the specified location into a parent node at a different location, which is specified via the into(...)
 Graph.Move<Graph.BatchConjunction> Graph.Batch.move(Node from)
          Begin the request to move the specified node into a parent node at a different location, which is specified via the into(...)
 Graph.Move<Graph.BatchConjunction> Graph.Batch.move(Path from)
          Begin the request to move a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
 Graph.Move<Graph.BatchConjunction> Graph.Batch.move(Property idProperty)
          Begin the request to move a node with the specified unique identification property into a parent node at a different location, which is specified via the into(...)
 Graph.Move<Graph.BatchConjunction> Graph.Batch.move(Property firstIdProperty, Property... additionalIdProperties)
          Begin the request to move a node with the specified identification properties into a parent node at a different location, which is specified via the into(...)
 Graph.Move<Graph.BatchConjunction> Graph.Batch.move(String fromPath)
          Begin the request to move a node located at the supplied path into a parent node at a different location, which is specified via the into(...)
 Graph.Move<Graph.BatchConjunction> Graph.Batch.move(UUID from)
          Begin the request to move a node with the specified unique identifier into a parent node at a different location, which is specified via the into(...)
 Graph.Of<Graph.BatchConjunction> Graph.Batch.readChildren()
          Request that the children be read on the node defined via the of(...)
 Graph.On<Graph.BatchConjunction> Graph.Batch.readProperties()
          Request that the properties be read on the node defined via the on(...)
 Graph.On<Graph.BatchConjunction> Graph.Batch.readProperty(Name name)
          Request that the property with the given name be read on the node defined via the on(...)
 Graph.On<Graph.BatchConjunction> Graph.Batch.readProperty(String propertyName)
          Request that the property with the given name be read on the node defined via the on(...)
 Graph.At<Graph.BatchConjunction> Graph.Batch.readSubgraphOfDepth(int depth)
          Request to read a subgraph of the specified depth, rooted at a location that will be specified via at(...)
 Graph.On<Graph.BatchConjunction> Graph.Batch.remove(Name... propertyNames)
          Remove properties from the node at the given location.
 Graph.On<Graph.BatchConjunction> Graph.Batch.remove(String... propertyNames)
          Remove properties from the node at the given location.
 Graph.SetValues<Graph.BatchConjunction> Graph.Batch.set(Name propertyName)
          Set a property on a node, starting with the name.
 Graph.On<Graph.BatchConjunction> Graph.Batch.set(Property... properties)
          Set the properties on a node.
 Graph.SetValues<Graph.BatchConjunction> Graph.Batch.set(String propertyName)
          Set a property on a node, starting with the name.
 



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