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

module backend

Nested Modules
xml
Services
::com::sun::star::configuration::backend::Backend provides access to a configuration database composed of one or more storage backends containing settings used by software modules.
::com::sun::star::configuration::backend::BackendAdapter implements ::com::sun::star::configuration::backend::Backend retrieving data from a ::com::sun::star::configuration::backend::SingleBackend .
::com::sun::star::configuration::backend::CopyImporter imports data into a configuration layer by copying over existing data.
::com::sun::star::configuration::backend::DataImporter allows importing data from one configuration repository into another. .
::com::sun::star::configuration::backend::DefaultBackend is a ::com::sun::star::configuration::backend::DefaultBackend , that is the default ::com::sun::star::configuration::backend::DefaultBackend for its ::com::sun::star::uno::XComponentContext .
::com::sun::star::configuration::backend::HierarchyBrowser allows scanning a configuration data repository for available components .
::com::sun::star::configuration::backend::Importer imports data into a configuration layer.
::com::sun::star::configuration::backend::InteractionHandler An interaction request handler that lets the user handle a number of well known requests via GUI dialogs.
::com::sun::star::configuration::backend::Layer provides read-only access to a configuration data layer.
::com::sun::star::configuration::backend::LayerDescriber
::com::sun::star::configuration::backend::LayerFilter provides a filtered version of a configuration data ::com::sun::star::configuration::backend::Layer .
::com::sun::star::configuration::backend::LayerUpdateMerger applies updates to a configuration layer.
::com::sun::star::configuration::backend::LdapMultiLayerStratum implements ::com::sun::star::configuration::backend::MultiLayerStratum that provides access to a multiple layers of configuration data from ldap source
::com::sun::star::configuration::backend::LdapSingleBackend implements ::com::sun::star::configuration::backend::SingleBackend that stores data in an LDAP directoy.
::com::sun::star::configuration::backend::LdapSingleStratum implements ::com::sun::star::configuration::backend::SingleLayerStratum that provides access to a single layer of configuration data from ldap source
::com::sun::star::configuration::backend::LocalDataImporter allows importing data from a local configuration data repository or file into any ::com::sun::star::configuration::backend::Backend .
::com::sun::star::configuration::backend::LocalHierarchyBrowser is a ::com::sun::star::configuration::backend::HierarchyBrowser , that browses a configuration database stored in the local file system.
::com::sun::star::configuration::backend::LocalSchemaSupplier implements ::com::sun::star::configuration::backend::SchemaSupplier providing access to local configuration schemas
::com::sun::star::configuration::backend::LocalSingleBackend implements ::com::sun::star::configuration::backend::SingleBackend that stores data in the local filesystem using the OOR XML formats.
::com::sun::star::configuration::backend::LocalSingleStratum implements ::com::sun::star::configuration::backend::SingleLayerStratum that provides access to a singe layer of configuration data from local file system
::com::sun::star::configuration::backend::MergeImporter imports data into a configuration layer by merging with existing data.
::com::sun::star::configuration::backend::MultiLayerStratum Provides access to a singe layer of configuration data
::com::sun::star::configuration::backend::MultiStratumBackend implements ::com::sun::star::configuration::backend::Backend provides access to a configuration database composed of one or more storage backends containing settings used by software modules.
::com::sun::star::configuration::backend::OfflineBackend implements ::com::sun::star::configuration::backend::BackendAdapter that maintains a cache so it can operate even if the ::com::sun::star::configuration::backend::SingleBackend holding the data is inaccessible.
::com::sun::star::configuration::backend::OnlineBackend implements a ::com::sun::star::configuration::backend::BackendAdapter that requires that the ::com::sun::star::configuration::backend::SingleBackend holding the data is continuously accessible.
::com::sun::star::configuration::backend::PlatformBackend implements ::com::sun::star::configuration::backend::SingleLayerStratum that provides access to a singe layer of configuration data from external data store
::com::sun::star::configuration::backend::PolicyLayerBackend provides access to multi layers of configuration data
::com::sun::star::configuration::backend::Schema provides read only access to a configuration component schema.
::com::sun::star::configuration::backend::SchemaSupplier provides access to configuration schemas
::com::sun::star::configuration::backend::SingleBackend is a configuration storage backends containing a complete configuration database, including user data, default or policy layers and schemata.
::com::sun::star::configuration::backend::SingleBackendAdapter implements a simple ::com::sun::star::configuration::backend::BackendAdapter that can be used for normal configuration operation.
::com::sun::star::configuration::backend::SingleLayerStratum Provides access to a single layer of configuration data
::com::sun::star::configuration::backend::SystemIntegration provides access to a configuration data composed of one or more platform backends containing settings used by software modules.
::com::sun::star::configuration::backend::UpdatableLayer provides read/write access to a configuration data layer.
Interfaces
::com::sun::star::configuration::backend::XBackend Handles access to layered data stored in a repository.
::com::sun::star::configuration::backend::XBackendChangesListener receives notification from backend broadcaster objects.
::com::sun::star::configuration::backend::XBackendChangesNotifier broadcasts changes when data from backend sources has changed.
::com::sun::star::configuration::backend::XBackendEntities Provides functionality relating to common and supported entities for a configuration data backend.
::com::sun::star::configuration::backend::XCompositeLayer provides read access to layers that contain sublayers accessible through an additional criterion (for instance the locale they contain data for).
::com::sun::star::configuration::backend::XLayer provides read access to the data contained in a layer.
::com::sun::star::configuration::backend::XLayerContentDescriber describe the contents of a layer to an XLayerHander object. The contents of the layer is contained in the sequence of PropertyInfo structures
::com::sun::star::configuration::backend::XLayerHandler receives a description of a configuration layer as a sequence of events.
::com::sun::star::configuration::backend::XLayerImporter allows importing a layer into a ::com::sun::star::configuration::backend::Backend
::com::sun::star::configuration::backend::XMultiLayerStratum Handles access to a stratum consisting of multiple layers in a single configuration data repository
::com::sun::star::configuration::backend::XSchema Handles access to the elements of a component schema, i.e its templates and its component definition.
::com::sun::star::configuration::backend::XSchemaHandler receives a description of a configuration schema as a sequence of events.
::com::sun::star::configuration::backend::XSchemaSupplier provides access to configuration component schemas.
::com::sun::star::configuration::backend::XSingleLayerStratum Handles access to a stratum consisting of a single layer in a configuration data repository
::com::sun::star::configuration::backend::XUpdatableLayer Provides access to a read-write layer of configuration data for a given component and entity.
::com::sun::star::configuration::backend::XUpdateHandler receives a description of a configuration update or layer as a sequence of events.
::com::sun::star::configuration::backend::XVersionedSchemaSupplier provides access to versioned configuration component schemas.
Structs
::com::sun::star::configuration::backend::ComponentChangeEvent This event is fired when a change becomes effective on the source of the event
::com::sun::star::configuration::backend::PropertyInfo This structure contains all the information related to a property
::com::sun::star::configuration::backend::TemplateIdentifier holds the data needed to identify a template.
Exceptions
::com::sun::star::configuration::backend::AuthenticationFailedException Exception thrown when authentication to the underlying backend fails due to an unknown user-id or invalid credentials.
::com::sun::star::configuration::backend::BackendAccessException Generic exception thrown when physical access to an underlying backend fails.
::com::sun::star::configuration::backend::BackendSetupException Generic exception thrown when setting up a connection to an underlying backend fails.
::com::sun::star::configuration::backend::CannotConnectException Exception thrown when a connection to the underlying backend cannot be established.
::com::sun::star::configuration::backend::ConnectionLostException Exception thrown when the connection to the underlying backend was lost irrecoverably.
::com::sun::star::configuration::backend::InsufficientAccessRightsException Exception thrown when access to the underlying backend fails because of insufficient access rights to some needed resource.
::com::sun::star::configuration::backend::InvalidAuthenticationMechanismException Exception thrown when authentication to the underlying backend fails because the configured authentication mechanism is not supported by the backend or no valid mechanism can be negotiated.
::com::sun::star::configuration::backend::MalformedDataException is raised when the data of a component schema, layer or update is not well-formed, violates the schema or is otherwise invalid.
::com::sun::star::configuration::backend::MergeRecoveryRequest is passed to an merging fails due to invalid layer data or access problems.
::com::sun::star::configuration::backend::StratumCreationException is passed to an creating a stratum backend fails.
Constant Groups
::com::sun::star::configuration::backend::NodeAttribute These values are used to specify the behavior of a node or property in a layer.
::com::sun::star::configuration::backend::SchemaAttribute These values are used to specify the behavior of a node or property in the schema.
Top of Page