Methods in org.jboss.dna.repository.sequencers with parameters of type NodeChange |
boolean |
SequencingService.NodeFilter.accept(NodeChange nodeChange)
Determine whether the node represented by the supplied change should be submitted for sequencing. |
void |
StreamSequencerAdapter.execute(javax.jcr.Node input,
java.lang.String sequencedPropertyName,
NodeChange changes,
java.util.Set<RepositoryNodePath> outputPaths,
ExecutionContext context,
ProgressMonitor progressMonitor)
Execute the sequencing operation on the supplied node, which has recently been created or changed. |
void |
Sequencer.execute(javax.jcr.Node input,
java.lang.String sequencedPropertyName,
NodeChange changes,
java.util.Set<RepositoryNodePath> outputPaths,
ExecutionContext context,
ProgressMonitor progress)
Execute the sequencing operation on the supplied node, which has recently been created or changed. |
java.util.List<Sequencer> |
SequencingService.Selector.selectSequencers(java.util.List<Sequencer> sequencers,
javax.jcr.Node node,
NodeChange nodeChange)
Select the sequencers that should be used to sequence the supplied node. |