ModeShape Distribution 3.5.0.Final

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
          Abstract base class for all internal events.
 class AbstractPropertyChange
          Base class for all property related changes.
 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
          Internal event fired when a new property is added.
 class PropertyChanged
          Internal event fired when a property is changed on a node
 class PropertyRemoved
          Internal event fired when a property is removed from a node.
 class RepositoryMetadataChanged
           
 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.5.0.Final

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