Uses of Class
org.apache.jackrabbit.commons.AbstractItem
-
Packages that use AbstractItem Package Description org.apache.jackrabbit.commons org.apache.jackrabbit.jcr2spi -
-
Uses of AbstractItem in org.apache.jackrabbit.commons
Subclasses of AbstractItem in org.apache.jackrabbit.commons Modifier and Type Class Description class
AbstractNode
Abstract base class for implementing the JCRNode
interface.class
AbstractProperty
Abstract base class for implementing the JCRProperty
interface. -
Uses of AbstractItem in org.apache.jackrabbit.jcr2spi
Subclasses of AbstractItem in org.apache.jackrabbit.jcr2spi Modifier and Type Class Description class
StaleProperty
This implementation ofProperty
throws anInvalidItemStateException
on all method calls.
-