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

service Importer
Description
imports data into a configuration layer.

The configuration changes are read from a XLayer and stored into a Backend.

Since
OOo 1.1.2

Exported Interfaces - Summary
XLayerImporter

allows importing configuration data into a backend.

::com::sun::star::lang::XInitialization

allows initializing the implementation with settings that control its behavior . (details)

Exported Interfaces - Details
XLayerImporter
Description
allows importing configuration data into a backend.
::com::sun::star::lang::XInitialization
Usage Restrictions
optional
Description
allows initializing the implementation with settings that control its behavior .

Arguments are provided as ::com::sun::star::beans::NamedValue. Implementations specify which arguments they support.

Notify : boolean
If true, specifies that the backend should trigger notification to its listeners.


 
Top of Page