20 #ifndef _com_sun_star_deployment_XPackageManager_idl
21 #define _com_sun_star_deployment_XPackageManager_idl
35 module
com { module sun { module star { module deployment {
90 sequence<XPackageTypeInfo> getSupportedPackageTypes();
120 XPackage addPackage( [in]
string url,
121 [in] sequence<com::sun::star::beans::NamedValue> properties,
122 [in]
string mediaType,
166 void removePackage( [in]
string identifier,
167 [in]
string fileName,
187 [in]
string identifier,
188 [in]
string fileName,
204 sequence<XPackage> getDeployedPackages(
227 void reinstallDeployedPackages(
249 boolean isReadOnly();
285 sequence<XPackage> getExtensionsWithUnacceptedLicenses(
297 long checkPrerequisites(
A DeploymentException reflects a deployment error.
Definition: DeploymentException.idl:32
allows to exclicitly free resources and break cyclic references.
Definition: XComponent.idl:42
– idl definition –
Definition: Ambiguous.idl:22
defines the environment for a command.
Definition: XCommandEnvironment.idl:36
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
broadcasts each modification made on the date data of the object which supports this interface...
Definition: XModifyBroadcaster.idl:37
This exception is thrown if an exception situation occurred during the processing of a command and an...
Definition: CommandFailedException.idl:40
Objects of this interface reflect a bound package and are issued by a PackageRegistryBackend.
Definition: XPackage.idl:46
The XPackageManager interface is used to add or remove packages to a specific repository.
Definition: XPackageManager.idl:66
This exception is thrown to indicate that a command was aborted.
Definition: CommandAbortedException.idl:34
Use this interface to abort a command asynchronously.
Definition: XAbortChannel.idl:30