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

java.lang.Object
  extended by org.jboss.dna.connector.federation.executor.ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.RecordBranchCommand>
      extended by org.jboss.dna.connector.federation.executor.ProjectedRecordBranchCommand
All Implemented Interfaces:
org.jboss.dna.graph.commands.ActsOnPath, org.jboss.dna.graph.commands.GraphCommand, org.jboss.dna.graph.commands.RecordBranchCommand

public class ProjectedRecordBranchCommand
extends ActsOnProjectedPathCommand<org.jboss.dna.graph.commands.RecordBranchCommand>
implements org.jboss.dna.graph.commands.RecordBranchCommand

Author:
Randall Hauch

Constructor Summary
ProjectedRecordBranchCommand(org.jboss.dna.graph.commands.RecordBranchCommand delegate, org.jboss.dna.graph.properties.Path projectedPath)
           
 
Method Summary
 boolean record(org.jboss.dna.graph.properties.Path path, Iterable<org.jboss.dna.graph.properties.Property> properties)
          
 boolean record(org.jboss.dna.graph.properties.Path path, Iterator<org.jboss.dna.graph.properties.Property> properties)
          
 boolean record(org.jboss.dna.graph.properties.Path path, org.jboss.dna.graph.properties.Property... properties)
          
protected  org.jboss.dna.graph.properties.Path relativePathFrom(org.jboss.dna.graph.properties.Path path)
           
 
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

ProjectedRecordBranchCommand

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

record

public boolean record(org.jboss.dna.graph.properties.Path path,
                      Iterable<org.jboss.dna.graph.properties.Property> properties)

Specified by:
record in interface org.jboss.dna.graph.commands.RecordBranchCommand
See Also:
RecordBranchCommand.record(org.jboss.dna.graph.properties.Path, java.lang.Iterable)

record

public boolean record(org.jboss.dna.graph.properties.Path path,
                      Iterator<org.jboss.dna.graph.properties.Property> properties)

Specified by:
record in interface org.jboss.dna.graph.commands.RecordBranchCommand
See Also:
RecordBranchCommand.record(org.jboss.dna.graph.properties.Path, java.util.Iterator)

record

public boolean record(org.jboss.dna.graph.properties.Path path,
                      org.jboss.dna.graph.properties.Property... properties)

Specified by:
record in interface org.jboss.dna.graph.commands.RecordBranchCommand
See Also:
RecordBranchCommand.record(org.jboss.dna.graph.properties.Path, org.jboss.dna.graph.properties.Property[])

relativePathFrom

protected org.jboss.dna.graph.properties.Path relativePathFrom(org.jboss.dna.graph.properties.Path path)


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