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. |