Package com.inet.taskplanner.server.api.action
package com.inet.taskplanner.server.api.action
Provides classes for managing result actions in the Task Planner.
This includes the definition and implementation of various actions that can be
performed with task results, such as sending emails, saving files, printing,
and triggering subsequent tasks.
-
ClassDescriptionUse this to easily create
definitionsfor an Email ResultAction.Execution qualifications are used to determine whetheractionsshould process job results.Use this to easily createdefinitionsfor a FileSystem ResultAction.Use this to easily createdefinitionsfor aNextTaskResultAction.Use this to easily createdefinitionsfor a PrintResultAction.Performs some action after the jobs.Definition of a ResultAction for a configuredTaskExecution.
A ResultAction does something with the results ofjobs.ResultActionFactory<T extends ResultAction>Base class for factories producingResultActioncomponents.This holds information on how aResultActionis to be displayed in the web GUI.