|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||