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 LocalItemStateManagerWorkspaceImpl. stateMgrThe persistent state mgr associated with the workspace represented by thisWorkspaceinstance.Methods in org.apache.jackrabbit.core that return LocalItemStateManager Modifier and Type Method Description protected LocalItemStateManagerWorkspaceImpl. createItemStateManager()Create the persistent item state manager on top of the shared item state manager.LocalItemStateManagerWorkspaceImpl. getItemStateManager()Returns the item state manager associated with the workspace represented by thisWorkspaceImplinstance. -
Uses of LocalItemStateManager in org.apache.jackrabbit.core.state
Subclasses of LocalItemStateManager in org.apache.jackrabbit.core.state Modifier and Type Class Description classXAItemStateManagerExtension toLocalItemStateManagerthat 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 LocalItemStateManagerLocalItemStateManager. createInstance(SharedItemStateManager sharedStateMgr, EventStateCollectionFactory factory, ItemStateCacheFactory cacheFactory)Creates a newLocalItemStateManagerinstance and registers it as anItemStateListenerwith the givenSharedItemStateManager.Constructors in org.apache.jackrabbit.core.state with parameters of type LocalItemStateManager Constructor Description SessionItemStateManager(NodeId rootNodeId, LocalItemStateManager stateMgr)Creates a newSessionItemStateManagerinstance. -
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 LocalItemStateManagerInternalVersionManagerBase. stateMgrState manager for the version storage.protected LocalItemStateManagerInternalVersionManagerBase. stateMgrState manager for the version storage.
-