Uses of Interface
org.nuxeo.ecm.core.model.Session
Package
Description
-
Uses of Session in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionabstract Session
AbstractSession.getSession()
Internal method: Gets the current session based on the client session id. -
Uses of Session in org.nuxeo.ecm.core.api.local
-
Uses of Session in org.nuxeo.ecm.core.model
Modifier and TypeMethodDescriptionDocument.getSession()
Gets the session that owns this document.Repository.getSession()
-
Uses of Session in org.nuxeo.ecm.core.repository
Modifier and TypeFieldDescriptionprotected final Session
RepositoryService.SessionSynchronization.session
Modifier and TypeFieldDescriptionRepositoryService.basePool
RepositoryService.pool
protected static final Map<String,
ThreadLocal<Session>> RepositoryService.SESSIONS
Thread-local sessions allocated, per repository.Modifier and TypeMethodDescriptionRepositoryService.getSession
(String repositoryName) Gets a session.protected Session
RepositoryService.getSessionFromPool
(String repositoryName, Runnable cleanup) Modifier and TypeMethodDescriptionvoid
RepositoryService.SessionFactory.destroyObject
(String repositoryName, org.apache.commons.pool2.PooledObject<Session> p) ModifierConstructorDescriptionprotected
SessionSynchronization
(Session session, Runnable cleanup) -
Uses of Session in org.nuxeo.ecm.core.storage.dbs
Modifier and TypeMethodDescriptionDBSCachingRepository.getSession()
DBSDocument.getSession()
DBSRepositoryBase.getSession()
-
Uses of Session in org.nuxeo.ecm.core.storage.sql.coremodel
Modifier and TypeClassDescriptionclass
This class is the bridge between the Nuxeo SPI Session and the actual low-level implementation of the SQL storage session. -
Uses of Session in org.nuxeo.ecm.core.versioning
Modifier and TypeMethodDescriptionvoid
DefaultVersionRemovalPolicy.removeVersions
(Session session, Document doc, CoreSession coreSession) void
NullVersionRemovalPolicy.removeVersions
(Session session, Document doc, CoreSession coreSession) void
VersionRemovalPolicy.removeVersions
(Session session, Document doc, CoreSession coreSession) Removes the versions when a given working document is about to be removed.