Uses of Class
org.modeshape.graph.request.MoveBranchRequest

Packages that use MoveBranchRequest
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.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.modeshape.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.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
 

Uses of MoveBranchRequest in org.modeshape.connector.jcr
 

Methods in org.modeshape.connector.jcr with parameters of type MoveBranchRequest
 void JcrRequestProcessor.process(MoveBranchRequest request)
          Process a request to move a branch at a specified location into a different location.
 

Uses of MoveBranchRequest in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base with parameters of type MoveBranchRequest
 void Processor.process(MoveBranchRequest request)
          Process a request to move a branch at a specified location into a different location.
 

Uses of MoveBranchRequest in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map with parameters of type MoveBranchRequest
 void MapRequestProcessor.process(MoveBranchRequest request)
          Process a request to move a branch at a specified location into a different location.
 

Uses of MoveBranchRequest in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path with parameters of type MoveBranchRequest
 void PathRequestProcessor.process(MoveBranchRequest request)
           
 

Uses of MoveBranchRequest in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return MoveBranchRequest
 MoveBranchRequest MoveBranchRequest.clone()
           This method does not clone the results.
 MoveBranchRequest RequestBuilder.moveBranch(Location from, Location into, Location before, String workspaceName, Name newNameForNode)
          Create a request to move a branch from one location into another before the given child node of the new location.
 MoveBranchRequest RequestBuilder.moveBranch(Location from, Location into, String workspaceName)
          Create a request to move a branch from one location into another.
 MoveBranchRequest RequestBuilder.moveBranch(Location from, Location into, String workspaceName, Name newNameForNode)
          Create a request to move a branch from one location into another.
 MoveBranchRequest RequestBuilder.moveBranch(Location from, Location into, String workspaceName, Name newNameForNode, NodeConflictBehavior conflictBehavior)
          Create a request to move a branch from one location into another.
 MoveBranchRequest RequestBuilder.moveBranch(Location from, Location into, String workspaceName, NodeConflictBehavior conflictBehavior)
          Create a request to move a branch from one location into another.
 

Uses of MoveBranchRequest in org.modeshape.graph.request.processor
 

Methods in org.modeshape.graph.request.processor with parameters of type MoveBranchRequest
abstract  void RequestProcessor.process(MoveBranchRequest request)
          Process a request to move a branch at a specified location into a different location.
 void LoggingRequestProcessor.process(MoveBranchRequest request)
          Process a request to move a branch at a specified location into a different location.
 



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