Uses of Interface
org.apache.jackrabbit.jcr2spi.state.ItemStateFactory
- 
Packages that use ItemStateFactory Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.hierarchy org.apache.jackrabbit.jcr2spi.state  - 
- 
Uses of ItemStateFactory in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi that return ItemStateFactory Modifier and Type Method Description ItemStateFactoryWorkspaceManager. getItemStateFactory()Methods in org.apache.jackrabbit.jcr2spi with parameters of type ItemStateFactory Modifier and Type Method Description protected SessionItemStateManagerSessionImpl. createSessionItemStateManager(UpdatableItemStateManager workspaceStateManager, ItemStateFactory isf) - 
Uses of ItemStateFactory in org.apache.jackrabbit.jcr2spi.hierarchy
Constructors in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type ItemStateFactory Constructor Description UniqueIdResolver(ItemStateFactory isf)Creates a newUniqueIdResolver. - 
Uses of ItemStateFactory in org.apache.jackrabbit.jcr2spi.state
Subinterfaces of ItemStateFactory in org.apache.jackrabbit.jcr2spi.state Modifier and Type Interface Description interfaceTransientItemStateFactoryTransientItemStateFactoryextends the item state factory and adds new methods for creating node states and property states that are new.Classes in org.apache.jackrabbit.jcr2spi.state that implement ItemStateFactory Modifier and Type Class Description classAbstractItemStateFactoryAbstractItemStateFactory...classTransientISFactoryTransientISFactory...classWorkspaceItemStateFactoryWorkspaceItemStateFactory...Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type ItemStateFactory Constructor Description ItemState(int initialStatus, HierarchyEntry entry, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)Constructs an item stateItemState(HierarchyEntry entry, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)Constructs an item stateNodeState(NodeEntry entry, Name nodeTypeName, Name[] mixinTypeNames, ItemStateFactory isf, QNodeDefinition definition, ItemDefinitionProvider definitionProvider)Constructs a NEW NodeStateNodeState(NodeEntry entry, NodeInfo nInfo, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)Constructs an EXISTING NodeStatePropertyState(PropertyEntry entry, ItemStateFactory isf, QPropertyDefinition definition, ItemDefinitionProvider definitionProvider, QValue[] values, int propertyType)Create a NEW PropertyStatePropertyState(PropertyEntry entry, PropertyInfo pInfo, ItemStateFactory isf, ItemDefinitionProvider definitionProvider)Create an EXISTING PropertyStateSessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr, ItemStateValidator validator, QValueFactory qValueFactory, ItemStateFactory isf, SessionImpl mgrProvider)Creates a newSessionItemStateManagerinstance. 
 -