Uses of Class
org.jboss.dna.repository.util.RepositoryNodePath

Packages that use RepositoryNodePath
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
org.jboss.dna.repository.util Utility classes and methods for the JBoss DNA repository system. 
 

Uses of RepositoryNodePath in org.jboss.dna.repository.sequencer
 

Method parameters in org.jboss.dna.repository.sequencer with type arguments of type RepositoryNodePath
 void StreamSequencerAdapter.execute(Node input, String sequencedPropertyName, NetChangeObserver.NetChange changes, Set<RepositoryNodePath> outputPaths, SequencerContext context, Problems problems)
          Execute the sequencing operation on the supplied node, which has recently been created or changed.
 void Sequencer.execute(Node input, String sequencedPropertyName, NetChangeObserver.NetChange changes, Set<RepositoryNodePath> outputPaths, SequencerContext context, Problems problems)
          Execute the sequencing operation on the supplied node, which has recently been created or changed.
 

Uses of RepositoryNodePath in org.jboss.dna.repository.util
 

Methods in org.jboss.dna.repository.util that return RepositoryNodePath
static RepositoryNodePath RepositoryNodePath.parse(String path, String repositorySourceName, String defaultRepositoryWorkspaceName)
           
 



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