:: com :: sun :: star :: task ::

interface XInteractionRequest
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XInteractionRequest
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
The description of an interaction request.

Methods' Summary
getRequest Get information about the request itself.  
getContinuations Get the set of ::com::sun::star::task::XInteractionContinuation s the client supports for this request.  
Methods' Details
getRequest
any
getRequest();

Description
Get information about the request itself.
Returns
an ::com::sun::star::uno::Exception , wrapped as an any .
getContinuations
sequence< ::com::sun::star::task::XInteractionContinuation >
getContinuations();

Description
Get the set of ::com::sun::star::task::XInteractionContinuation s the client supports for this request.
Top of Page