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

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

Included Services - Summary
ContentProvider

A RemoteAccessContentProvider is a specialized ContentProvider.

Exported Interfaces - Summary
XParameterizedContentProvider

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

Included Services - Details
ContentProvider
Description
A RemoteAccessContentProvider is a specialized ContentProvider.
Exported Interfaces - Details
XParameterizedContentProvider
Description
allows configuration of the RemoteAccessContentProvider, to specify that certain XContentIdentifiers map to XContents from a certain remote UCB. The Arguments string in the XParameterizedContentProvider::registerInstance call must contain the UNO URL of the remote UCB. @descr The XContentProviders obtained through this interface implement the service ContentProvider and, if appropriate, also the interface XFileIdentifierConverter.

 
Top of Page