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

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

public class ProjectedCopyNodeCommand
extends ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.CopyNodeCommand>
implements org.jboss.dna.graph.commands.CopyNodeCommand

Author:
Randall Hauch

Constructor Summary
ProjectedCopyNodeCommand(org.jboss.dna.graph.commands.CopyNodeCommand delegate, org.jboss.dna.graph.properties.Path projectedPath, org.jboss.dna.graph.properties.Path newProjectedPath)
           
 
Method Summary
 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

ProjectedCopyNodeCommand

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

getNewPath

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

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


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