:: com :: sun :: star ::

module task

Services
InteractionHandler An interaction request handler that lets the user handle a number of well known requests via GUI dialogs (and the PasswordContainer service).
JobExecutor generic job execution service
PasswordContainer this service is kind of storage that allows to store passwords and to retrieve already stored.
Interfaces
XAsyncJob specifies a job which is to 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.
XInteractionRequest The description of an interaction request.
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.
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
Enums
InteractionClassification A classification of interaction requests.
PasswordRequestMode the mode in which a password should be asked
Top of Page