20 #ifndef _com_sun_star_deployment_XPackage_idl
21 #define _com_sun_star_deployment_XPackage_idl
39 module com { module sun { module star { module deployment {
81 long checkPrerequisites(
84 [in]
boolean alreadyInstalled)
104 boolean checkDependencies(
124 com::sun::star::beans::Optional<
125 com::sun::star::beans::Ambiguous<boolean> > isRegistered(
146 void registerPackage(
147 [in]
boolean startup,
171 [in]
boolean startup,
200 sequence<XPackage> getBundle(
223 com::sun::star::beans::Optional<string> getIdentifier();
251 string getDisplayName()
252 raises (ExtensionRemovedException);
259 string getDescription()
260 raises (ExtensionRemovedException);
267 string getLicenseText()
268 raises (ExtensionRemovedException);
279 sequence<
string> getUpdateInformationURLs()
280 raises (ExtensionRemovedException);
290 ::com::sun::star::beans::StringPair getPublisherInfo()
291 raises (ExtensionRemovedException);
310 void exportTo( [in]
string destFolderURL,
311 [in]
string newTitle,
312 [in]
long nameClashAction,
313 [in] com::sun::star::ucb::XCommandEnvironment xCmdEnv )
315 ExtensionRemovedException,
316 com::sun::star::ucb::CommandFailedException,
317 com::sun::star::ucb::CommandAbortedException);
328 com::sun::star::graphic::XGraphic getIcon( [in]
boolean highContrast )
329 raises (ExtensionRemovedException);
333 string getRepositoryName();
349 com::sun::star::beans::Optional<
string> getRegistrationDataURL()
350 raises (ExtensionRemovedException);
Objects of this interface provide information about a package's type.
Definition: XPackageTypeInfo.idl:32
A DeploymentException reflects a deployment error.
Definition: DeploymentException.idl:32
allows to exclicitly free resources and break cyclic references.
Definition: XComponent.idl:42
indicates that a function call with the given arguments is not supported because the extension was re...
Definition: ExtensionRemovedException.idl:36
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
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