21module
com { module sun { module star { module configuration { module backend {
Generic exception thrown when physical access to an underlying backend fails.
Definition BackendAccessException.idl:30
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This exception is thrown when a feature of an interface is not supported.
Definition NoSupportException.idl:35
Handles access to layered data stored in a repository.
Definition XBackend.idl:40
XUpdateHandler getOwnUpdateHandler([in] string aComponent)
creates an update handler for the owner entity layer for a component.
sequence< XLayer > listOwnLayers([in] string aComponent)
retrieves the layers associated to the owner entity for a component.
sequence< XLayer > listLayers([in] string aComponent, [in] string aEntity)
retrieves the layers associated to an entity for a component.
XUpdateHandler getUpdateHandler([in] string aComponent, [in] string aEntity)
creates an update handler on an entity's layer for a component.
receives a description of a configuration update or layer as a sequence of events.
Definition XUpdateHandler.idl:30
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20