Overview | Module | Use | Devguide | Index |
Nested Modules | Services | Singletons | Interfaces | Structs | Exceptions | Enums | Typedefs | Constant Groups |
module task |
|
Services | |
AsyncJob | represent an asynchronous job, which can be executed by the global JobExecutor instance. |
InteractionHandler | An interaction request handler that lets the user handle a number of well known requests via GUI dialogs (and the PasswordContainer service). |
InteractionRequestStringResolver | |
Job | represent a synchronous job, which can be executed by the global JobExecutor instance. |
JobExecutor | generic job execution service |
PasswordContainer | this service is kind of storage that allows to store passwords and to retrieve already stored. |
Interfaces | |
XAbortChannel | Use this interface to abort a command asynchronously. For example, have a look at ::com::sun::star::deployment::XPackageManager. |
XAsyncJob | specifies a job which must be executed asynchronously |
XInteractionAbort | An interaction continuation specifing to abort executing the process that issued the request. |
XInteractionApprove | An intearaction continuation specifing 'approval'. |
XInteractionAskLater | specifies a continuation where the user does not actually decide the question she was confronted with, but postpones the decision to a later time. |
XInteractionContinuation | Specifies a way of how to continue from an XInteractionRequest. |
XInteractionDisapprove | An interaction continuation specifing 'disapproval'. |
XInteractionHandler | An interaction request handler. |
XInteractionHandler2 | An interaction request handler. |
XInteractionPassword | A continuation to get a password from interaction helper. |
XInteractionRequest | The description of an interaction request. |
XInteractionRequestStringResolver | Obtains human readable strings from an XInteractionRequest. |
XInteractionRetry | An interaction continuation specifing to try to re-execute the process that issued the request. |
XJob | specifies a job which is to be executed synchronously |
XJobExecutor | starts action for any triggered event from outside |
XJobListener | listener on finish states of asynchronous job execution |
XMasterPasswordHandling | allows to change the master password, or let it be requested and checked. |
XMasterPasswordHandling2 | allows to change the master password, or let it be requested and checked. |
XPasswordContainer | Allows to save passwords with URL-pattern, to use them later. |
XStatusIndicator | controls a status indicator which displays progress of longer actions to the user |
XStatusIndicatorFactory | provides multiple, probably parallel running, status indicator objects |
XStatusIndicatorSupplier | [ DEPRECATED ] use XStatusIndicatorFactory instead of this |
XUrlContainer | Allows to store and retrieve URLs. URLs can be stored persistently or until end of OOo session. |
Structs | |
UrlRecord | |
UserRecord |
Exceptions | |
ClassifiedInteractionRequest | A classified interaction request. |
DocumentMSPasswordRequest | this request specifies the mode in which the password for Microsoft Office file format encryption should be asked |
DocumentMacroConfirmationRequest | describes the request to approve or deny the execution of macros contained in a document. |
DocumentMacroConfirmationRequest2 | describes the request to approve or deny the execution of macros contained in a document. |
DocumentPasswordRequest | this request specifies the mode in wich the password should be asked |
ErrorCodeIOException | IOException that can carry error codes ( not only io related ). It can be used to transport the error code information. |
ErrorCodeRequest | represents a general error exception. It can be used to transport the error code information. E.g. that can be usefull for interactions. |
FutureDocumentVersionProductUpdateRequest | describes a request to the user to update OpenOffice.org to a newer version, since an ODF document was encountered which conforms to an ODF version unknown to the current OpenOffice.org version. |
MasterPasswordRequest | this request specifies the mode in wich the password should be asked |
NoMasterException | is thrown when a master password is needed but not available/correct. |
PasswordRequest | this request specifies the mode in wich the password should be asked |
UnsupportedOverwriteRequest | this request is used in case a content can't keep files from overwriting |
Enums | |
InteractionClassification | A classification of interaction requests. |
PasswordRequestMode | the mode in which a password should be asked |
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.