Uses of Interface
org.apache.jackrabbit.jcr2spi.state.ItemStateCreationListener
-
Packages that use ItemStateCreationListener Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.state -
-
Uses of ItemStateCreationListener in org.apache.jackrabbit.jcr2spi
Classes in org.apache.jackrabbit.jcr2spi that implement ItemStateCreationListener Modifier and Type Class Description class
ItemManagerImpl
ItemManagerImpl
implements theItemManager
interface. -
Uses of ItemStateCreationListener in org.apache.jackrabbit.jcr2spi.hierarchy
Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement ItemStateCreationListener Modifier and Type Class Description class
UniqueIdResolver
UniqueIdResolver
allows to retrieveNodeEntry
instances that are identified by a uniqueID. -
Uses of ItemStateCreationListener in org.apache.jackrabbit.jcr2spi.state
Classes in org.apache.jackrabbit.jcr2spi.state that implement ItemStateCreationListener 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 with parameters of type ItemStateCreationListener Modifier and Type Method Description void
AbstractItemStateFactory. addCreationListener(ItemStateCreationListener listener)
void
ItemStateFactory. addCreationListener(ItemStateCreationListener listener)
Adds the givenItemStateCreationListener
.void
AbstractItemStateFactory. removeCreationListener(ItemStateCreationListener listener)
void
ItemStateFactory. removeCreationListener(ItemStateCreationListener listener)
Removes the givenItemStateCreationListener
.
-