LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XSingleLayerStratum Interface Referencepublished

Handles access to a stratum consisting of a single layer in a configuration data repository. More...

import"XSingleLayerStratum.idl";

Inheritance diagram for XSingleLayerStratum:
XInterface SingleLayerStratum LdapSingleStratum LocalSingleStratum PlatformBackend

Public Member Functions

XLayer getLayer ([in] string aComponent, [in] string aTimestamp) raises (BackendAccessException, com::sun::star::lang::IllegalArgumentException)
 retrieves the layer data for a component, if newer than indicated. More...
 
XUpdatableLayer getUpdatableLayer ([in] string aComponent) raises (BackendAccessException, com::sun::star::lang::NoSupportException, com::sun::star::lang::IllegalArgumentException)
 retrieves a writable representation of the layer for a component. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Handles access to a stratum consisting of a single layer in a configuration data repository.

The interface provides timestamp-checking capabilities for efficient caching.

See also
com::sun::star::util::XTimeStamped
com::sun::star::configuration::backend::XSchemaSupplier
com::sun::star::configuration::backend::XMultiLayerStratum
Since
OOo 1.1.2

Member Function Documentation

◆ getLayer()

XLayer getLayer ( [in] string  aComponent,
[in] string  aTimestamp 
)
raises (BackendAccessException,
com::sun::star::lang::IllegalArgumentException
)

retrieves the layer data for a component, if newer than indicated.

A timestamp can be provided, which is used to indicate a point in time. The layer should be returned only if is modified since that time.

Parameters
aComponentThe name of the component to access.
aTimestampa timestamp for the layer.

An empty timestamp indicates, that the layer should be retrieved irrespective of its modification time.

The format and meaning of a timestamp depends on the implementation. Timestamps can be obtained using com::sun::star::util::XTimeStamped::getTimestamp().

Returns
a Layer object providing access to the layer data, NULL if the layer is newer than indicated by the timestamp.
Exceptions
com::sun::star::lang::IllegalArgumentExceptionif the component identifier is invalid or if the timestamp is invalid.
com::sun::star::configuration::backend::BackendAccessExceptionif an error occurs while accessing the data.
See also
com::sun::star::util::XTimeStamped

◆ getUpdatableLayer()

retrieves a writable representation of the layer for a component.

Parameters
aComponentThe name of the component to access.
Returns
an UpdatableLayer object providing write access to the layer
Exceptions
com::sun::star::lang::IllegalArgumentExceptionif the component identifier is invalid.
com::sun::star::lang::NoSupportExceptionif the implementation does not support updates.
com::sun::star::configuration::backend::BackendAccessExceptionif an error occurs while accessing the data.

The documentation for this interface was generated from the following file: