Package com.emc.documentum.rest.dfc
Interface ContextSessionManager.SessionCallable<V>
- Type Parameters:
V
- result type
- Enclosing interface:
- ContextSessionManager
public static interface ContextSessionManager.SessionCallable<V>
Callable operation with automatically assigning the session
-
Method Summary
-
Method Details
-
call
- Parameters:
session
- the dfc session- Returns:
- result
- Throws:
com.documentum.fc.common.DfException
- exception during the operation
-