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 {
84 long checkPrerequisites(
87 [in]
boolean alreadyInstalled)
107 boolean checkDependencies(
127 com::sun::star::beans::Optional<
128 com::sun::star::beans::Ambiguous<boolean> > isRegistered(
149 void registerPackage(
150 [in]
boolean startup,
174 [in]
boolean startup,
203 sequence<XPackage> getBundle(
226 com::sun::star::beans::Optional<string> getIdentifier();
254 string getDisplayName()
255 raises (ExtensionRemovedException);
262 string getDescription()
263 raises (ExtensionRemovedException);
270 string getLicenseText()
272 ExtensionRemovedException);
283 sequence<
string> getUpdateInformationURLs()
284 raises (ExtensionRemovedException);
294 ::
com::sun::star::beans::StringPair getPublisherInfo()
295 raises (ExtensionRemovedException);
314 void exportTo( [in]
string destFolderURL,
315 [in]
string newTitle,
316 [in]
long nameClashAction,
317 [in]
com::sun::star::ucb::XCommandEnvironment xCmdEnv )
319 ExtensionRemovedException,
320 com::sun::star::ucb::CommandFailedException,
321 com::sun::star::ucb::CommandAbortedException,
322 com::sun::star::ucb::ContentCreationException);
333 com::sun::star::graphic::XGraphic getIcon( [in]
boolean highContrast )
334 raises (ExtensionRemovedException);
338 string getRepositoryName();
354 com::sun::star::beans::Optional<
string> getRegistrationDataURL()
355 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