:: com :: sun :: star :: embed ::
|
service FileSystemStorage |
- Description
- This is a service that allows to get access to a file system folder using
storage hierarchy.
|
Included Services - Summary |
BaseStorage |
This service describes the base functionality of storages.
(details)
|
Included Services - Details |
BaseStorage
- Description
- This service describes the base functionality of storages.
Please see below the description of additional requirements for the
file system storage implementation.
- interface ::com::sun::star::lang::XComponent
-
A file system storage is created either by
StorageFactory or by XStorage
interface and is controlled by refcounting. In case
refcounting is decreased to zero the storage will be
disposed automatically.
In case a storage object is disposed the elements
( substorages and substreams ) are not affected.
- interface XStorage
-
- XStorage::openStorageElement
-
This method returns FileSystemStorage
service implementation.
- XStorage::copyLastCommitTo
-
Since this service implementation supports no transaction
this method just creates a copy of the storage in it's
current state.
- XStorage::copyStorageElementLastCommitTo
-
Since this service implementation supports no transaction
this method just creates a copy of the storage in it's
current state.
- XStorage::removeStorageElement
-
If the element is opened and it is a stream element
the removing will fail. If the element is opened and
it is a storage element, all the contents that can be
removed will be removed.
- property URL
-
This property is not optional for this service.
|
|
Top of Page
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.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.