LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows scanning a configuration data repository for available components . More...
import"HierarchyBrowser.idl";
Exported Interfaces | |
interface | com::sun::star::task::XJob |
allows executing a scan of the repository More... | |
Additional Inherited Members | |
Public Member Functions inherited from XJob | |
any | execute ([in] sequence< com::sun::star::beans::NamedValue > Arguments) raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::uno::Exception ) |
executes the job synchronously 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... | |
allows scanning a configuration data repository for available components .
interface com::sun::star::task::XJob |
allows executing a scan of the repository
The repository to browse is selected by arguments passed to com::sun::star::task::XJob::execute(). The names and meanings of such arguments depend on the implementation. Each implementation must document such arguments.
The following argument to com::sun::star::task::XJob::execute() must be supported by all implementations:
ExcludeComponents
: string[]
or string
The return value of com::sun::star::task::XJob::execute() is a list of components found. The format in which components are returned may depend on the implementation. Each implementation should support returning component identifiers that are compatible with some implementation of Backend.