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 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 - 
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 SessionRepositoryService.SessionSynchronization.sessionFields in org.nuxeo.ecm.core.repository with type parameters of type SessionModifier and TypeFieldDescriptionRepositoryService.basePoolRepositoryService.poolprotected static final Map<String,ThreadLocal<Session>> RepositoryService.SESSIONSThread-local sessions allocated, per repository.Methods in org.nuxeo.ecm.core.repository that return SessionModifier and TypeMethodDescriptionRepositoryService.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 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 TypeMethodDescriptionvoidRepositoryService.SessionFactory.destroyObject(String repositoryName, org.apache.commons.pool2.PooledObject<Session> p) Constructors in org.nuxeo.ecm.core.repository with parameters of type SessionModifierConstructorDescriptionprotectedSessionSynchronization(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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidDefaultVersionRemovalPolicy.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.