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

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

public class ProjectedSetPropertiesCommand
extends ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.SetPropertiesCommand>
implements org.jboss.dna.graph.commands.SetPropertiesCommand

Author:
Randall Hauch

Constructor Summary
ProjectedSetPropertiesCommand(org.jboss.dna.graph.commands.SetPropertiesCommand delegate, org.jboss.dna.graph.properties.Path projectedPath)
           
 
Method Summary
 Collection<org.jboss.dna.graph.properties.Property> getProperties()
          
 
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
 

Constructor Detail

ProjectedSetPropertiesCommand

public ProjectedSetPropertiesCommand(org.jboss.dna.graph.commands.SetPropertiesCommand delegate,
                                     org.jboss.dna.graph.properties.Path projectedPath)
Method Detail

getProperties

public Collection<org.jboss.dna.graph.properties.Property> getProperties()

Specified by:
getProperties in interface org.jboss.dna.graph.commands.ActsOnProperties
See Also:
ActsOnProperties.getProperties()


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