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

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

public class ProjectedSetPropertiesCommand
extends ActsOnProjectedPathCommand<SetPropertiesCommand>
implements SetPropertiesCommand

Author:
Randall Hauch

Constructor Summary
ProjectedSetPropertiesCommand(SetPropertiesCommand delegate, Path projectedPath)
           
 
Method Summary
 Collection<Property> getProperties()
          Get the properties.
 
Methods inherited from class org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand
getError, getPath, hasError, hasNoError, isCancelled, setError
 
Methods inherited from class java.lang.Object
equals, 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(SetPropertiesCommand delegate,
                                     Path projectedPath)
Method Detail

getProperties

public Collection<Property> getProperties()
Get the properties. Any property with no values will be removed.

Specified by:
getProperties in interface ActsOnProperties
Returns:
the properties
See Also:
ActsOnProperties.getProperties()


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