Uses of Interface
org.nuxeo.ecm.core.api.CloseableCoreSession
-
Packages that use CloseableCoreSession Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.core.api.local -
-
Uses of CloseableCoreSession in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api with parameters of type CloseableCoreSession Modifier and Type Method Description static voidCoreInstance. closeCoreSession(CloseableCoreSession session)Deprecated.since 11.1, does nothingvoidCoreSessionService. releaseCoreSession(CloseableCoreSession session)Deprecated.since 11.1, does nothingvoidCoreSessionServiceImpl. releaseCoreSession(CloseableCoreSession session) -
Uses of CloseableCoreSession in org.nuxeo.ecm.core.api.local
Classes in org.nuxeo.ecm.core.api.local that implement CloseableCoreSession Modifier and Type Class Description classLocalSessionLocal Session: implementation ofCoreSessionbeyondAbstractSession, dealing with low-level stuff.
-