|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.daisy.pipeline.client.models.Job
public class Job
A representation of a Pipeline 2 job.
Nested Class Summary | |
---|---|
static class |
Job.Status
|
Field Summary | |
---|---|
java.lang.String |
href
|
java.lang.String |
id
|
java.lang.String |
logHref
|
java.util.List<Message> |
messages
|
java.lang.String |
resultHref
|
Script |
script
|
Job.Status |
status
|
Constructor Summary | |
---|---|
Job()
Create an empty representation of a job. |
|
Job(org.w3c.dom.Node jobXml)
Parse the job described by the provided XML document/node. |
|
Job(Pipeline2WSResponse response)
Parse the job described by the provided Pipeline2WSResponse. |
Method Summary | |
---|---|
static java.util.List<Job> |
getJobs(org.w3c.dom.Node jobsXml)
Parse the list of jobs described by the provided XML document/node. |
static java.util.List<Job> |
getJobs(Pipeline2WSResponse response)
Parse the list of jobs described by the provided Pipeline2WSResponse. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
public java.lang.String href
public Job.Status status
public Script script
public java.util.List<Message> messages
public java.lang.String logHref
public java.lang.String resultHref
Constructor Detail |
---|
public Job()
public Job(Pipeline2WSResponse response) throws Pipeline2WSException
response
-
Pipeline2WSException
public Job(org.w3c.dom.Node jobXml) throws Pipeline2WSException
jobXml
-
Pipeline2WSException
Method Detail |
---|
public static java.util.List<Job> getJobs(Pipeline2WSResponse response) throws Pipeline2WSException
response
-
Pipeline2WSException
public static java.util.List<Job> getJobs(org.w3c.dom.Node jobsXml) throws Pipeline2WSException
response
-
Pipeline2WSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |