ConditionDefinition |
Represents a condition for a job which decides whether the result of the job must be processed
by resultActions or not.
|
ConditionInfo |
Contains information about condition fields which the corresponding job offers.
|
Job |
A Job is a bunch of work which produces a result.
|
JobDefinition |
Definition of a job for a TaskDefinition with settings required for the job.
|
JobFactory<T extends Job> |
Base class for factories producing Job components.
|
JobInfo |
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.
|
JobResultContainer |
The result to be returned by a Job
|
JobSummaryInfo |
A specialized summary information for jobs.
|
ResultContainer |
|