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