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

interface XInteractionRequest
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XInteractionRequest
Description
The description of an interaction request.

Methods' Summary
getRequest Get information about the request itself.
getContinuations Get the set of 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< XInteractionContinuation >
getContinuations();
 
 

Description
Get the set of XInteractionContinuation s the client supports for this request.
Top of Page