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 SessionAbstractSession. 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 classBaseSessionCommon code for VCS and DBSSessionimplementations.Methods in org.nuxeo.ecm.core.model that return Session Modifier and Type Method Description SessionDocument. getSession()Gets the session that owns this document.SessionRepository. 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 SessionRepositoryService.SessionSynchronization. sessionFields 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. basePoolprotected org.apache.commons.pool2.KeyedObjectPool<String,Session>RepositoryService. poolprotected static Map<String,ThreadLocal<Session>>RepositoryService. SESSIONSThread-local sessions allocated, per repository.Methods in org.nuxeo.ecm.core.repository that return Session Modifier and Type Method Description SessionRepositoryService.SessionFactory. create(String repositoryName)SessionRepositoryService. getSession(String repositoryName)Gets a session.protected SessionRepositoryService. 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 voidRepositoryService.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 classDBSSessionImplementation of aSessionfor Document-Based Storage.Methods in org.nuxeo.ecm.core.storage.dbs that return Session Modifier and Type Method Description SessionDBSCachingRepository. getSession()SessionDBSDocument. getSession()SessionDBSRepositoryBase. 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 classSQLSessionThis 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 SessionSQLDocumentProxy. 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 voidDefaultVersionRemovalPolicy. removeVersions(Session session, Document doc, CoreSession coreSession)voidNullVersionRemovalPolicy. removeVersions(Session session, Document doc, CoreSession coreSession)voidVersionRemovalPolicy. removeVersions(Session session, Document doc, CoreSession coreSession)Removes the versions when a given working document is about to be removed.
-