org.jboss.dna.repository.sequencers
Interface SequencingService.Selector

Enclosing class:
SequencingService

public static interface SequencingService.Selector

Interface used to select the set of Sequencer instances that should be run.

Author:
Randall Hauch

Method Summary
 List<Sequencer> selectSequencers(List<Sequencer> sequencers, javax.jcr.Node node, NodeChange nodeChange)
          Select the sequencers that should be used to sequence the supplied node.
 

Method Detail

selectSequencers

List<Sequencer> selectSequencers(List<Sequencer> sequencers,
                                 javax.jcr.Node node,
                                 NodeChange nodeChange)
Select the sequencers that should be used to sequence the supplied node.

Parameters:
sequencers - the list of all sequencers available at the moment; never null
node - the node to be sequenced; never null
nodeChange - the set of node changes; never null
Returns:
the list of sequencers that should be used; may not be null


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