returns the location of the library link target.
Should return the same URL that was passed to
createLibraryLink in the StorageURL parameter.
If the accessed library item exists but isn't a
link, a IllegalArgumentException is thrown
returns true if the accessed library item (library or library
link) is read only. A library can be read only because it was
set to read only using the methods provided by this interface
or because of other reasons depending on the implementation
(e.g., file system write protection)
renames the library item with the specified name. If the accessed
library item is a link only the link is renamed, not the target library.
If a library with the new name exists already a
com::sun::star::container::ElementExistException is thrown.
returns the location of the library link target.
Should return the same URL that was passed to
createLibraryLink in the StorageURL parameter.
If the accessed library item exists but isn't a
link, a IllegalArgumentException is thrown
returns true if the accessed library item (library or library
link) is read only. A library can be read only because it was
set to read only using the methods provided by this interface
or because of other reasons depending on the implementation
(e.g., file system write protection)
renames the library item with the specified name. If the accessed
library item is a link only the link is renamed, not the target library.
If a library with the new name exists already a
com::sun::star::container::ElementExistException is thrown.