Uses of Class
com.avoka.tm.vo.JobAction
Packages that use JobAction
Package
Description
Provides Value Object Query classes.
Provides Service classes.
Provides Value Object persistent entity classes.
-
Uses of JobAction in com.avoka.tm.query
Methods in com.avoka.tm.query that return JobActionModifier and TypeMethodDescriptionJobActionQuery.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 JobActionModifier and TypeMethodDescriptionJobActionQuery.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 JobActionModifier and TypeMethodDescriptionDeliveryTxnBuilder.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 JobActionMethods in com.avoka.tm.vo that return types with arguments of type JobAction