Uses of Class
org.jboss.dna.graph.Graph.Batch

Packages that use Graph.Batch
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.io   
 

Uses of Graph.Batch in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return Graph.Batch
 Graph.Batch Graph.batch()
          Begin a batch of requests to perform various operations.
 Graph.Batch Graph.batch(BatchRequestBuilder builder)
          Begin a batch of requests to perform various operations, but specify the queue where all accumulated requests should be placed.
 

Methods in org.jboss.dna.graph that return types with arguments of type Graph.Batch
 Graph.AddValue<Graph.Batch> Graph.Batch.addValue(Object value)
           
 Graph.Create<Graph.Batch> Graph.Batch.create(Path at)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(Path at, Iterable<Property> properties)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(Path at, Property property)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(Path at, Property firstProperty, Property... additionalProperties)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(String atPath)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(String atPath, Property property)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(String atPath, Property firstProperty, Property... additionalProperties)
          Begin the request to create a node located at the supplied path.
 Graph.CreateNodeNamed<Graph.Batch> Graph.Batch.createUnder(Location parent)
          Begin the request to create a node under the existing parent node at the supplied location.
 Graph.RemoveValue<Graph.Batch> Graph.Batch.removeValue(Object value)
           
 

Uses of Graph.Batch in org.jboss.dna.graph.io
 

Methods in org.jboss.dna.graph.io that return Graph.Batch
 Graph.Batch GraphImporter.importXml(InputStream stream, Location location)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(InputStream stream, Location location, boolean skip)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(URI uri, Location location)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(URI uri, Location location, boolean skip)
          Read the content from the supplied URI and import into the repository at the supplied location.
 

Constructors in org.jboss.dna.graph.io with parameters of type Graph.Batch
GraphBatchDestination(Graph.Batch batch)
          Create a new instance that will use the specified batch.
GraphBatchDestination(Graph.Batch batch, boolean ignoreSubmit)
          Create a new instance that will use the specified batch.
 



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