Uses of Class
com.avoka.tm.vo.JobAction
-
Packages that use JobAction Package Description com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.svc Provides Service classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of JobAction in com.avoka.tm.query
Methods in com.avoka.tm.query that return JobAction Modifier and Type Method Description JobAction
JobActionQuery. firstValue()
Execute the query and return the first job action value object for the query.Methods in com.avoka.tm.query that return types with arguments of type JobAction Modifier and Type Method Description List<JobAction>
JobActionQuery. listValues()
Execute the job action query and return a list of JobAction value objects. -
Uses of JobAction in com.avoka.tm.svc
Methods in com.avoka.tm.svc with parameters of type JobAction Modifier and Type Method Description DeliveryTxnBuilder
DeliveryTxnBuilder. setJobAction(JobAction jobAction)
Set the job action and job to be associated with the transaction (optional). -
Uses of JobAction in com.avoka.tm.vo
Fields in com.avoka.tm.vo with type parameters of type JobAction Modifier and Type Field Description List<JobAction>
JobStep. jobActions
The job step actions.Methods in com.avoka.tm.vo that return types with arguments of type JobAction Modifier and Type Method Description List<JobAction>
JobStep. getJobActions()
The job step actions.
-