Ifd:updateContext

From dev.ifd-library.org

Jump to: navigation, search
Function public IfdContext updateContext (
                                 IfdContext  context,
                                 String session_id) session_id
         throws IfdServerException

Function to update a context. Everything except the global unique identifier may be updated.

Input:

  • IfdContext context The new changed context.
  • String session_id) session_id The session id of the active user.

Returns: The updated context.

Back to the API

Comments: