:: com :: sun :: star ::

module task
Description
Task management interfaces.

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'.
XInteractionContinuation Specifies a way of how to continue from an XInteractionRequest .
XInteractionDisapprove An interaction continuation specifing 'disapproval'.
XInteractionHandler 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
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
Structs
UrlRecord
UserRecord
Exceptions
ClassifiedInteractionRequest A classified interaction request.
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.
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
Top of Page