Uses of Interface
org.modeshape.repository.ModeShapeConfiguration.SequencerDefinition

Packages that use ModeShapeConfiguration.SequencerDefinition
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Uses of ModeShapeConfiguration.SequencerDefinition in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return ModeShapeConfiguration.SequencerDefinition
 ModeShapeConfiguration.SequencerDefinition<JcrConfiguration> JcrConfiguration.sequencer(String name)
          Obtain or create a definition for the sequencer with the supplied name or identifier.
 

Uses of ModeShapeConfiguration.SequencerDefinition in org.modeshape.repository
 

Classes in org.modeshape.repository that implement ModeShapeConfiguration.SequencerDefinition
protected static class ModeShapeConfiguration.SequencerBuilder<ReturnType>
           
 

Methods in org.modeshape.repository that return ModeShapeConfiguration.SequencerDefinition
 ModeShapeConfiguration.SequencerDefinition<ReturnType> ModeShapeConfiguration.PathExpressionOutput.andOutputtingTo(String outputExpression)
          Specify the output path expression, which determines where this sequencer's output will be placed.
 ModeShapeConfiguration.SequencerDefinition<? extends ModeShapeConfiguration> ModeShapeConfiguration.sequencer(String name)
          Obtain or create a definition for the sequencer with the supplied name or identifier.
protected
<ReturnType extends ModeShapeConfiguration>
ModeShapeConfiguration.SequencerDefinition<ReturnType>
ModeShapeConfiguration.sequencerDefinition(ReturnType returnObject, String name)
          Utility method to construct a definition object for the sequencer with the supplied name and return type.
 ModeShapeConfiguration.SequencerDefinition<ReturnType> ModeShapeConfiguration.SequencerDefinition.sequencingFrom(PathExpression inputPathExpression)
          Specify the input path expression, which determines when this sequencer will be executed.
 ModeShapeConfiguration.SequencerDefinition<ReturnType> ModeShapeConfiguration.SequencerBuilder.sequencingFrom(PathExpression expression)
           
protected  ModeShapeConfiguration.SequencerDefinition<ReturnType> ModeShapeConfiguration.SequencerBuilder.thisType()
           
 

Methods in org.modeshape.repository that return types with arguments of type ModeShapeConfiguration.SequencerDefinition
 Set<ModeShapeConfiguration.SequencerDefinition<? extends ModeShapeConfiguration>> ModeShapeConfiguration.sequencers()
          Get the list of sequencer definitions.
 



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