org.jboss.dna.repository
Interface Configurator.SequencerDetails<ReturnType>

Type Parameters:
ReturnType -
All Superinterfaces:
Configurator.And<ReturnType>, Configurator.SetDescription<Configurator.SequencerDetails<ReturnType>>, Configurator.SetName<Configurator.SequencerDetails<ReturnType>>
Enclosing class:
Configurator<BuilderType>

public static interface Configurator.SequencerDetails<ReturnType>
extends Configurator.SetName<Configurator.SequencerDetails<ReturnType>>, Configurator.SetDescription<Configurator.SequencerDetails<ReturnType>>, Configurator.And<ReturnType>

Interface used to configure a sequencer.


Method Summary
 Configurator.SequencerDetails<ReturnType> sequencingFrom(PathExpression inputPathExpression)
          Specify the input path expression, which determines when this sequencer will be executed.
 Configurator.PathExpressionOutput<ReturnType> sequencingFrom(String inputPathExpression)
          Specify the input path expression represented as a string, which determines when this sequencer will be executed.
 
Methods inherited from interface org.jboss.dna.repository.Configurator.SetName
named
 
Methods inherited from interface org.jboss.dna.repository.Configurator.SetDescription
describedAs
 
Methods inherited from interface org.jboss.dna.repository.Configurator.And
and
 

Method Detail

sequencingFrom

Configurator.PathExpressionOutput<ReturnType> sequencingFrom(String inputPathExpression)
Specify the input path expression represented as a string, which determines when this sequencer will be executed.

Parameters:
inputPathExpression - the path expression for nodes that, when they change, will be passed as an input to the sequencer
Returns:
the interface used to specify the output path expression; never null

sequencingFrom

Configurator.SequencerDetails<ReturnType> sequencingFrom(PathExpression inputPathExpression)
Specify the input path expression, which determines when this sequencer will be executed.

Parameters:
inputPathExpression - the path expression for nodes that, when they change, will be passed as an input to the sequencer
Returns:
the interface used to continue specifying the configuration of the sequencer


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