Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 2894

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Service FileSystemStorage</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimain"><a href="FileSystemStorage-xref.html" class="navimain">Use</a></td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#IncludedServices" class="navisub">Included Services</a></td>
<td class="navisub">Exported Interfaces</td>
<td class="navisub">Properties' Summary</td>
<td class="navisub">Properties' Details</td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">embed</a> :: </p>
</td>
</tr>
<tr>
<td class="title"><table class="title-table" width="99%">
<tr>
<td width="25%" class="title2">unpublished </td>
<td width="50%" class="title">service FileSystemStorage</td>
<td width="*"/></tr>
</table>
</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>This is a service that allows to get access to a file system folder using
 storage hierarchy.
 </dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="IncludedServices"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Included Services</td>
</tr>
<tr>
<td class="imsum_left"><a href="BaseStorage.html">BaseStorage</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>This service describes the base functionality of storages.

 </dd>
<dd><p>
 Please see below the description of additional requirements for the
 file system storage implementation.
 </p>

 <dl>
 <dt>interface ::com::sun::star::<a href="../lang/module-ix.html">lang</a>::<a href="../lang/XComponent.html">XComponent</a>
 </dt>
 <dd>
 <p>
 A file system storage is created either by
 <a href="StorageFactory.html">StorageFactory</a> or by <a href="XStorage.html">XStorage</a>
 interface and is controlled by refcounting. In case
 refcounting is decreased to zero the storage will be
 disposed automatically.
 </p>

 <p>
 In case a storage object is disposed the elements
 ( substorages and substreams ) are not affected.
 </p>
 </dd>
 <dt>interface <a href="XStorage.html">XStorage</a></dt>
 <dd>
 <dl>
 <dt><method>XStorage::openStorageElement</method></dt>
 <dd>
 This method returns <a href="FileSystemStorage.html">FileSystemStorage</a>
 service implementation.
 </dd>

 <dt><method>XStorage::copyLastCommitTo</method></dt>
 <dd>
 Since this service implementation supports no transaction
 this method just creates a copy of the storage in it's
 current state.
 </dd>

 <dt><method>XStorage::copyStorageElementLastCommitTo</method></dt>
 <dd>
 Since this service implementation supports no transaction
 this method just creates a copy of the storage in it's
 current state.
 </dd>

 <dt><method>XStorage::removeStorageElement</method></dt>
 <dd>
 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.
 </dd>
 </dl>
 </dd>
 <dt>property URL</dt>
 <dd>
 This property is not optional for this service.
 </dd>
 </dl>
 
 </dd>
</dl>
</td>
</tr>
</table>
<br>&nbsp;<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>