Package com.inet.taskplanner.server.api.job
package com.inet.taskplanner.server.api.job
-
ClassesClassDescriptionRepresents a condition for a
jobwhich decides whether the result of the job must be processed byresultActionsor not.Contains information about condition fields which the corresponding job offers.A Job is a bunch of work which produces a result.Definition of a job for aTaskDefinitionwith settings required for the job.JobFactory<T extends Job>Base class for factories producingJobcomponents.Contains information about how this kind of job is to be presented, what options with what type it has and how they interact with each other.The result to be returned by aJobA specialized summary information for jobs.