org.jboss.dna.graph.commands
Interface ActsOnProperties

All Superinterfaces:
ActsOnPath
All Known Subinterfaces:
CreateNodeCommand, SetPropertiesCommand
All Known Implementing Classes:
BasicCreateNodeCommand, BasicSetPropertiesCommand, FederatedNode, ProjectedCreateNodeCommand, ProjectedSetPropertiesCommand

public interface ActsOnProperties
extends ActsOnPath

Aspect interface for any repository command that acts upon or updates properties on a given node. This aspect also allows for the recipient to update the cache policy for the updated information.

Author:
Randall Hauch

Method Summary
 Collection<Property> getProperties()
          Get the properties.
 
Methods inherited from interface org.jboss.dna.graph.commands.ActsOnPath
getPath
 

Method Detail

getProperties

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

Returns:
the properties


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