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

service LayerFilter
Description
provides a filtered version of a configuration data ::com::sun::star::configuration::backend::Layer .

A layer filter wraps a source ::com::sun::star::configuration::backend::XLayer object and provides access to a filtered version of its data. The data read from the filter usually is produced from the source data by adding and removing elements or modifying values.

See also
::com::sun::star::configuration::backend::DataImporter
Service that supports applying a ::com::sun::star::configuration::backend::LayerFilter to imported data.
Since
OpenOffice 2.0.0

Exported Interfaces
::com::sun::star::configuration::backend::XLayer
Description
provides read access to the filtered contents.

Method ::com::sun::star::configuration::backend::XLayer::readData will render a filtered version of the data produced by the same method of the source object.

::com::sun::star::lang::XInitialization
Description
provides a means to set the source data for the filter.

Call XInitialization::initialize () with a single argument of type ::com::sun::star::beans::NamedValue , where ::com::sun::star::beans::NamedValue::Name is "Source" and ::com::sun::star::beans::NamedValue::Value is an object implementing ::com::sun::star::configuration::backend::XLayer .


 
Top of Page