interface XInteractionRequest in module com::sun::star::task::

(Global Index)

Syntax

interface XInteractionRequest : com::sun::star::uno::XInterface ;

Description

The description of an interaction request.

Method Summary

getRequest Get information about the request itself.

getContinuations

Method Details



getRequest

Syntax

any getRequest ();

Description

Get information about the request itself.


getContinuations

Syntax

sequence< com::sun::star::task::XInteractionContinuation > getContinuations ();
Top of Page