:: com :: sun :: star :: configuration ::
|
service UpdateRootElement |
- Description
- provides update control for a hierarchy of configuration items
and information about the hierarchy as a whole as well as its root.
Extends AccessRootElement by adding support for
collecting changes and applying them to a backend store as a single batch.
An implementation represents the root of a partial hierarchy. [See the
documentation for AccessRootElement]. The hierarchy in turn is
a view onto a fragment of persistent data tree that can be accessed
through several such views, or even several processes, simultaneously.
Elements of the hierarchy, such as descendants of this root element,
may support modification by providing appropriate
interfaces. Changes done this way initially only affect these objects
themselves and other objects within the same hierarchy, such as other
descendants of this root element.
The accumulated changes within this hierarchy can be managed using
::com::sun::star::util::XChangesBatch. Pending changes
will become persistent and visible from other overlapping hierarchies
only when ::com::sun::star::util::XChangesBatch::commitChanges()
is called. If the hierarchy is disposed or discarded without committing
changes, the changes will be lost.
- See also
- GroupUpdate, SetUpdate
|
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.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.