Uses of Class
com.avoka.tm.query.JobStepQuery
-
Packages that use JobStepQuery Package Description com.avoka.tm.query Provides Value Object Query classes. -
-
Uses of JobStepQuery in com.avoka.tm.query
Methods in com.avoka.tm.query that return JobStepQuery Modifier and Type Method Description JobStepQuery
JobStepQuery. addOrderByAsc(String orderProperty)
Add the sort order by ascending to the query.JobStepQuery
JobStepQuery. addOrderByDesc(String orderProperty)
Add the sort order by descending to the query.JobStepQuery
JobStepQuery. setFetchLimit(int fetchLimit)
Set the query fetch limit to limit the maximum number of records returned.JobStepQuery
JobStepQuery. setId(Long id)
Set the job step id (PK) query parameter.JobStepQuery
JobStepQuery. setJobActionId(Long jobActionId)
Set the job action idJobStepQuery
JobStepQuery. setJobActionKey(String jobActionKey)
Set the job action key
-