Uses of Package
org.modeshape.repository.sequencer

Packages that use org.modeshape.repository.sequencer
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Classes in org.modeshape.repository.sequencer used by org.modeshape.repository
SequencerConfig
          A configuration for a sequencer.
SequencingService
          A sequencing system is used to monitor changes in the content of ModeShape repositories and to sequence the content to extract or to generate structured information.
 

Classes in org.modeshape.repository.sequencer used by org.modeshape.repository.sequencer
InvalidSequencerPathExpression
          A runtime exception that denotes an invalid PathExpression for a sequencer.
Sequencer
          The interface for a ModeShape sequencer, which sequences nodes and their content to extract additional information from the information.
SequencerConfig
          A configuration for a sequencer.
SequencerContext
          The sequencer context represents the complete context of a sequencer invocation, including the execution context (which contains JAAS credentials, namespace mappings, and value factories) and the I/O environment for writing output.
SequencerException
          A runtime exception that denotes an error within a sequencer.
SequencerOutputMap
          A basic SequencerOutput that records all information in-memory and which organizes the properties by node paths and provides access to the nodes in a natural path-order.
SequencerOutputMap.Entry
          An entry in a SequencerOutputMap, which contains the path of the node and the property values on the node.
SequencerOutputMap.PropertyValue
          A property name and value pair.
SequencerPathExpression
          An expression that defines a selection of some change in the repository that signals a sequencing operation should be run, and the location where the sequencing output should be placed.
SequencerPathExpression.Matcher
           
SequencingService.Selector
          Interface used to select the set of Sequencer instances that should be run.
SequencingService.SequencerCall
           
SequencingService.Statistics
          The statistics for the system.
StreamSequencerAdapter.PathStrategy
           
 



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