Package com.inet.taskplanner.server.api.job
package com.inet.taskplanner.server.api.job
-
ClassesClassDescriptionRepresents a condition for a
job
which decides whether the result of the job must be processed byresultActions
or 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 aTaskDefinition
with settings required for the job.JobFactory<T extends Job>Base class for factories producingJob
components.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 aJob
A specialized summary information for jobs.