Uses of Class
org.jboss.dna.repository.sequencer.SequencerContext

Packages that use SequencerContext
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

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

Methods in org.jboss.dna.repository.sequencer with parameters of type SequencerContext
 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.
 



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