INTEGRATION: CWS mav16 (1.4.58); FILE MERGED

2005/02/09 12:47:01 mav 1.4.58.1: #i41809# allow fallback during mediatype detection
This commit is contained in:
Vladimir Glazounov 2005-02-25 08:32:16 +00:00
parent 3f476a65e7
commit 3a36f8b2cb

View File

@ -2,9 +2,9 @@
*
* $RCSfile: Storage.idl,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: obo $ $Date: 2004-11-17 12:35:24 $
* last change: $Author: vg $ $Date: 2005-02-25 09:32:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -331,6 +331,25 @@ service Storage
*/
[property] string MediaType;
// -----------------------------------------------------------------------
/** allows to detect whether mediatype is detected by using fallback
approach.
<p>
Can be set to true if the mediatype can not be detected in standard
way, but there is a fallback solution allows to do it.
</p>
<p>
Usually means that the document validity is questionable, although
the package itself is not corrupted. The decision about document
validity in this case is in application hands. It is up to user of
the storage to deside whether he accepts the fallback approach for
an implementation of this service, outputs a warning or an error.
</p>
*/
[property, readonly] boolean MediaTypeFallbackIsUsed;
// -----------------------------------------------------------------------
/** allows to detect whether the storage is a root one.
*/