:: com :: sun :: star :: ucb ::

interface XInteractionReplaceExistingData
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::task::XInteractionContinuation
       |  
       +--XInteractionReplaceExistingData
::com::sun::star::task::XInteractionContinuation
(referenced interface's summary:)
Specifies a way of how to continue from an ::com::sun::star::task::XInteractionRequest .
Description
is an interaction continuation used to instruct the requester to replace existing data.

For example, this continuation can be selected when handling a NameClashResolveRequest in order to instruct the requester to overwrite the clashing data.


Top of Page