Uses of Class
org.apache.jackrabbit.jcr2spi.SessionImpl
-
Packages that use SessionImpl Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.state org.apache.jackrabbit.jcr2spi.version org.apache.jackrabbit.jcr2spi.xml -
-
Uses of SessionImpl in org.apache.jackrabbit.jcr2spi
Subclasses of SessionImpl in org.apache.jackrabbit.jcr2spi Modifier and Type Class Description class
XASessionImpl
XASessionImpl
extends the regular session implementation with access to theXAResource
.Fields in org.apache.jackrabbit.jcr2spi declared as SessionImpl Modifier and Type Field Description protected SessionImpl
ItemImpl. session
The session that created this item.protected SessionImpl
WorkspaceImpl. session
The Session that created thisWorkspace
object.Constructors in org.apache.jackrabbit.jcr2spi with parameters of type SessionImpl Constructor 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)
-
Uses of SessionImpl in org.apache.jackrabbit.jcr2spi.state
Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type SessionImpl Constructor Description SessionItemStateManager(UpdatableItemStateManager workspaceItemStateMgr, ItemStateValidator validator, QValueFactory qValueFactory, ItemStateFactory isf, SessionImpl mgrProvider)
Creates a newSessionItemStateManager
instance. -
Uses of SessionImpl in org.apache.jackrabbit.jcr2spi.version
Constructors in org.apache.jackrabbit.jcr2spi.version with parameters of type SessionImpl Constructor Description VersionHistoryImpl(SessionImpl session, NodeState state, ItemLifeCycleListener[] listeners)
VersionImpl(SessionImpl session, NodeState state, ItemLifeCycleListener[] listeners)
-
Uses of SessionImpl in org.apache.jackrabbit.jcr2spi.xml
Constructors in org.apache.jackrabbit.jcr2spi.xml with parameters of type SessionImpl Constructor Description SessionImporter(Path parentPath, SessionImpl session, SessionItemStateManager stateManager, int uuidBehavior)
Creates a newWorkspaceImporter
instance.
-