Package com.mindoo.remote.api.jobs

Interfaces of the Job API for background processing of code.

See:
          Description


Interface Summary
IRemoteAgentAction Base interface for an action that is executed while a job is running or when the job execution is done
IRemoteJavascriptAction Job action to execute a JavaScript method in a SSJS library while a job is running or when it is done.
IRemoteJavascriptJob Interface for a job that is executing JavaScript code in the background.
IRemoteJob Base interface for a background job of the remote api.
IRemoteJobTools Collection of useful methods to schedule jobs to visualize and execute background processes in the Notes UI
IRemoteMonitoringJob Interface of a Job that can be used to visualize progress and status information (e.g. in a progress dialog).
IRemoteNotesBGAgentJob Interface of a background job that executes a Notes agent by calling lotus.domino.Agent.run().
IRemoteRunUIAgentAction Job action to launch a Notes agent in the Notes UI thread while a job is running or when it is done.
 

Enum Summary
IRemoteJobTools.ConstantsType Use this enum to create standard IRemoteQualifiedNames of Eclipse and the Remote API
 

Package com.mindoo.remote.api.jobs Description

Interfaces of the Job API for background processing of code.