LibreOffice
LibreOffice 24.2 SDK API Reference
XExtensionManager.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 module com { module sun { module star { module deployment {
21 
29 {
33 
38 
39 
45  sequence<XPackageTypeInfo> getSupportedPackageTypes();
46 
52  com::sun::star::task::XAbortChannel createAbortChannel();
53 
74  XPackage addExtension( [in] string url,
75  [in] sequence<com::sun::star::beans::NamedValue> properties,
76  [in] string repository,
77  [in] com::sun::star::task::XAbortChannel xAbortChannel,
79  raises (DeploymentException,
83 
98  void removeExtension(
99  [in] string identifier,
100  [in] string fileName,
101  [in] string repository,
102  [in] com::sun::star::task::XAbortChannel xAbortChannel,
104  raises (DeploymentException,
108 
109 
123  void enableExtension(
124  [in] XPackage extension,
125  [in] com::sun::star::task::XAbortChannel xAbortChannel,
127  raises (DeploymentException,
131 
145  void disableExtension(
146  [in] XPackage extension,
147  [in] com::sun::star::task::XAbortChannel xAbortChannel,
149  raises (DeploymentException,
153 
167  sequence<XPackage> getDeployedExtensions(
168  [in] string repository,
169  [in] com::sun::star::task::XAbortChannel xAbortChannel,
171  raises (DeploymentException,
175 
176 
190  XPackage getDeployedExtension(
191  [in] string repository,
192  [in] string identifier,
193  [in] string fileName,
195  raises (DeploymentException,
198 
207  sequence<XPackage> getExtensionsWithSameIdentifier(
208  [in] string identifier,
209  [in] string fileName,
211  raises (DeploymentException,
214 
215 
225  sequence<sequence<XPackage> > getAllExtensions(
226  [in] com::sun::star::task::XAbortChannel xAbortChannel,
228  raises (DeploymentException,
232 
233 
250  void reinstallDeployedExtensions(
251  [in] boolean force,
252  [in] string repository,
253  [in] com::sun::star::task::XAbortChannel xAbortChannel,
255  raises (DeploymentException,
259 
260 
273  boolean synchronize(
274  [in] com::sun::star::task::XAbortChannel xAbortChannel,
276  raises (DeploymentException,
280 
299  sequence<XPackage> getExtensionsWithUnacceptedLicenses(
300  [in] string repository,
302  raises (DeploymentException,
304 
308  long checkPrerequisitesAndEnable(
309  [in] XPackage extension,
310  [in] com::sun::star::task::XAbortChannel xAbortChannel,
312  raises (DeploymentException,
316 
320  boolean isReadOnlyRepository([in] string repository);
321 };
322 
323 }; }; }; };
324 
325 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
The XExtensionManager interface is used to manage extensions in the user, shared and bundled reposito...
Definition: XExtensionManager.idl:28
A DeploymentException reflects a deployment error.
Definition: DeploymentException.idl:27
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:38
Definition: Ambiguous.idl:20
defines the environment for a command.
Definition: XCommandEnvironment.idl:28
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
broadcasts each modification made on the date data of the object which supports this interface...
Definition: XModifyBroadcaster.idl:31
This exception is thrown if an exception situation occurred during the processing of a command and an...
Definition: CommandFailedException.idl:34
Objects of this interface reflect a bound package and are issued by a PackageRegistryBackend.
Definition: XPackage.idl:28
This exception is thrown to indicate that a command was aborted.
Definition: CommandAbortedException.idl:29
Use this interface to abort a command asynchronously.
Definition: XAbortChannel.idl:26