Uses of Interface
org.nuxeo.ecm.core.api.CloseableCoreSession
Packages that use CloseableCoreSession
Package
Description
-
Uses of CloseableCoreSession in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return CloseableCoreSessionModifier and TypeMethodDescriptionCoreSessionService.createCoreSession
(String repositoryName, NuxeoPrincipal principal) Instantiates aCoreSession
.CoreSessionServiceImpl.createCoreSession
(String repositoryName, NuxeoPrincipal principal) static CloseableCoreSession
CoreInstance.openCoreSession
(String repositoryName) Deprecated.static CloseableCoreSession
CoreInstance.openCoreSession
(String repositoryName, String username) Deprecated.since 11.1, useCoreInstance.getCoreSession(String, String)
insteadstatic CloseableCoreSession
CoreInstance.openCoreSession
(String repositoryName, NuxeoPrincipal principal) Deprecated.since 11.1, useCoreInstance.getCoreSession(String, NuxeoPrincipal)
insteadstatic CloseableCoreSession
CoreInstance.openCoreSessionSystem
(String repositoryName) Deprecated.since 11.1, useCoreInstance.getCoreSessionSystem(String)
insteadstatic CloseableCoreSession
CoreInstance.openCoreSessionSystem
(String repositoryName, String originatingUsername) Deprecated.since 11.1, useCoreInstance.getCoreSessionSystem(String, String)
insteadMethods in org.nuxeo.ecm.core.api with parameters of type CloseableCoreSessionModifier and TypeMethodDescriptionstatic void
CoreInstance.closeCoreSession
(CloseableCoreSession session) Deprecated.since 11.1, does nothingvoid
CoreSessionService.releaseCoreSession
(CloseableCoreSession session) Deprecated.since 11.1, does nothingvoid
CoreSessionServiceImpl.releaseCoreSession
(CloseableCoreSession session) -
Uses of CloseableCoreSession in org.nuxeo.ecm.core.api.local
Classes in org.nuxeo.ecm.core.api.local that implement CloseableCoreSessionModifier and TypeClassDescriptionclass
Local Session: implementation ofCoreSession
beyondAbstractSession
, dealing with low-level stuff.
CoreInstance.getCoreSession(String)
instead