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

service UpdateRootElement

Included Services - Summary
AccessRootElement

provides (read-only) access to information about the root element of (a fragment of) the hierarchy. It also provides some functionality concerning the hierarchy (fragment) accessible from that element as a whole.

Exported Interfaces - Summary
::com::sun::star::util::XChangesBatch

allows managing changes within the hierarchy. (details)

Included Services - Details
AccessRootElement
Description
provides (read-only) access to information about the root element of (a fragment of) the hierarchy. It also provides some functionality concerning the hierarchy (fragment) accessible from that element as a whole.
Exported Interfaces - Details
::com::sun::star::util::XChangesBatch
Description
allows managing changes within the hierarchy.

::com::sun::star::util::XChangesBatch::getPendingChanges() reports all changes within the hierarchy that are done through (direct or indirect) descendants of this element. The same set of changes is committed to persistent storage and/or made visible to other objects accessing the same data set, when ::com::sun::star::util::XChangesBatch::commitChanges() is invoked.

If the implementation supports ::com::sun::star::lang::XLocalizable::setLocale(), changes will be considered to apply to the locale that is set when ::com::sun::star::util::XChangesBatch::commitChanges() is invoked.

@ see AccessRootElement @ see com::sun::star::util::XChangesNotifier

 
Top of Page