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

java.lang.Object
  extended by org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.GetPropertiesCommand>
      extended by org.jboss.dna.connector.federation.executor.ProjectedGetPropertiesCommand
All Implemented Interfaces:
Serializable, org.jboss.dna.graph.cache.Cacheable, org.jboss.dna.graph.commands.ActsOnPath, org.jboss.dna.graph.commands.GetPropertiesCommand, org.jboss.dna.graph.commands.GraphCommand

public class ProjectedGetPropertiesCommand
extends ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.GetPropertiesCommand>
implements org.jboss.dna.graph.commands.GetPropertiesCommand

Author:
Randall Hauch
See Also:
Serialized Form

Constructor Summary
ProjectedGetPropertiesCommand(org.jboss.dna.graph.commands.GetPropertiesCommand delegate, org.jboss.dna.graph.properties.Path projectedPath)
           
 
Method Summary
 org.jboss.dna.graph.cache.CachePolicy getCachePolicy()
          
 org.jboss.dna.graph.properties.DateTime getTimeLoaded()
          
 void setCachePolicy(org.jboss.dna.graph.cache.CachePolicy cachePolicy)
          
 void setProperty(org.jboss.dna.graph.properties.Property property)
          
 
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
 
Methods inherited from interface org.jboss.dna.graph.commands.ActsOnPath
getPath
 

Constructor Detail

ProjectedGetPropertiesCommand

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

getCachePolicy

public org.jboss.dna.graph.cache.CachePolicy getCachePolicy()

Specified by:
getCachePolicy in interface org.jboss.dna.graph.cache.Cacheable
See Also:
Cacheable.getCachePolicy()

getTimeLoaded

public org.jboss.dna.graph.properties.DateTime getTimeLoaded()

Specified by:
getTimeLoaded in interface org.jboss.dna.graph.cache.Cacheable
See Also:
Cacheable.getTimeLoaded()

setCachePolicy

public void setCachePolicy(org.jboss.dna.graph.cache.CachePolicy cachePolicy)

Specified by:
setCachePolicy in interface org.jboss.dna.graph.cache.Cacheable
See Also:
Cacheable.setCachePolicy(org.jboss.dna.graph.cache.CachePolicy)

setProperty

public void setProperty(org.jboss.dna.graph.properties.Property property)

Specified by:
setProperty in interface org.jboss.dna.graph.commands.GetPropertiesCommand
See Also:
GetPropertiesCommand.setProperty(org.jboss.dna.graph.properties.Property)


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