Uses of Class
org.daisy.pipeline.client.models.Job

Packages that use Job
org.daisy.pipeline.client.models   
 

Uses of Job in org.daisy.pipeline.client.models
 

Methods in org.daisy.pipeline.client.models that return types with arguments of type Job
static java.util.List<Job> Job.getJobs(org.w3c.dom.Node jobsXml)
          Parse the list of jobs described by the provided XML document/node.
static java.util.List<Job> Job.getJobs(Pipeline2WSResponse response)
          Parse the list of jobs described by the provided Pipeline2WSResponse.