Uses of Class
org.modeshape.graph.Graph.Batch

Packages that use Graph.Batch
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.io Utilities for inputing and outputing larger amounts of data. 
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Uses of Graph.Batch in org.modeshape.graph
 

Methods in org.modeshape.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.
 Graph.Batch Graph.GraphQueryContext.getBatch()
          Get the Graph.Batch that is being used to execute these queries
 

Methods in org.modeshape.graph that return types with arguments of type Graph.Batch
 Graph.AddValue<Graph.Batch> Graph.Batch.addValue(Object value)
           
protected  Graph.CreateAction<Graph.Batch> Graph.Batch.create(Location parent, Name child)
           
 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)
           
 

Constructors in org.modeshape.graph with parameters of type Graph.Batch
Graph.GraphQueryContext(Schemata schemata, TypeSystem typeSystem, PlanHints hints, Problems problems, Map<String,Object> variables, Graph.Batch batch)
           
 

Uses of Graph.Batch in org.modeshape.graph.io
 

Fields in org.modeshape.graph.io declared as Graph.Batch
protected  Graph.Batch GraphBatchDestination.batch
           
 

Methods in org.modeshape.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.modeshape.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.
 

Uses of Graph.Batch in org.modeshape.graph.session
 

Fields in org.modeshape.graph.session declared as Graph.Batch
protected  Graph.Batch GraphSession.operations
           
 

Methods in org.modeshape.graph.session with parameters of type Graph.Batch
 void GraphSession.Operations.compute(Graph.Batch batch, GraphSession.Node<NodePayload,PropertyPayload> node)
          Update any computed fields based on the given node
 void GraphSession.NodeOperations.compute(Graph.Batch batch, GraphSession.Node<Payload,PropertyPayload> node)
          Update any computed fields based on the given node
 

Uses of Graph.Batch in org.modeshape.jcr
 

Constructors in org.modeshape.jcr with parameters of type Graph.Batch
JcrConfiguration.RepositoryBuilder(ReturnType returnObject, Graph.Batch batch, Path path, Name... names)
           
 

Uses of Graph.Batch in org.modeshape.repository
 

Fields in org.modeshape.repository declared as Graph.Batch
protected  Graph.Batch ModeShapeConfiguration.GraphReturnable.batch
           
 

Methods in org.modeshape.repository that return Graph.Batch
protected  Graph.Batch ModeShapeConfiguration.changes()
           
 

Methods in org.modeshape.repository that return types with arguments of type Graph.Batch
protected  Graph.Create<Graph.Batch> ModeShapeConfiguration.GraphReturnable.createIfMissing(Name segment)
          Create the node at the supplied path under the current path, and return the Create operation for the last node created.
protected  Graph.Create<Graph.Batch> ModeShapeConfiguration.GraphReturnable.createIfMissing(Name child, String... segments)
          Create the node at the supplied path under the current path, and return the Create operation for the last node created.
protected  Graph.Create<Graph.Batch> ModeShapeConfiguration.GraphReturnable.createIfMissing(Path path, Name... segments)
          Create the node at the supplied path under the current path, and return the Create operation for the last node created.
 

Constructors in org.modeshape.repository with parameters of type Graph.Batch
ModeShapeConfiguration.ClusterBuilder(ReturnType returnObject, Graph.Batch batch, Path path, Name... names)
           
ModeShapeConfiguration.GraphComponentBuilder(ReturnType returnObject, Graph.Batch batch, Path path, Name... names)
           
ModeShapeConfiguration.GraphReturnable(ReturnType returnObject, Graph.Batch batch, Path path, Name... names)
           
ModeShapeConfiguration.MimeTypeDetectorBuilder(ReturnType returnObject, Graph.Batch batch, Path path, Name... names)
           
ModeShapeConfiguration.SequencerBuilder(ReturnType returnObject, Graph.Batch batch, Path path, Name... names)
           
ModeShapeConfiguration.SourceBuilder(ReturnType returnObject, Graph.Batch batch, Path path, Name... names)
           
 



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