ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.cache.change.Change

Packages that use Change
org.modeshape.jcr.cache.change   
 

Uses of Change in org.modeshape.jcr.cache.change
 

Subclasses of Change in org.modeshape.jcr.cache.change
 class AbstractNodeChange
           
 class AbstractSequencingChange
          Base class for the changes involving sequencing
 class BinaryValueUnused
          An event signalizing that there are no more usages for the binary value with a specific key.
 class BinaryValueUsageChange
          An event signalizing that the usages have changed for a binary value with a specific key.
 class BinaryValueUsed
          An event signalizing that there are no more usages for the binary value with a specific key.
 class NodeAdded
           
 class NodeChanged
           
 class NodeMoved
           
 class NodeRemoved
           
 class NodeRenamed
           
 class NodeReordered
          A change event which is generated by a Node.orderBefore(String, String) operation.
 class NodeSequenced
          Change which is triggered after the sequencing process of a node is finished.
 class NodeSequencingFailure
          Change which is triggered if the sequencing of a node fails
 class PropertyAdded
           
 class PropertyChanged
           
 class PropertyRemoved
           
 class WorkspaceAdded
           
 class WorkspaceRemoved
           
 

Methods in org.modeshape.jcr.cache.change that return types with arguments of type Change
 Iterator<Change> RecordingChanges.iterator()
          Returns an iterator over the elements in this queue in proper sequence.
 


ModeShape Distribution 3.0.0.CR1

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