Package | Description |
---|---|
org.modeshape.jcr.cache.change |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertyChange
Base class for all property related changes.
|
class |
AbstractSequencingChange
Base class for the changes involving sequencing
|
class |
NodeAdded
Change representing the addition of a node.
|
class |
NodeChanged
Change representing the modification of a node.
|
class |
NodeMoved
Change representing the moving of a node.
|
class |
NodeRemoved
Change representing the removal of a node.
|
class |
NodeRenamed
Change representing the renaming of a node.
|
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.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.