Uses of Class
org.jboss.dna.graph.request.CreateNodeRequest

Packages that use CreateNodeRequest
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.jboss.dna.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.jboss.dna.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.jboss.dna.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.jboss.dna.graph.request.processor This portion of the JBoss DNA Graph API defines the processor for requests
org.jboss.dna.search.lucene   
 

Uses of CreateNodeRequest in org.jboss.dna.connector.store.jpa.model.basic
 

Methods in org.jboss.dna.connector.store.jpa.model.basic with parameters of type CreateNodeRequest
 void BasicRequestProcessor.process(CreateNodeRequest request)
          Process a request to create a node at a specified location.
 

Uses of CreateNodeRequest in org.jboss.dna.graph.connector.map
 

Methods in org.jboss.dna.graph.connector.map with parameters of type CreateNodeRequest
 void MapRequestProcessor.process(CreateNodeRequest request)
          Process a request to create a node at a specified location.
 

Uses of CreateNodeRequest in org.jboss.dna.graph.connector.path
 

Methods in org.jboss.dna.graph.connector.path with parameters of type CreateNodeRequest
 void PathRequestProcessor.process(CreateNodeRequest request)
           
 

Uses of CreateNodeRequest in org.jboss.dna.graph.request
 

Methods in org.jboss.dna.graph.request that return CreateNodeRequest
 CreateNodeRequest CreateNodeRequest.clone()
           This method does not clone the results.
 CreateNodeRequest RequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Iterator<Property> properties)
          Add a request to create a node with the given properties under the supplied location.
 CreateNodeRequest RequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Iterator<Property> properties, NodeConflictBehavior conflictBehavior)
          Add a request to create a node with the given properties under the supplied location.
 CreateNodeRequest RequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Property[] properties)
          Add a request to create a node with the given properties under the supplied location.
 CreateNodeRequest RequestBuilder.createNode(Location parentLocation, String workspaceName, Name childName, Property[] properties, NodeConflictBehavior conflictBehavior)
          Add a request to create a node with the given properties under the supplied location.
 

Uses of CreateNodeRequest in org.jboss.dna.graph.request.processor
 

Methods in org.jboss.dna.graph.request.processor with parameters of type CreateNodeRequest
abstract  void RequestProcessor.process(CreateNodeRequest request)
          Process a request to create a node at a specified location.
 void LoggingRequestProcessor.process(CreateNodeRequest request)
          Process a request to create a node at a specified location.
 

Uses of CreateNodeRequest in org.jboss.dna.search.lucene
 

Methods in org.jboss.dna.search.lucene with parameters of type CreateNodeRequest
 void LuceneSearchProcessor.process(CreateNodeRequest request)
          Process a request to create a node at a specified location.
 



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