Class AbstractItemStateFactory
- java.lang.Object
-
- org.apache.jackrabbit.jcr2spi.state.AbstractItemStateFactory
-
- All Implemented Interfaces:
ItemStateFactory
- Direct Known Subclasses:
TransientISFactory,WorkspaceItemStateFactory
public abstract class AbstractItemStateFactory extends Object implements ItemStateFactory
AbstractItemStateFactory...
-
-
Constructor Summary
Constructors Constructor Description AbstractItemStateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCreationListener(ItemStateCreationListener listener)Adds the givenItemStateCreationListener.voidremoveCreationListener(ItemStateCreationListener listener)Removes the givenItemStateCreationListener.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
createDeepNodeState, createDeepPropertyState, createNodeState, createPropertyState, createRootState, getChildNodeInfos, getNodeReferences
-
-
-
-
Method Detail
-
addCreationListener
public void addCreationListener(ItemStateCreationListener listener)
Description copied from interface:ItemStateFactoryAdds the givenItemStateCreationListener.- Specified by:
addCreationListenerin interfaceItemStateFactory- See Also:
ItemStateFactory.addCreationListener(ItemStateCreationListener)
-
removeCreationListener
public void removeCreationListener(ItemStateCreationListener listener)
Description copied from interface:ItemStateFactoryRemoves the givenItemStateCreationListener.- Specified by:
removeCreationListenerin interfaceItemStateFactory- See Also:
ItemStateFactory.removeCreationListener(ItemStateCreationListener)
-
-