Uses of Interface
org.apache.jackrabbit.jcr2spi.state.ItemStateLifeCycleListener
-
Packages that use ItemStateLifeCycleListener Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.state org.apache.jackrabbit.jcr2spi.version -
-
Uses of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi
Classes in org.apache.jackrabbit.jcr2spi that implement ItemStateLifeCycleListener Modifier and Type Class Description class
ItemImpl
ItemImpl
...class
ItemManagerImpl
ItemManagerImpl
implements theItemManager
interface.class
NodeImpl
NodeImpl
...class
PropertyImpl
PropertyImpl
... -
Uses of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi.hierarchy
Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement ItemStateLifeCycleListener Modifier and Type Class Description class
UniqueIdResolver
UniqueIdResolver
allows to retrieveNodeEntry
instances that are identified by a uniqueID. -
Uses of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi.state
Subinterfaces of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi.state Modifier and Type Interface Description interface
ItemStateCreationListener
ItemStateCreationListener
...Classes in org.apache.jackrabbit.jcr2spi.state that implement ItemStateLifeCycleListener Modifier and Type Class Description class
TransientISFactory
TransientISFactory
...class
TransientItemStateManager
TransientItemStateManager
adds support for transient changes onItemState
s and also provides methods to create new item states.Methods in org.apache.jackrabbit.jcr2spi.state that return types with arguments of type ItemStateLifeCycleListener Modifier and Type Method Description Iterator<ItemStateLifeCycleListener>
ItemState. getListeners()
Unmodifiable iterator over the listeners present on this item state.Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type ItemStateLifeCycleListener Modifier and Type Method Description void
ItemState. addListener(ItemStateLifeCycleListener listener)
Add anItemStateLifeCycleListener
void
ItemState. removeListener(ItemStateLifeCycleListener listener)
Remove anItemStateLifeCycleListener
-
Uses of ItemStateLifeCycleListener in org.apache.jackrabbit.jcr2spi.version
Classes in org.apache.jackrabbit.jcr2spi.version that implement ItemStateLifeCycleListener Modifier and Type Class Description class
VersionHistoryImpl
VersionHistoryImpl
...class
VersionImpl
VersionImpl
...
-