Uses of Class
com.avoka.tm.vo.Job
Package
Description
Provides Collaboration Job classes.
Provides Value Object Query classes.
Provides Service classes.
Provides Unit Testing support classes.
-
Uses of Job in com.avoka.tm.job
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionJobQuery.firstValue()
Execute the query and return the first job value object for the query.Modifier and TypeMethodDescriptionJobQuery.listValues()
Execute the job query and return a list of Job value objects. -
Uses of Job in com.avoka.tm.svc
Modifier and TypeMethodDescriptionJobBuilder.build()
Create a Job based on the specified parameter and return the new Job value object.ModifierConstructorDescriptionCreate 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
Modifier and TypeMethodDescriptionMockVoBuilder.createJobInProgress()
Create an Job with a status of 'In Progress'.MockVoBuilder.createJobInProgressWithXml
(String formXmlData) Create an Job with a status of 'In Progress', and a start submission with the given form XML data.