Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XInteractionRequest

Base Interface
com::sun::star::uno::XInterface

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 Exception , wrapped as an any .
getContinuations
 
sequence< com::sun::star::task::XInteractionContinuation >
getContinuations();
Description
Get the set of XInteractionContinuation s the client supports for this request.

Top of Page