Uses of Interface
com.emc.documentum.rest.dfc.ContextSessionManager.SessionCallable
-
Uses of ContextSessionManager.SessionCallable in com.emc.documentum.rest.dfc
Modifier and TypeMethodDescription<T> T
ContextSessionManager.executeWithinTheContextTran
(ContextSessionManager.SessionCallable<T> operation) Execute the operation within the current context transaction If the context transaction is enabled before, then the operation will be executed within the current context.protected <V> V
SessionAwareAbstractManager.executeWithSession
(ContextSessionManager.SessionCallable<V> callable) execute the SessionCallable with a shared session, and the session will be automatically releasedprotected <V> V
SessionAwareAbstractManager.executeWithSession
(ContextSessionManager.SessionCallable<V> callable, boolean usePrivate) execute the SessionCallable with the session, and the session will be automatically released