Uses of Class
com.avoka.tm.vo.JobAction
-
Packages that use JobAction Package Description com.avoka.tm.svc Provides Service classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
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 java.util.List<JobAction>
JobStep. jobActions
The job step actions.
-