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 classItemManagerImplItemManagerImplimplements theItemManagerinterface. -
Uses of ItemStateCreationListener in org.apache.jackrabbit.jcr2spi.hierarchy
Classes in org.apache.jackrabbit.jcr2spi.hierarchy that implement ItemStateCreationListener Modifier and Type Class Description classUniqueIdResolverUniqueIdResolverallows to retrieveNodeEntryinstances 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 classTransientISFactoryTransientISFactory...classTransientItemStateManagerTransientItemStateManageradds support for transient changes onItemStates 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 voidAbstractItemStateFactory. addCreationListener(ItemStateCreationListener listener)voidItemStateFactory. addCreationListener(ItemStateCreationListener listener)Adds the givenItemStateCreationListener.voidAbstractItemStateFactory. removeCreationListener(ItemStateCreationListener listener)voidItemStateFactory. removeCreationListener(ItemStateCreationListener listener)Removes the givenItemStateCreationListener.
-