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

Packages that use MoveBranchRequest
org.jboss.dna.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.jboss.dna.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
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.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
 

Uses of MoveBranchRequest in org.jboss.dna.connector.filesystem
 

Methods in org.jboss.dna.connector.filesystem with parameters of type MoveBranchRequest
 void FileSystemRequestProcessor.process(MoveBranchRequest request)
          Process a request to move a branch at a specified location into a different location.
 

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

Methods in org.jboss.dna.connector.store.jpa.model.basic with parameters of type MoveBranchRequest
 void BasicRequestProcessor.process(MoveBranchRequest request)
          Process a request to move a branch at a specified location into a different location.
 

Uses of MoveBranchRequest in org.jboss.dna.connector.svn
 

Methods in org.jboss.dna.connector.svn with parameters of type MoveBranchRequest
 void SVNRepositoryRequestProcessor.process(MoveBranchRequest request)
          Process a request to move a branch at a specified location into a different location.
 

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

Methods in org.jboss.dna.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.jboss.dna.graph.request
 

Methods in org.jboss.dna.graph.request that return MoveBranchRequest
 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.jboss.dna.graph.request.processor
 

Methods in org.jboss.dna.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-2009 JBoss, a division of Red Hat. All Rights Reserved.