Uses of Class
org.jboss.dna.repository.observation.NodeChange

Packages that use NodeChange
org.jboss.dna.repository.observation   
org.jboss.dna.repository.sequencers   
 

Uses of NodeChange in org.jboss.dna.repository.observation
 

Methods in org.jboss.dna.repository.observation that return types with arguments of type NodeChange
 java.util.Iterator<NodeChange> NodeChanges.getPreOrder()
           
 java.util.Iterator<NodeChange> NodeChanges.iterator()
          
 

Methods in org.jboss.dna.repository.observation with parameters of type NodeChange
 boolean NodeChange.isSameNode(NodeChange that)
           
 

Uses of NodeChange in org.jboss.dna.repository.sequencers
 

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.
 



Copyright © 2008. All Rights Reserved.