Methods' Details |
hasRegisteredDatabase
- Description
- determines whether a database is registered under the given name.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the given name is empty
|
|
getRegistrationNames
sequence< string > |
getRegistrationNames(); |
- Description
- returns the names of all registered databases
|
|
getDatabaseLocation
- Description
- returns the location of the database registered under the given name
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the given name is empty
- Throws
- ::com::sun::star::container::NoSuchElementException
if there is no database registered under this name
|
|
registerDatabaseLocation
- Description
- registers a database, given by location, under a given name
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the given name is empty, or the given location is invalid.
- Throws
- ::com::sun::star::container::ElementExistException
if there already is a databases registered under the given name.
|
|
revokeDatabaseLocation
- Description
- revokes the registration of a database, given by name
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the given name is empty
- Throws
- ::com::sun::star::container::NoSuchElementException
if there is no database registered under this name
- Throws
- ::com::sun::star::lang::IllegalAccessException
if the registration data for this database is read-only
|
|
changeDatabaseLocation
- Description
- changes the location of a given database registration
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the given name is empty, or the given location is invalid.
- Throws
- ::com::sun::star::container::NoSuchElementException
if there is no database registered under this name
- Throws
- ::com::sun::star::lang::IllegalAccessException
if the registration data for this database is read-only
|
|
isDatabaseRegistrationReadOnly
- Description
- determines whether the registration data for a database given by name is
read-only.
In this case, attempts to revoke this registration will fail.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the given name is empty
- Throws
- ::com::sun::star::container::NoSuchElementException
if there is no database registered under this name
|
|
addDatabaseRegistrationsListener
- Description
- registers a listener which is notified of changes in the registered databases
|
|
removeDatabaseRegistrationsListener
- Description
- revokes a previously registered listener
|
|
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.