Package | Description |
---|---|
org.modeshape.jcr.cache.change | |
org.modeshape.jcr.index.local |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChangeSetAdapter.modifyProperties(NodeKey key,
Map<Name,AbstractPropertyChange> propChanges)
Handle the addition, change, and removal of one or more properties of a single node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IndexChangeAdapters.AbstractPropertyChangeAdapter.modifyProperties(NodeKey key,
Map<Name,AbstractPropertyChange> propChanges) |
protected void |
IndexChangeAdapters.NodeTypesChangeAdapter.modifyProperties(NodeKey key,
Map<Name,AbstractPropertyChange> propChanges) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.