Uses of Class
org.modeshape.repository.sequencer.SequencerContext

Packages that use SequencerContext
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Uses of SequencerContext in org.modeshape.repository.sequencer
 

Methods in org.modeshape.repository.sequencer with parameters of type SequencerContext
protected  Collection<Property> StreamSequencerAdapter.addDerivedProperties(Collection<Property> properties, SequencerContext context, Path derivedPath)
           
protected  StreamSequencerContext StreamSequencerAdapter.createStreamSequencerContext(Node input, Property sequencedProperty, SequencerContext context, Problems problems)
           
 void StreamSequencerAdapter.execute(Node input, String sequencedPropertyName, NetChangeObserver.NetChange changes, Set<RepositoryNodePath> outputPaths, SequencerContext context, Problems problems)
          Execute the sequencing operation on the supplied node, which has recently been created or changed.
 void Sequencer.execute(Node input, String sequencedPropertyName, NetChangeObserver.NetChange changes, Set<RepositoryNodePath> outputPaths, SequencerContext context, Problems problems)
          Execute the sequencing operation on the supplied node, which has recently been created or changed.
protected  String StreamSequencerAdapter.getMimeType(SequencerContext context, Property sequencedProperty, String name)
           
protected  void StreamSequencerAdapter.saveOutput(Path inputPath, String outputPath, SequencerOutputMap output, SequencerContext context, Set<Path> builtPaths, boolean replacePreviouslyDerivedContent)
          Save the sequencing output to the supplied node.
 



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