LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
DatabaseInteractionHandler Service Reference

describes a service which is able to handle database-related interactions. More...

import"DatabaseInteractionHandler.idl";

Inheritance diagram for DatabaseInteractionHandler:
XInteractionHandler2 XInteractionHandler XInterface

Additional Inherited Members

- Public Member Functions inherited from XInteractionHandler2
boolean handleInteractionRequest ([in] com::sun::star::task::XInteractionRequest Request)
 Handle an interaction request. More...
 
- Public Member Functions inherited from XInteractionHandler
void handle ([in] com::sun::star::task::XInteractionRequest Request)
 Handle an interaction request. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

describes a service which is able to handle database-related interactions.

Usually, you will not instantiate this service directly. Instead, you'll instantiate a generic com::sun::star::task::InteractionHandler service, and pass it your request. Based on configuration data, this implementation will decide where to forward the request to.

By default, the DatabaseInteractionHandler feels responsible (as per configuration) for the following interaction types:


The documentation for this service was generated from the following file: