org.jboss.dna.graph.commands
Interface GetPropertiesCommand

All Superinterfaces:
ActsOnPath, Cacheable, GraphCommand, Serializable
All Known Subinterfaces:
GetNodeCommand
All Known Implementing Classes:
BasicGetNodeCommand, BasicGetPropertiesCommand, FederatedNode, ProjectedGetNodeCommand, ProjectedGetPropertiesCommand

public interface GetPropertiesCommand
extends GraphCommand, ActsOnPath, Cacheable

A command to obtain from the source the properties for a single node given its path.

Author:
Randall Hauch

Method Summary
 void setProperty(Property property)
          Set the values for the named property.
 
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
 
Methods inherited from interface org.jboss.dna.graph.cache.Cacheable
getCachePolicy, getTimeLoaded, setCachePolicy
 

Method Detail

setProperty

void setProperty(Property property)
Set the values for the named property. Any existing property values, if previously set, will be overwritten. If there are no property vlaues or if all of the property values are null, the property will be removed.

Parameters:
property - the property


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