Uses of Interface
org.nuxeo.ecm.core.model.Session
-
-
Uses of Session in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return Session Modifier and Type Method Description abstract 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 Modifier and Type Method Description Session<?>
LocalSession. getSession()
-
Uses of Session in org.nuxeo.ecm.core.model
Classes in org.nuxeo.ecm.core.model that implement Session Modifier and Type Class Description class
BaseSession
Common code for VCS and DBSSession
implementations.Methods in org.nuxeo.ecm.core.model that return Session Modifier and Type Method Description Session
Document. getSession()
Gets the session that owns this document.Session
Repository. getSession()
-
Uses of Session in org.nuxeo.ecm.core.repository
Fields in org.nuxeo.ecm.core.repository declared as Session Modifier and Type Field Description protected Session
RepositoryService.SessionSynchronization. session
Fields in org.nuxeo.ecm.core.repository with type parameters of type Session Modifier and Type Field Description protected org.apache.commons.pool2.impl.GenericKeyedObjectPool<String,Session>
RepositoryService. basePool
protected org.apache.commons.pool2.KeyedObjectPool<String,Session>
RepositoryService. pool
protected static Map<String,ThreadLocal<Session>>
RepositoryService. SESSIONS
Thread-local sessions allocated, per repository.Methods in org.nuxeo.ecm.core.repository that return Session Modifier and Type Method Description Session
RepositoryService.SessionFactory. create(String repositoryName)
Session
RepositoryService. 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 Session Modifier and Type Method Description org.apache.commons.pool2.PooledObject<Session>
RepositoryService.SessionFactory. wrap(Session session)
Methods in org.nuxeo.ecm.core.repository with parameters of type Session Modifier and Type Method Description org.apache.commons.pool2.PooledObject<Session>
RepositoryService.SessionFactory. wrap(Session session)
Method parameters in org.nuxeo.ecm.core.repository with type arguments of type Session Modifier and Type Method Description void
RepositoryService.SessionFactory. destroyObject(String repositoryName, org.apache.commons.pool2.PooledObject<Session> p)
Constructors in org.nuxeo.ecm.core.repository with parameters of type Session Constructor Description 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 Session Modifier and Type Class Description class
DBSSession
Implementation of aSession
for Document-Based Storage.Methods in org.nuxeo.ecm.core.storage.dbs that return Session Modifier and Type Method Description Session
DBSCachingRepository. getSession()
Session
DBSDocument. getSession()
Session
DBSRepositoryBase. getSession()
-
Uses of Session in org.nuxeo.ecm.core.storage.sql.coremodel
Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement Session Modifier and Type Class Description class
SQLSession
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 Modifier and Type Method Description Session
SQLDocumentProxy. getSession()
-
Uses of Session in org.nuxeo.ecm.core.versioning
Methods in org.nuxeo.ecm.core.versioning with parameters of type Session Modifier and Type Method Description void
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.
-