| Modifier and Type | Method and Description |
|---|---|
abstract Session |
AbstractSession.getSession()
Internal method: Gets the current session based on the client session id.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
LocalSession.getSession() |
| Constructor and Description |
|---|
SessionInfo(Session session) |
| Modifier and Type | Method and Description |
|---|---|
Session |
Repository.getSession() |
Session |
Document.getSession()
Gets the session that owns this document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBSSession
Implementation of a
Session for Document-Based Storage. |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Session> |
DBSRepositoryBase.TransactionContext.proxies |
| Modifier and Type | Method and Description |
|---|---|
Session |
DBSRepositoryBase.getSession() |
Session |
DBSDocument.getSession() |
Session |
DBSCachingRepository.getSession() |
protected Session |
DBSRepositoryBase.getSession(DBSRepository repository) |
Session |
DBSRepositoryBase.TransactionContext.newSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBSRepositoryBase.TransactionContext.add(Session proxy) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLSession
This class is the bridge between the Nuxeo SPI Session and the actual low-level implementation of the SQL storage
session.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SQLDocumentProxy.getSession() |
| Modifier and Type | Method and Description |
|---|---|
Session |
ConnectionFactoryImpl.getSession() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2019 Nuxeo. All rights reserved.