service RemoteAccessContentProvider in module com::sun::star::ucb::

(Global Index)

Syntax

service RemoteAccessContentProvider;

Description

A RemoteAccessContentProvider is a ContentProvider that provides access to contents available at other (remote) UCBs.

Included Services

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

Description

A RemoteAccessContentProvider is a specialized ContentProvider .


Exported Interfaces

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

Description

allows configuration of the RemoteAccessContentProvider , to specify that certain XContentIdentifier s map to XContent s from a certain remote UCB. The Arguments string in the XParameterizedContentProvider::registerInstance call must contain the UNO URL of the remote UCB. @descr The XContentProvider/type>s obtained through this interface implement the service ContentProvider and, if appropriate, also the interface XFileIdentifierConverter .


Top of Page