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

(Global Index)

Syntax

service CachedDynamicResultSet;

Description

provides read access to a static or dynamically changing ContentResultSet .

For example, a DynamicResultSet is returned from the open-command executed by an XCommandProcessor of the service Content .

Exported Interfaces

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

Description

Provides remote optimized read access to a static or a dynamically changing ContentResultSet .

The XResultSet s given to the listener in the first notification in the WelcomeDynamicResultSetStruct are implementations of the CachedContentResultSet service.

This interface is required.


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

Description

provides the initialization of the CachedDynamicResultSet with a source object.

The Source in XSourceInitialization::setSource has to be an implementation of service CachedDynamicResultSetStub

This interface is required.


Top of Page