org.jboss.dna.connector.federation.executor
Class ProjectedCreateNodeCommand
java.lang.Object
org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.CreateNodeCommand>
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)
|
| 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 |
ProjectedCreateNodeCommand
public ProjectedCreateNodeCommand(org.jboss.dna.graph.commands.CreateNodeCommand delegate,
org.jboss.dna.graph.properties.Path projectedPath)
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.