| Class | Description |
|---|---|
| AJobManagerHandler |
base class for JobManager ReST call handlers.
|
| BucketHandler |
Implements the handling of HTTP requests to retrieve or delete a bucket definition.
|
| BucketsHandler |
Implements the handling of HTTP requests to request the buckets list or to define new buckets.
|
| DataObjectTypeHandler |
Implements the handling of HTTP requests to retrieve a data object type definition.
|
| DataObjectTypesHandler |
Implements the handling of HTTP requests to request the data object types list.
|
| InitialTaskHandler |
Implements the handling of HTTP requests of a worker to obtain an initial task.
|
| JobHandler |
Implements the handling of HTTP requests on a single job definition.
|
| JobManagerHandler |
Implements the handling of HTTP requests for the jobmanager API.
|
| JobRunControlHandler |
Implements the handling of HTTP requests to finish a job run.
|
| JobRunHandler |
Implements the handling of HTTP requests on a single job run.
|
| JobsHandler |
Implements the handling of HTTP requests to request the job list or to define new jobs.
|
| WorkerHandler |
Implements the handling of HTTP requests to retrieve a worker definition.
|
| WorkersHandler |
Implements the handling of HTTP requests to request the worker list.
|
| WorkflowHandler |
Implements the handling of HTTP requests to retrieve or delete a workflow definition.
|
| WorkflowRunControlHandler |
Implements the handling of HTTP requests to cancel a job workflow run.
|
| WorkflowRunHandler |
Implements the handling of HTTP requests to get workflow run information.
|
| WorkflowsHandler |
Implements the handling of HTTP requests to request the workflow list or to define new workflows.
|