LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
DynamicResultSet Service Referencepublished

provides read access to a static or dynamically changing ContentResultSet. More...

import "DynamicResultSet.idl";

Inheritance diagram for DynamicResultSet:
XDynamicResultSet XComponent XInterface

Exported Interfaces

interface com::sun::star::ucb::XDynamicResultSet
 Provides read access to a static or a dynamically changing ContentResultSet. More...
 

Additional Inherited Members

- Public Member Functions inherited from XDynamicResultSet
com::sun::star::sdbc::XResultSet getStaticResultSet () raises ( com::sun::star::ucb::ListenerAlreadySetException )
 Call this, if you don't care about any changes. More...
 
void setListener ([in] XDynamicResultSetListener Listener) raises ( com::sun::star::ucb::ListenerAlreadySetException )
 Call this, if you want to get notifications about changes. More...
 
void connectToCache ([in] XDynamicResultSet Cache) raises ( com::sun::star::ucb::ListenerAlreadySetException , com::sun::star::ucb::AlreadyInitializedException , com::sun::star::ucb::ServiceNotFoundException )
 Connects this to a CachedDynamicResultSet for optimized remote data transport. More...
 
short getCapabilities ()
 Using this method you can get information, whether the offered ContentResultSets are sorted or filtered etc correctly as demanded during the creation of the XDynamicResultSet. More...
 

Detailed 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.

Developers Guide
UCB - Folders - Accessing the Children of a Folder

Exported Interfaces

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

This interface is required.


The documentation for this service was generated from the following file: