Uses of Class
org.apache.jackrabbit.core.ItemData
-
Packages that use ItemData Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. -
-
Uses of ItemData in org.apache.jackrabbit.core
Subclasses of ItemData in org.apache.jackrabbit.core Modifier and Type Class Description class
AbstractNodeData
Data object representing a node.class
PropertyData
Data object representing a property.Fields in org.apache.jackrabbit.core declared as ItemData Modifier and Type Field Description protected ItemData
ItemImpl. data
Item data associated with this item.Methods in org.apache.jackrabbit.core with parameters of type ItemData Modifier and Type Method Description void
ItemManager. itemDestroyed(ItemId id, ItemData data)
void
ItemManager. itemInvalidated(ItemId id, ItemData data)
-