| Package | Description |
|---|---|
| org.daisy.pipeline.job |
Jobs are executable units which offer a richer context than executing a XProcPipeline by itself.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJob
The Class Job defines the execution unit.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobSize.getJob() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Prioritizable<Job>> |
JobQueue.asCollection() |
Optional<Job> |
JobFactory.JobBuilder.build() |
Iterable<Job> |
JobManager.deleteAll()
Deletes all jobs.
|
Optional<Job> |
JobManager.deleteJob(JobId id)
Deletes a job.
|
Optional<Job> |
JobManager.findJob(String prefix)
Get the single job that matches the given (partial) job ID.
|
Optional<Job> |
JobManager.getJob(JobId id)
Get the job with the given job ID
|
Iterable<Job> |
JobManager.getJobs()
Gets the jobs.
|
| Modifier and Type | Method and Description |
|---|---|
static JobSize |
JobSize.getSize(Job job) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<JobSize> |
JobSize.getSizes(Iterable<Job> jobs)
Returns the job sizes for a collection of jobs
|
| Constructor and Description |
|---|
JobSize(Job job,
long contextSize,
long outputSize,
long logSize) |
Copyright © 2010–2026 The DAISY Consortium. All rights reserved.