The implementation returns void from
::com::sun::star::task::XJob::execute()
to indicates successful execution. If import is not executed,
because OverwriteExisting = true was specified,
a ::com::sun::star::lang::IllegalAccessException
is returned.
If void or true is returned, this indicates successful
execution. If an
::com::sun::star::uno::Exception is returned,
it represents an error condition encountered during execution.
The standard arguments to
::com::sun::star::task::XJob::execute()
are all supported by implementations. Additionally the following
argument is required to select the data source:
LayerDataUrl : string
A file URL that specifies the location of the source data.
If no Component is provided, this must be the
location of an OOR Update XML file, which will be imported
directly.
If a Component is provided, the
LayerDataUrl is treated as Entity
(i.e. Layer directory base URL) for a local
configuration database and the appropriate component
from that repository is imported.
Implementations may support additional parameters to select
a destination Backend, that is not the
DefaultBackend.