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()
269 ExtensionRemovedException);
280 sequence<
string> getUpdateInformationURLs()
281 raises (ExtensionRemovedException);
291 ::
com::sun::star::beans::StringPair getPublisherInfo()
292 raises (ExtensionRemovedException);
311 void exportTo( [in]
string destFolderURL,
312 [in]
string newTitle,
313 [in]
long nameClashAction,
314 [in]
com::sun::star::ucb::XCommandEnvironment xCmdEnv )
316 ExtensionRemovedException,
317 com::sun::star::ucb::CommandFailedException,
318 com::sun::star::ucb::CommandAbortedException,
319 com::sun::star::ucb::ContentCreationException);
330 com::sun::star::graphic::XGraphic getIcon( [in]
boolean highContrast )
331 raises (ExtensionRemovedException);
335 string getRepositoryName();
351 com::sun::star::beans::Optional<
string> getRegistrationDataURL()
352 raises (DeploymentException, 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
Definition: Ambiguous.idl:22
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