Uses of Class
com.avoka.tm.vo.Job
Packages that use 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
Methods in com.avoka.tm.job with parameters of type JobModifier 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
Methods in com.avoka.tm.query that return JobModifier and TypeMethodDescriptionJobQuery.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 JobModifier and TypeMethodDescriptionJobQuery.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 JobModifier and TypeMethodDescriptionJobBuilder.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 JobModifierConstructorDescriptionCreate 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 JobModifier 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.