Uses of Class
com.avoka.tm.query.JobQuery
Packages that use JobQuery
-
Uses of JobQuery in com.avoka.tm.query
Methods in com.avoka.tm.query that return JobQueryModifier and TypeMethodDescriptionAdd the group name to the job query so that only jobs belonging to the job group are included.JobQuery.addOrderByAsc
(String orderProperty) Add the sort order by ascending to the query.JobQuery.addOrderByDesc
(String orderProperty) Add the sort order by descending to the query.JobQuery.hasNoProperty
(String name) Set has not job property name query filter parameter.JobQuery.hasProperty
(String name) Set job property name parameter.JobQuery.hasPropertyNameValue
(String name, String value) Set property name/value parameter.JobQuery.hasPropertyValue
(String value) Set job property value parameter.JobQuery.setClientCode
(String clientCode) Set the job related client code query parameterJobQuery.setControllerServiceId
(Long controllerServiceId) Set the job controller service id query parameter.JobQuery.setEndDate
(Date date) Set the job time end date filter (defaults to created time).JobQuery.setFetchLimit
(int fetchLimit) Set the query fetch limit to limit the maximum number of records returned.Set the job id (PK) query parameter.JobQuery.setJobAction
(com.avoka.fc.core.entity.JobAction jobAction) Set the job action query parameter.JobQuery.setJobActionId
(Long jobActionId) Set the job action id query parameter.Set the job key query parameter.JobQuery.setJobStep
(com.avoka.fc.core.entity.JobStep jobStep) Set the job step query parameter.JobQuery.setJobStepId
(Long jobStepId) Set the job step id query parameter.Set the job name query parameter.JobQuery.setReferenceNumber
(String referenceNumber) Set the job reference number query parameter.JobQuery.setStartDate
(Date date) Set the job time start date filter (defaults to created time).Set the job status query parameter.JobQuery.setTime
(JobQuery.Time time) JobQuery.setUserLoginName
(String userLoginName) Set the job transaction user's login name (username).