:: drafts :: com :: sun :: star :: configuration :: backend ::

service Backend
Description
Access to a configuration storage backend containing settings used by software modules. Configuration data is accessed by components and entities. An entity contains data associated to multiple components (akin to software module).

Exported Interfaces
XBackend
Description
Handles access to the configuration data. The configuration data is stored by entity, each entity containing data for multiple components. Entities are organised hierarchically in organisations, groups and individual users. Each element of this hierarchical structure is a layer.
::com::sun::star::lang::XInitialization
Description
Handles the initialisation of the service. Parameters describing the access to configuration data are: @todo provide list of valid parameters

 
Top of Page