Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.model.Session

Packages that use Session
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.local   
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.ra   
org.nuxeo.ecm.core.versioning   
 

Uses of Session in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api that return Session
abstract  Session AbstractSession.getSession()
          Internal method: Gets the current session based on the client session id.
 

Methods in org.nuxeo.ecm.core.api with parameters of type Session
static Document DocumentResolver.resolveReference(Session session, DocumentRef docRef)
          Resolves the document given its reference.
 

Uses of Session in org.nuxeo.ecm.core.api.local
 

Methods in org.nuxeo.ecm.core.api.local that return Session
 Session LocalSession.getSession()
           
 

Uses of Session in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model that return Session
 Session[] Repository.getOpenedSessions()
           
 Session MockDocument.getSession()
           
 Session Document.getSession()
          Gets the session that owns this document.
 Session Repository.getSession(long sessionId)
           
 Session Repository.getSession(Map<String,Serializable> context)
           
 

Methods in org.nuxeo.ecm.core.model with parameters of type Session
 void SessionListener.aboutToCloseSession(Session session)
          The session is about to be closed.
 void SessionListener.sessionClosed(Session session)
          The session was closed.
 void SessionListener.sessionStarted(Session session)
          The session was started.
 

Uses of Session in org.nuxeo.ecm.core.storage.sql.coremodel
 

Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement Session
 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
 Session[] SQLRepository.getOpenedSessions()
           
 Session SQLDocumentProxy.getSession()
           
 Session SQLDocumentLive.getSession()
           
 Session SQLRepository.getSession(long sessionId)
          Deprecated. unused
 Session SQLRepository.getSession(Map<String,Serializable> context)
           
 

Uses of Session in org.nuxeo.ecm.core.storage.sql.ra
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that return Session
 Session[] ConnectionFactoryImpl.getOpenedSessions()
           
 Session ConnectionFactoryImpl.getSession(long sessionId)
          Deprecated. unused
 Session ConnectionFactoryImpl.getSession(Map<String,Serializable> context)
           
 

Uses of Session in org.nuxeo.ecm.core.versioning
 

Methods in org.nuxeo.ecm.core.versioning with parameters of type Session
 void VersionRemovalPolicy.removeVersions(Session session, Document doc, CoreSession coreSession)
          Removes the versions when a given working document is about to be removed.
 void NullVersionRemovalPolicy.removeVersions(Session session, Document doc, CoreSession coreSession)
           
 void DefaultVersionRemovalPolicy.removeVersions(Session session, Document doc, CoreSession coreSession)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.