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 void
addCreationListener(ItemStateCreationListener listener)
Adds the givenItemStateCreationListener
.void
removeCreationListener(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:ItemStateFactory
Adds the givenItemStateCreationListener
.- Specified by:
addCreationListener
in interfaceItemStateFactory
- See Also:
ItemStateFactory.addCreationListener(ItemStateCreationListener)
-
removeCreationListener
public void removeCreationListener(ItemStateCreationListener listener)
Description copied from interface:ItemStateFactory
Removes the givenItemStateCreationListener
.- Specified by:
removeCreationListener
in interfaceItemStateFactory
- See Also:
ItemStateFactory.removeCreationListener(ItemStateCreationListener)
-
-