org.jboss.dna.graph.commands
Interface GetNodeCommand

All Superinterfaces:
ActsOnPath, Cacheable, GetChildrenCommand, GetPropertiesCommand, GraphCommand, Serializable
All Known Implementing Classes:
BasicGetNodeCommand, FederatedNode, ProjectedGetNodeCommand

public interface GetNodeCommand
extends GetChildrenCommand, GetPropertiesCommand

A command to get the properties and children for a single node given its path.

Author:
Randall Hauch

Method Summary
 
Methods inherited from interface org.jboss.dna.graph.commands.GetChildrenCommand
addChild, setNoChildren
 
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
 
Methods inherited from interface org.jboss.dna.graph.commands.GetPropertiesCommand
setProperty
 
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
 



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