Uses of Class
org.jboss.dna.graph.observe.NetChangeObserver.NetChange

Packages that use NetChangeObserver.NetChange
org.jboss.dna.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Uses of NetChangeObserver.NetChange in org.jboss.dna.graph.observe
 

Methods in org.jboss.dna.graph.observe that return types with arguments of type NetChangeObserver.NetChange
 List<NetChangeObserver.NetChange> NetChangeObserver.NetChanges.getNetChanges()
          Get the list of net changes.
 

Methods in org.jboss.dna.graph.observe with parameters of type NetChangeObserver.NetChange
 boolean NetChangeObserver.NetChange.isSameNode(NetChangeObserver.NetChange that)
           
 

Constructor parameters in org.jboss.dna.graph.observe with type arguments of type NetChangeObserver.NetChange
NetChangeObserver.NetChanges(Changes changes, List<NetChangeObserver.NetChange> netChanges)
           
 

Uses of NetChangeObserver.NetChange in org.jboss.dna.repository.sequencer
 

Methods in org.jboss.dna.repository.sequencer with parameters of type NetChangeObserver.NetChange
 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.
 List<Sequencer> SequencingService.Selector.selectSequencers(List<Sequencer> sequencers, Node node, NetChangeObserver.NetChange nodeChange)
          Select the sequencers that should be used to sequence the supplied node.
 



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