Uses of Class
com.avoka.tm.vo.JobStep
-
Packages that use JobStep Package Description com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of JobStep in com.avoka.tm.query
Methods in com.avoka.tm.query that return JobStep Modifier and Type Method Description JobStep
JobStepQuery. firstValue()
Execute the query and return the first job step value object for the query.Methods in com.avoka.tm.query that return types with arguments of type JobStep Modifier and Type Method Description List<JobStep>
JobStepQuery. listValues()
Execute the job step query and return a list of Job value objects.Methods in com.avoka.tm.query with parameters of type JobStep Modifier and Type Method Description TxnQuery
TxnQuery. setJobStep(JobStep jobStep)
Set the job step query parameter. -
Uses of JobStep in com.avoka.tm.vo
Fields in com.avoka.tm.vo with type parameters of type JobStep Modifier and Type Field Description List<JobStep>
Job. jobSteps
The list of job steps.Methods in com.avoka.tm.vo that return types with arguments of type JobStep Modifier and Type Method Description List<JobStep>
Job. getJobSteps()
The list of job steps.
-