From 0c1983ca418582cfede74d4b16eaad3d0d2f45af Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 19 Jun 2007 15:19:17 +0000 Subject: INTEGRATION: CWS ucbfixes02 (1.3.300); FILE MERGED 2007/05/26 10:35:37 kso 1.3.300.1: #114010# - Extended documentation. --- .../sun/star/ucb/UnsupportedNameClashException.idl | 23 ++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'offapi/com/sun/star/ucb') 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 NameClash - is not supported. +/**

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. -

For example, each TransferInfo supplied as argument of the - command 'transfer' contains a name clash directive. +

Command 'transfer': Used if the nameclash directive specified in + parameter NameClash of the supplied TransferInfo 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. +

Command 'insert': Used if the parameter ReplaceExisting of the + supplied InsertCommandArgument was set to 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 -- cgit v1.2.3