Uses of Class
org.apache.jackrabbit.core.state.LocalItemStateManager
-
Packages that use LocalItemStateManager Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.state org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. -
-
Uses of LocalItemStateManager in org.apache.jackrabbit.core
Fields in org.apache.jackrabbit.core declared as LocalItemStateManager Modifier and Type Field Description protected LocalItemStateManager
WorkspaceImpl. stateMgr
The persistent state mgr associated with the workspace represented by thisWorkspace
instance.Methods in org.apache.jackrabbit.core that return LocalItemStateManager Modifier and Type Method Description protected LocalItemStateManager
WorkspaceImpl. createItemStateManager()
Create the persistent item state manager on top of the shared item state manager.LocalItemStateManager
WorkspaceImpl. getItemStateManager()
Returns the item state manager associated with the workspace represented by thisWorkspaceImpl
instance. -
Uses of LocalItemStateManager in org.apache.jackrabbit.core.state
Subclasses of LocalItemStateManager in org.apache.jackrabbit.core.state Modifier and Type Class Description class
XAItemStateManager
Extension toLocalItemStateManager
that remembers changes on multiple save() requests and commits them only when an associated transaction is itself committed.Methods in org.apache.jackrabbit.core.state that return LocalItemStateManager Modifier and Type Method Description static LocalItemStateManager
LocalItemStateManager. createInstance(SharedItemStateManager sharedStateMgr, EventStateCollectionFactory factory, ItemStateCacheFactory cacheFactory)
Creates a newLocalItemStateManager
instance and registers it as anItemStateListener
with the givenSharedItemStateManager
.Constructors in org.apache.jackrabbit.core.state with parameters of type LocalItemStateManager Constructor Description SessionItemStateManager(NodeId rootNodeId, LocalItemStateManager stateMgr)
Creates a newSessionItemStateManager
instance. -
Uses of LocalItemStateManager in org.apache.jackrabbit.core.version
Fields in org.apache.jackrabbit.core.version declared as LocalItemStateManager Modifier and Type Field Description protected LocalItemStateManager
InternalVersionManagerBase. stateMgr
State manager for the version storage.protected LocalItemStateManager
InternalVersionManagerBase. stateMgr
State manager for the version storage.
-