Uses of Interface
org.nuxeo.ecm.core.model.Session
Packages that use Session
Package
Description
-
Uses of Session in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return SessionModifier 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
Methods in org.nuxeo.ecm.core.api.local that return Session -
Uses of Session in org.nuxeo.ecm.core.model
Classes in org.nuxeo.ecm.core.model that implement SessionMethods in org.nuxeo.ecm.core.model that return SessionModifier and TypeMethodDescriptionDocument.getSession()
Gets the session that owns this document.Repository.getSession()
-
Uses of Session in org.nuxeo.ecm.core.repository
Fields in org.nuxeo.ecm.core.repository declared as SessionModifier and TypeFieldDescriptionprotected final Session
RepositoryService.SessionSynchronization.session
Fields in org.nuxeo.ecm.core.repository with type parameters of type SessionModifier and TypeFieldDescriptionRepositoryService.basePool
RepositoryService.pool
protected static final Map<String,
ThreadLocal<Session>> RepositoryService.SESSIONS
Thread-local sessions allocated, per repository.Methods in org.nuxeo.ecm.core.repository that return SessionModifier and TypeMethodDescriptionRepositoryService.getSession
(String repositoryName) Gets a session.protected Session
RepositoryService.getSessionFromPool
(String repositoryName, Runnable cleanup) Methods in org.nuxeo.ecm.core.repository that return types with arguments of type SessionMethods in org.nuxeo.ecm.core.repository with parameters of type SessionMethod parameters in org.nuxeo.ecm.core.repository with type arguments of type SessionModifier and TypeMethodDescriptionvoid
RepositoryService.SessionFactory.destroyObject
(String repositoryName, org.apache.commons.pool2.PooledObject<Session> p) Constructors in org.nuxeo.ecm.core.repository with parameters of type SessionModifierConstructorDescriptionprotected
SessionSynchronization
(Session session, Runnable cleanup) -
Uses of Session in org.nuxeo.ecm.core.storage.dbs
Classes in org.nuxeo.ecm.core.storage.dbs that implement SessionMethods in org.nuxeo.ecm.core.storage.dbs that return SessionModifier and TypeMethodDescriptionDBSCachingRepository.getSession()
DBSDocument.getSession()
DBSRepositoryBase.getSession()
-
Uses of Session in org.nuxeo.ecm.core.storage.sql.coremodel
Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement SessionModifier and TypeClassDescriptionclass
This class is the bridge between the Nuxeo SPI Session and the actual low-level implementation of the SQL storage session.Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return Session -
Uses of Session in org.nuxeo.ecm.core.versioning
Methods in org.nuxeo.ecm.core.versioning with parameters of type SessionModifier 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.