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

service RemoteAccessContentProvider
Description
A ::com::sun::star::ucb::RemoteAccessContentProvider is a ::com::sun::star::ucb::ContentProvider that provides access to contents available at other (remote) UCBs.

Included Services
::com::sun::star::ucb::ContentProvider
Description
A ::com::sun::star::ucb::RemoteAccessContentProvider is a specialized ::com::sun::star::ucb::ContentProvider .
Exported Interfaces
::com::sun::star::ucb::XParameterizedContentProvider
Description
allows configuration of the ::com::sun::star::ucb::RemoteAccessContentProvider , to specify that certain ::com::sun::star::ucb::XContentIdentifier s map to ::com::sun::star::ucb::XContent s from a certain remote UCB. The Arguments string in the ::com::sun::star::ucb::XParameterizedContentProvider::registerInstance call must contain the UNO URL of the remote UCB. @descr The ::com::sun::star::ucb::XContentProvider s obtained through this interface implement the service ::com::sun::star::ucb::ContentProvider and, if appropriate, also the interface ::com::sun::star::ucb::XFileIdentifierConverter .

 
Top of Page