Uses of Class
com.avoka.tm.vo.Job
-
Packages that use Job Package Description com.avoka.tm.job Provides Collaboration Job classes.com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.svc Provides Service classes.com.avoka.tm.test Provides Unit Testing support classes. -
-
Uses of Job in com.avoka.tm.job
Methods in com.avoka.tm.job with parameters of type Job Modifier and Type Method Description static Txn
Jobs. getStartTxn(Job job)
Return the start transaction for the given job.static String
Jobs. getStartTxnXml(Job job)
Return the start transaction XML for the given job.static User
Jobs. getStartUser(Job job)
Return the start user for the given job. -
Uses of Job in com.avoka.tm.query
Methods in com.avoka.tm.query that return Job Modifier and Type Method Description Job
JobQuery. firstValue()
Execute the query and return the first job value object for the query.Methods in com.avoka.tm.query that return types with arguments of type Job Modifier and Type Method Description List<Job>
JobQuery. listValues()
Execute the job query and return a list of Job value objects. -
Uses of Job in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return Job Modifier and Type Method Description Job
JobBuilder. build()
Create a Job based on the specified parameter and return the new Job value object.Constructors in com.avoka.tm.svc with parameters of type Job Constructor Description JobSvc(Job job)
Create a job service setting the job to update.JobUpdater(Job job)
Create a job updater setting the job to update. -
Uses of Job in com.avoka.tm.test
Methods in com.avoka.tm.test that return Job Modifier and Type Method Description Job
MockVoBuilder. createJobInProgress()
Create an Job with a status of 'In Progress'.Job
MockVoBuilder. createJobInProgressWithXml(String formXmlData)
Create an Job with a status of 'In Progress', and a start submission with the given form XML data.
-