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

    Modifier and Type
    Method
    Description
    call(com.documentum.fc.client.IDfSession session)
     
  • Method Details

    • call

      V call(com.documentum.fc.client.IDfSession session) throws com.documentum.fc.common.DfException
      Parameters:
      session - the dfc session
      Returns:
      result
      Throws:
      com.documentum.fc.common.DfException - exception during the operation