summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-19 15:19:17 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-19 15:19:17 +0000
commit0c1983ca418582cfede74d4b16eaad3d0d2f45af (patch)
tree22d16d3d80911be90244f28baa1bcd446576acf6 /offapi/com/sun/star/ucb
parente9eb86196ad95e2d18627f52f521b2ac40b76342 (diff)
INTEGRATION: CWS ucbfixes02 (1.3.300); FILE MERGED
2007/05/26 10:35:37 kso 1.3.300.1: #114010# - Extended documentation.
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r--offapi/com/sun/star/ucb/UnsupportedNameClashException.idl23
1 files changed, 17 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl b/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
index ad861f5f8..5f5181da2 100644
--- a/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
+++ b/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: UnsupportedNameClashException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:56:01 $
+ * last change: $Author: kz $ $Date: 2007-06-19 16:19:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,12 +45,23 @@
module com { module sun { module star { module ucb {
//=============================================================================
-/** This exception is used to indicate that the requested <type>NameClash</type>
- is not supported.
+/** <p>This exception must be thrown in case the requested nameclash
+ directive is not supported, because it is not possible to implement
+ it or if it is just not (yet) implemented.
- <p>For example, each <type>TransferInfo</type> supplied as argument of the
- command 'transfer' contains a name clash directive.
+ <p>Command 'transfer': Used if the nameclash directive specified in
+ parameter NameClash of the supplied <type>TransferInfo</type> is not
+ supported. For example, if the NameClash was set to NameClash::ERROR,
+ to NameClash::RENAME or to NameClash::ASK, the implementation must be
+ able determine whether there are existing data. This exception must also
+ be used if NameClash::RENAME was specified and the implementation is
+ unable to create a valid new name after a suitable number of tries.
+ <p>Command 'insert': Used if the parameter ReplaceExisting of the
+ supplied <type>InsertCommandArgument</type> was set to <false/> and the
+ implementation is unable to determine whether there are existing data.
+ The member NameClash of the exception must be set to NameClash::ERROR
+
@version 1.0
@author Kai Sommerfeld
@see Content