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

java.lang.Object
  extended by org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.CreateNodeCommand>
      extended by org.jboss.dna.connector.federation.executor.ProjectedCreateNodeCommand
All Implemented Interfaces:
Comparable<org.jboss.dna.graph.commands.CreateNodeCommand>, org.jboss.dna.graph.commands.ActsAsUpdate, org.jboss.dna.graph.commands.ActsOnPath, org.jboss.dna.graph.commands.ActsOnProperties, org.jboss.dna.graph.commands.CreateNodeCommand, org.jboss.dna.graph.commands.GraphCommand

public class ProjectedCreateNodeCommand
extends ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.CreateNodeCommand>
implements org.jboss.dna.graph.commands.CreateNodeCommand

Author:
Randall Hauch

Constructor Summary
ProjectedCreateNodeCommand(org.jboss.dna.graph.commands.CreateNodeCommand delegate, org.jboss.dna.graph.properties.Path projectedPath)
           
 
Method Summary
 int compareTo(org.jboss.dna.graph.commands.CreateNodeCommand that)
          
 org.jboss.dna.graph.commands.NodeConflictBehavior getConflictBehavior()
          
 Collection<org.jboss.dna.graph.properties.Property> getProperties()
          
 
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
 

Constructor Detail

ProjectedCreateNodeCommand

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

getConflictBehavior

public org.jboss.dna.graph.commands.NodeConflictBehavior getConflictBehavior()

Specified by:
getConflictBehavior in interface org.jboss.dna.graph.commands.CreateNodeCommand
See Also:
CreateNodeCommand.getConflictBehavior()

getProperties

public Collection<org.jboss.dna.graph.properties.Property> getProperties()

Specified by:
getProperties in interface org.jboss.dna.graph.commands.ActsOnProperties
Specified by:
getProperties in interface org.jboss.dna.graph.commands.CreateNodeCommand
See Also:
CreateNodeCommand.getProperties()

compareTo

public int compareTo(org.jboss.dna.graph.commands.CreateNodeCommand that)

Specified by:
compareTo in interface Comparable<org.jboss.dna.graph.commands.CreateNodeCommand>
See Also:
Comparable.compareTo(java.lang.Object)


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