org.jboss.dna.connector.federation.executor
Class ProjectedMoveBranchCommand

java.lang.Object
  extended by org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.MoveBranchCommand>
      extended by org.jboss.dna.connector.federation.executor.ProjectedMoveBranchCommand
All Implemented Interfaces:
org.jboss.dna.graph.commands.ActsAsUpdate, org.jboss.dna.graph.commands.ActsOnPath, org.jboss.dna.graph.commands.GraphCommand, org.jboss.dna.graph.commands.MoveBranchCommand

public class ProjectedMoveBranchCommand
extends ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.MoveBranchCommand>
implements org.jboss.dna.graph.commands.MoveBranchCommand

Author:
Randall Hauch

Constructor Summary
ProjectedMoveBranchCommand(org.jboss.dna.graph.commands.MoveBranchCommand delegate, org.jboss.dna.graph.properties.Path projectedPath, org.jboss.dna.graph.properties.Path newProjectedPath)
           
 
Method Summary
 org.jboss.dna.graph.commands.NodeConflictBehavior getConflictBehavior()
          
 org.jboss.dna.graph.properties.Path getNewPath()
          
 
Methods inherited from class org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand
getError, getOriginalCommand, getPath, hasError, hasNoError, isCancelled, setError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.dna.graph.commands.GraphCommand
getError, hasError, hasNoError, isCancelled, setError
 
Methods inherited from interface org.jboss.dna.graph.commands.ActsOnPath
getPath
 

Constructor Detail

ProjectedMoveBranchCommand

public ProjectedMoveBranchCommand(org.jboss.dna.graph.commands.MoveBranchCommand delegate,
                                  org.jboss.dna.graph.properties.Path projectedPath,
                                  org.jboss.dna.graph.properties.Path newProjectedPath)
Method Detail

getConflictBehavior

public org.jboss.dna.graph.commands.NodeConflictBehavior getConflictBehavior()

Specified by:
getConflictBehavior in interface org.jboss.dna.graph.commands.MoveBranchCommand
See Also:
MoveBranchCommand.getConflictBehavior()

getNewPath

public org.jboss.dna.graph.properties.Path getNewPath()

Specified by:
getNewPath in interface org.jboss.dna.graph.commands.MoveBranchCommand
See Also:
MoveBranchCommand.getNewPath()


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