LibreOffice
LibreOffice 24.2 SDK API Reference
|
creates a CachedDynamicResultSet. More...
import"XCachedDynamicResultSetFactory.idl";
Public Member Functions | |
com::sun::star::ucb::XDynamicResultSet | createCachedDynamicResultSet ([in] com::sun::star::ucb::XDynamicResultSet SourceStub, [in] com::sun::star::ucb::XContentIdentifierMapping ContentIdentifierMapping) |
creates a remote optimizes XDynamicResultSet. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
creates a CachedDynamicResultSet.
Pay attention to instantiate this helper on client side where your want to read the data respectively where you have instantiated the listener to the XDynamicResultSet.
The needed stub on server side can be created using XCachedDynamicResultSetStubFactory.
com::sun::star::ucb::XDynamicResultSet createCachedDynamicResultSet | ( | [in] com::sun::star::ucb::XDynamicResultSet | SourceStub, |
[in] com::sun::star::ucb::XContentIdentifierMapping | ContentIdentifierMapping | ||
) |
creates a remote optimizes XDynamicResultSet.
SourceStub | must be an instance of service CachedDynamicResultSetStub. It can be NULL . In this case you can use the interface XSourceInitialization of the returned CachedDynamicResultSet to set the stub later. |
ContentIdentifierMapping | is not required, but can be set if it is necessary to change the identity of the contents accessible via the interface XContentAccess of the ContentResultSet (e.g., if merging two sources of the same type). |