Lines Matching refs:backend
34 #include <com/sun/star/configuration/backend/BackendAccessException.idl>
39 module com { module sun { module star { module configuration { module backend {
45 for a configuration data backend.
47 @see com::sun::star::configuration::backend::XBackend
48 @see com::sun::star::configuration::backend::XMultiLayerStratum
57 provides the entity id of the owner entity of the backend.
61 <p> The owner entity is the default entity for the backend.
66 @see com::sun::star::configuration::backend::XBackend::listOwnLayers()
67 @see com::sun::star::configuration::backend::XBackend::getOwnUpdateHandler()
78 within the backend.
92 determines, if a given entity id exists in this backend.
97 @throws com::sun::star::configuration::backend::BackendAccessException
98 if an error occurs while accessing the backend.
101 <TRUE/>, if aEntity is a valid, existing entity for this backend,
120 within this backend, <FALSE/> otherwise.
122 @throws com::sun::star::configuration::backend::BackendAccessException
123 if an error occurs while accessing the backend.