Uses of Interface
org.apache.jackrabbit.core.state.UpdatableItemStateManager
-
Packages that use UpdatableItemStateManager 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 UpdatableItemStateManager in org.apache.jackrabbit.core
Fields in org.apache.jackrabbit.core declared as UpdatableItemStateManager Modifier and Type Field Description protected UpdatableItemStateManager
BatchedItemOperations. stateMgr
wrapped item state managerConstructors in org.apache.jackrabbit.core with parameters of type UpdatableItemStateManager Constructor Description BatchedItemOperations(UpdatableItemStateManager stateMgr, SessionContext sessionContext)
Creates a newBatchedItemOperations
instance.VersionManagerImpl(SessionContext context, UpdatableItemStateManager stateMgr, HierarchyManager hierMgr)
Creates a new version manager -
Uses of UpdatableItemStateManager in org.apache.jackrabbit.core.state
Classes in org.apache.jackrabbit.core.state that implement UpdatableItemStateManager Modifier and Type Class Description class
LocalItemStateManager
LocalItemStateManager
that isolates changes to persistent states from other clients.class
SessionItemStateManager
Item state manager that handles both transient and persistent items.class
XAItemStateManager
Extension toLocalItemStateManager
that remembers changes on multiple save() requests and commits them only when an associated transaction is itself committed. -
Uses of UpdatableItemStateManager in org.apache.jackrabbit.core.version
Fields in org.apache.jackrabbit.core.version declared as UpdatableItemStateManager Modifier and Type Field Description protected UpdatableItemStateManager
VersionManagerImplBase. stateMgr
item state manager for all workspace operationsConstructors in org.apache.jackrabbit.core.version with parameters of type UpdatableItemStateManager Constructor Description NodeStateEx(UpdatableItemStateManager stateMgr, NodeTypeRegistry ntReg, NodeId nodeId)
Creates a new persistent nodeNodeStateEx(UpdatableItemStateManager stateMgr, NodeTypeRegistry ntReg, NodeState nodeState, Name name)
Creates a new persistent nodeVersionManagerImplBase(SessionContext context, UpdatableItemStateManager stateMgr, HierarchyManager hierMgr)
Creates a new version manager base for the given sessionVersionManagerImplConfig(SessionContext context, UpdatableItemStateManager stateMgr, HierarchyManager hierMgr)
Creates a new version manager for the given sessionVersionManagerImplMerge(SessionContext context, UpdatableItemStateManager stateMgr, HierarchyManager hierMgr)
Creates a new version manager for the given sessionVersionManagerImplRestore(SessionContext context, UpdatableItemStateManager stateMgr, HierarchyManager hierMgr)
Creates a new version manager for the given session
-