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

interface XInteractionRequest
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