| Package | Description | 
|---|---|
| org.apache.jackrabbit.jcr2spi | |
| org.apache.jackrabbit.jcr2spi.state | |
| org.apache.jackrabbit.jcr2spi.version | |
| org.apache.jackrabbit.jcr2spi.xml | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XASessionImpl
XASessionImpl extends the regular session implementation with
 access to the XAResource. | 
| Modifier and Type | Field and Description | 
|---|---|
protected SessionImpl | 
ItemImpl.session
The session that created this item. 
 | 
protected SessionImpl | 
WorkspaceImpl.session
The Session that created this  
Workspace object. | 
| Constructor and Description | 
|---|
ItemImpl(SessionImpl session,
        ItemState state,
        ItemLifeCycleListener[] listeners)  | 
JcrLockManager(SessionImpl session)  | 
JcrVersionManager(SessionImpl session)  | 
NodeImpl(SessionImpl session,
        NodeState state,
        ItemLifeCycleListener[] listeners)  | 
PropertyImpl(SessionImpl session,
            PropertyState state,
            ItemLifeCycleListener[] listeners)  | 
WorkspaceImpl(String name,
             SessionImpl session,
             RepositoryConfig config,
             SessionInfo sessionInfo)  | 
| Constructor and Description | 
|---|
SessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr,
                       ItemStateValidator validator,
                       QValueFactory qValueFactory,
                       ItemStateFactory isf,
                       SessionImpl mgrProvider)
Creates a new  
SessionItemStateManager instance. | 
| Constructor and Description | 
|---|
VersionHistoryImpl(SessionImpl session,
                  NodeState state,
                  ItemLifeCycleListener[] listeners)  | 
VersionImpl(SessionImpl session,
           NodeState state,
           ItemLifeCycleListener[] listeners)  | 
| Constructor and Description | 
|---|
SessionImporter(Path parentPath,
               SessionImpl session,
               SessionItemStateManager stateManager,
               int uuidBehavior)
Creates a new  
WorkspaceImporter instance. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.